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 if [[ "$NATIVE_SYSROOT_DIR" =~ ^\/opt\/poky ]]; then echo "This shouldn't happen - something is wrong with your toolchain installation" else - echo "Have you run 'bitbake qemu-helper-native'?" + echo "Have you run 'bitbake meta-ide-support'?" fi exit 1 |