]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: show bitbake errors to user
authorScott Garman <scott.a.garman@intel.com>
Wed, 19 Sep 2012 05:50:50 +0000 (22:50 -0700)
committerSaul Wold <sgw@linux.intel.com>
Fri, 21 Sep 2012 05:21:14 +0000 (22:21 -0700)
commit465d7b6e66b5a55706535e194b3e44e11ee542c6
treecbda8982ae7ecbd9dc72ad6107b6cbef5f18cb4e
parente177f1475c55c7d0bf3e2752e6502a7e8577a075
runqemu: show bitbake errors to user

In certain edge cases, bitbake may fail to run and cause setup_tmpdir()
within runqemu to fail, and not give the user a helpful error message.
Catch this case and show the user the output of bitbake -e.

This fixes [YOCTO #3112]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu