diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-export-rootfs | 2 | ||||
-rwxr-xr-x | scripts/poky-find-native-sysroot | 2 | ||||
-rwxr-xr-x | scripts/poky-qemu-ifdown | 2 | ||||
-rwxr-xr-x | scripts/poky-qemu-ifup | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/poky-export-rootfs b/scripts/poky-export-rootfs index f3552516ad..3ab0597c9a 100755 --- a/scripts/poky-export-rootfs +++ b/scripts/poky-export-rootfs | |||
@@ -50,7 +50,7 @@ if [ ! -e "$POKY_NATIVE_SYSROOT/usr/sbin/rpc.mountd" ]; then | |||
50 | echo "Error: Unable to find rpc.mountd binary in $POKY_NATIVE_SYSROOT/usr/sbin/" | 50 | echo "Error: Unable to find rpc.mountd binary in $POKY_NATIVE_SYSROOT/usr/sbin/" |
51 | 51 | ||
52 | if [ "x$POKY_DISTRO_VERSION" = "x" ]; then | 52 | if [ "x$POKY_DISTRO_VERSION" = "x" ]; then |
53 | echo "Have you run 'bitbake unfs-server-native'?" | 53 | echo "Have you run 'bitbake meta-ide-support'?" |
54 | else | 54 | else |
55 | echo "This shouldn't happen - something is missing from your toolchain installation" | 55 | echo "This shouldn't happen - something is missing from your toolchain installation" |
56 | fi | 56 | fi |
diff --git a/scripts/poky-find-native-sysroot b/scripts/poky-find-native-sysroot index 9182f9d170..d8002f963e 100755 --- a/scripts/poky-find-native-sysroot +++ b/scripts/poky-find-native-sysroot | |||
@@ -60,7 +60,7 @@ if [ ! -e "$POKY_NATIVE_SYSROOT/usr/bin/pseudo" ]; then | |||
60 | echo "Error: Unable to find pseudo binary in $POKY_NATIVE_SYSROOT/usr/bin/" | 60 | echo "Error: Unable to find pseudo binary in $POKY_NATIVE_SYSROOT/usr/bin/" |
61 | 61 | ||
62 | if [ "x$POKY_DISTRO_VERSION" = "x" ]; then | 62 | if [ "x$POKY_DISTRO_VERSION" = "x" ]; then |
63 | echo "Have you run 'bitbake pseudo-native'?" | 63 | echo "Have you run 'bitbake meta-ide-support'?" |
64 | else | 64 | else |
65 | echo "This shouldn't happen - something is wrong with your toolchain installation" | 65 | echo "This shouldn't happen - something is wrong with your toolchain installation" |
66 | fi | 66 | fi |
diff --git a/scripts/poky-qemu-ifdown b/scripts/poky-qemu-ifdown index ece2dc998a..60ca919dea 100755 --- a/scripts/poky-qemu-ifdown +++ b/scripts/poky-qemu-ifdown | |||
@@ -50,7 +50,7 @@ if [ ! -e "$TUNCTL" ]; then | |||
50 | if [[ "$NATIVE_SYSROOT_DIR" =~ ^\/opt\/poky ]]; then | 50 | if [[ "$NATIVE_SYSROOT_DIR" =~ ^\/opt\/poky ]]; then |
51 | echo "This shouldn't happen - something is wrong with your toolchain installation" | 51 | echo "This shouldn't happen - something is wrong with your toolchain installation" |
52 | else | 52 | else |
53 | echo "Have you run 'bitbake qemu-helper-native'?" | 53 | echo "Have you run 'bitbake meta-ide-support'?" |
54 | fi | 54 | fi |
55 | 55 | ||
56 | exit 1 | 56 | exit 1 |
diff --git a/scripts/poky-qemu-ifup b/scripts/poky-qemu-ifup index cd4c47b608..8685c83cce 100755 --- a/scripts/poky-qemu-ifup +++ b/scripts/poky-qemu-ifup | |||
@@ -57,7 +57,7 @@ if [ ! -x "$TUNCTL" ]; then | |||
57 | if [[ "$NATIVE_SYSROOT_DIR" =~ ^\/opt\/poky ]]; then | 57 | if [[ "$NATIVE_SYSROOT_DIR" =~ ^\/opt\/poky ]]; then |
58 | echo "This shouldn't happen - something is wrong with your toolchain installation" | 58 | echo "This shouldn't happen - something is wrong with your toolchain installation" |
59 | else | 59 | else |
60 | echo "Have you run 'bitbake qemu-helper-native'?" | 60 | echo "Have you run 'bitbake meta-ide-support'?" |
61 | fi | 61 | fi |
62 | 62 | ||
63 | exit 1 | 63 | exit 1 |