From patchwork Wed Sep 26 18:02:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/2] runqemu path fix Date: Wed, 26 Sep 2012 18:02:25 -0000 From: Scott Garman X-Patchwork-Id: 37297 Message-Id: To: openembedded-core@lists.openembedded.org Hello, This is a bugfix for YOCTO #3101. Since bitbake doesn't like empty PATH elements, prevent the runqemu-internal script from creating this situation when CROSSPATH is not set, and reveal bitbake errors to users to make it easier to troubleshoot future errors along these lines. Scott The following changes since commit a8edf79fce381d0433f18bd38df6cd74008e5179: bitbake: fetch2/git: Don't use deprecated API (2012-09-25 15:55:57 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sgarman/runqemu-path-fix http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/runqemu-path-fix Scott Garman (2): oe-find-native-sysroot: show bitbake errors to user runqemu-internal: don't append an empty element to PATH scripts/oe-find-native-sysroot | 29 +++++++++++++++++++---------- scripts/runqemu-internal | 6 +++++- 2 files changed, 24 insertions(+), 11 deletions(-)