From patchwork Wed Sep 19 05:50:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] runqemu bugfix [v2] Date: Wed, 19 Sep 2012 05:50:49 -0000 From: Scott Garman X-Patchwork-Id: 36875 Message-Id: To: openembedded-core@lists.openembedded.org 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(-)