mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
runqemu: Fix path after staging layout changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3204 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -23,7 +23,7 @@ if [ "x$BUILDDIR" = "x" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
PATH=$BUILDDIR/tmp/staging/$BUILD_SYS/bin:$BUILDDIR/tmp/cross/bin:$PATH
|
||||
PATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$BUILDDIR/tmp/cross/bin:$PATH
|
||||
|
||||
if [ "x$1" = "x" ]; then
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user