diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-04-28 14:12:03 +0100 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-04-28 14:12:03 +0100 |
| commit | b29bd836ada7d83c1e7d23c3ab5852ecb15dcf2a (patch) | |
| tree | dd1aa9377199b75eb94533e72cdea4e2b6b2a71f | |
| parent | 72eafe23fc7b89a7d9e540994c1850eeadfb91b8 (diff) | |
| download | poky-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-x | scripts/runqemu | 2 |
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 |
| 141 | fi | 141 | fi |
| 142 | 142 | ||
| 143 | if [ ! -e $CROSSPATH/cc ]; then | 143 | if [ ! -e $CROSSPATH/cc ]; then |
