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