mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
runqemu: Fix path for i586 cross binaries
As spotted by Jessica Zhang Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
72eafe23fc
commit
b29bd836ad
|
@ -137,7 +137,7 @@ if [ "$MACHINE" = "qemux86" ]; then
|
|||
findimage $T qemux86 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal"
|
||||
fi
|
||||
fi
|
||||
CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin
|
||||
CROSSPATH=$BUILDDIR/tmp/cross/i586/i586-poky-linux/bin
|
||||
fi
|
||||
|
||||
if [ ! -e $CROSSPATH/cc ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user