diff options
Diffstat (limited to 'scripts/runqemu')
| -rwxr-xr-x | scripts/runqemu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 53ef5a5efb..16c2e85856 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -215,4 +215,12 @@ fi | |||
| 215 | 215 | ||
| 216 | CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr/bin:$CROSSPATH | 216 | CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr/bin:$CROSSPATH |
| 217 | 217 | ||
| 218 | SYSROOT_SETUP_SCRIPT=`which poky-find-native-sysroot` | ||
| 219 | if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then | ||
| 220 | echo "Error: Unable to find the poky-find-native-sysroot script" | ||
| 221 | echo "Did you forget to source your Poky environment script?" | ||
| 222 | exit 1 | ||
| 223 | fi | ||
| 224 | . $SYSROOT_SETUP_SCRIPT | ||
| 225 | |||
| 218 | . $INTERNAL_SCRIPT | 226 | . $INTERNAL_SCRIPT |
