diff options
Diffstat (limited to 'scripts/poky-qemu')
| -rwxr-xr-x | scripts/poky-qemu | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu index 6b8224ba6d..1c680b11f1 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu | |||
| @@ -49,4 +49,8 @@ else | |||
| 49 | fi | 49 | fi |
| 50 | 50 | ||
| 51 | INTERNAL_SCRIPT=`which poky-qemu-internal` | 51 | INTERNAL_SCRIPT=`which poky-qemu-internal` |
| 52 | |||
| 53 | SDKDIR=/usr/local/poky/eabi-glibc/arm/bin/ | ||
| 54 | PATH=$SDKDIR:$PATH | ||
| 55 | |||
| 52 | . $INTERNAL_SCRIPT | 56 | . $INTERNAL_SCRIPT |
