| Submitter | Scott Garman |
|---|---|
| Date | Sept. 19, 2012, 5:50 a.m. |
| Message ID | <cover.1348033737.git.scott.a.garman@intel.com> |
| Download | mbox |
| Permalink | /patch/36875/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib sgarman/runqemu-bitbake-fix-oeComments
On 09/18/2012 10:50 PM, Scott Garman wrote: > Hello, > > This is a fix for Yocto bug #3112, where there are certain edge cases > where the bitbake command is avalable to fails to run. Previously we > mistakenly treated that as the same case as if bitbake didn't exist in > the user's $PATH, and this fix causes us to show the user the output > of bitbake so they can view the error message. > > v2 includes rework based on feedback from Mark Hatle (thanks!). > > Scott > > The following changes since commit 7887b99646d8e1e736ad6e4a306e47df9955221e: > > local.conf.sample: change valgrind support architecture comment (2012-09-14 17:05:59 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib sgarman/runqemu-bitbake-fix-oe > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/runqemu-bitbake-fix-oe > > Scott Garman (1): > runqemu: show bitbake errors to user > > scripts/runqemu | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > Merged into OE-Core Thanks Sau!