[OE-core] [PATCH 1/1] runqemu: show bitbake errors to user

2012-09-18 Thread Scott Garman
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 --- scripts/runqemu | 12 ++--

Re: [OE-core] [PATCH 1/1] runqemu: show bitbake errors to user

2012-09-18 Thread Scott Garman
On 09/14/2012 04:20 PM, Mark Hatle wrote: On 9/14/12 6:15 PM, Scott Garman wrote: 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

Re: [OE-core] [PATCH 1/1] runqemu: show bitbake errors to user

2012-09-14 Thread Mark Hatle
On 9/14/12 6:15 PM, Scott Garman wrote: 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

[OE-core] [PATCH 1/1] runqemu: show bitbake errors to user

2012-09-14 Thread Scott Garman
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 --- scripts/runqemu | 12 ++--