summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-04-28 14:12:03 +0100
committerJoshua Lock <josh@linux.intel.com>2010-04-28 14:12:03 +0100
commitb29bd836ada7d83c1e7d23c3ab5852ecb15dcf2a (patch)
treedd1aa9377199b75eb94533e72cdea4e2b6b2a71f
parent72eafe23fc7b89a7d9e540994c1850eeadfb91b8 (diff)
downloadpoky-purple.tar.gz
runqemu: Fix path for i586 cross binariespurple
As spotted by Jessica Zhang Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 2bd9d7736d..a3337f4107 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -137,7 +137,7 @@ if [ "$MACHINE" = "qemux86" ]; then
137 findimage $T qemux86 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal" 137 findimage $T qemux86 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal"
138 fi 138 fi
139 fi 139 fi
140 CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin 140 CROSSPATH=$BUILDDIR/tmp/cross/i586/i586-poky-linux/bin
141fi 141fi
142 142
143if [ ! -e $CROSSPATH/cc ]; then 143if [ ! -e $CROSSPATH/cc ]; then