From de470333dbdeea444199340e4cd458c13fed6a5a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 9 Sep 2011 18:14:56 +0100 Subject: imagetest-qemu/runqueue: Since we no longer support BUILDDIR, use TMPDIR Commit 993672fa2739794a6dd0dbd7bb232fa60522b897 removed the BUILDDIR support from runqueue which broke the imagetest-qemu integration. We now therefore need to set TMPDIR and pass this through the environment to ensure the runqueue script finds the right locations without running bitbake directly. This patch also adds a sleep to the qemu command in the error case so that this remains on the screen for a period of time so the user can see errors more easily. This change unbreaks automated testing failures on the autobuilder. Signed-off-by: Richard Purdie --- scripts/runqemu | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/runqemu') diff --git a/scripts/runqemu b/scripts/runqemu index 74938f740..364fa1cb1 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -55,8 +55,6 @@ SCRIPT_QEMU_OPT="" SCRIPT_QEMU_EXTRA_OPT="" SCRIPT_KERNEL_OPT="" -TMPDIR="" - # Determine whether the file is a kernel or QEMU image, and set the # appropriate variables process_filename() { -- cgit v1.2.3