diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/runqemu-export-rootfs | 8 | ||||
| -rwxr-xr-x | scripts/runqemu-extract-sdk | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs index c1fff7fcb3..6a8acd0d5a 100755 --- a/scripts/runqemu-export-rootfs +++ b/scripts/runqemu-export-rootfs | |||
| @@ -34,16 +34,12 @@ if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then | |||
| 34 | echo "Did you forget to source your build environment setup script?" | 34 | echo "Did you forget to source your build environment setup script?" |
| 35 | exit 1 | 35 | exit 1 |
| 36 | fi | 36 | fi |
| 37 | . $SYSROOT_SETUP_SCRIPT meta-ide-support | 37 | . $SYSROOT_SETUP_SCRIPT qemu-helper-native |
| 38 | 38 | ||
| 39 | if [ ! -e "$OECORE_NATIVE_SYSROOT/usr/bin/unfsd" ]; then | 39 | if [ ! -e "$OECORE_NATIVE_SYSROOT/usr/bin/unfsd" ]; then |
| 40 | echo "Error: Unable to find unfsd binary in $OECORE_NATIVE_SYSROOT/usr/bin/" | 40 | echo "Error: Unable to find unfsd binary in $OECORE_NATIVE_SYSROOT/usr/bin/" |
| 41 | 41 | ||
| 42 | if [ "x$OECORE_DISTRO_VERSION" = "x" ]; then | 42 | echo "This shouldn't happen - something is missing from your toolchain installation" |
| 43 | echo "Have you run 'bitbake meta-ide-support'?" | ||
| 44 | else | ||
| 45 | echo "This shouldn't happen - something is missing from your toolchain installation" | ||
| 46 | fi | ||
| 47 | exit 1 | 43 | exit 1 |
| 48 | fi | 44 | fi |
| 49 | 45 | ||
diff --git a/scripts/runqemu-extract-sdk b/scripts/runqemu-extract-sdk index 9bc0c07fb8..db05da25f2 100755 --- a/scripts/runqemu-extract-sdk +++ b/scripts/runqemu-extract-sdk | |||
| @@ -25,7 +25,7 @@ if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then | |||
| 25 | echo "Did you forget to source your build system environment setup script?" | 25 | echo "Did you forget to source your build system environment setup script?" |
| 26 | exit 1 | 26 | exit 1 |
| 27 | fi | 27 | fi |
| 28 | . $SYSROOT_SETUP_SCRIPT meta-ide-support | 28 | . $SYSROOT_SETUP_SCRIPT qemu-helper-native |
| 29 | PSEUDO_OPTS="-P $OECORE_NATIVE_SYSROOT/usr" | 29 | PSEUDO_OPTS="-P $OECORE_NATIVE_SYSROOT/usr" |
| 30 | 30 | ||
| 31 | ROOTFS_TARBALL=$1 | 31 | ROOTFS_TARBALL=$1 |
