diff options
Diffstat (limited to 'scripts/poky-export-rootfs')
-rwxr-xr-x | scripts/poky-export-rootfs | 2 |
1 files changed, 1 insertions, 1 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 echo "Error: Unable to find rpc.mountd binary in $POKY_NATIVE_SYSROOT/usr/sbin/" if [ "x$POKY_DISTRO_VERSION" = "x" ]; then - echo "Have you run 'bitbake unfs-server-native'?" + echo "Have you run 'bitbake meta-ide-support'?" else echo "This shouldn't happen - something is missing from your toolchain installation" fi |