diff options
Diffstat (limited to 'scripts/poky-qemu-ifup')
-rwxr-xr-x | scripts/poky-qemu-ifup | 2 |
1 files changed, 1 insertions, 1 deletions
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 |