]> code.ossystems Code Review - openembedded-core.git/commit
imagetest-qemu/runqueue: Since we no longer support BUILDDIR, use TMPDIR
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Sep 2011 17:14:56 +0000 (18:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Sep 2011 17:39:13 +0000 (18:39 +0100)
commitde470333dbdeea444199340e4cd458c13fed6a5a
treed39f321fdfb573f386d45167d5fec27cae7b674c
parente9ecf5f22b5aa1f58b3104f7d058d04ab08e8839
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 <richard.purdie@linuxfoundation.org>
meta/classes/imagetest-qemu.bbclass
scripts/qemuimage-testlib
scripts/runqemu