From fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 21 Apr 2011 12:26:25 +0100 Subject: Further cleanup of various poky references Signed-off-by: Richard Purdie --- scripts/runqemu-export-rootfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/runqemu-export-rootfs') diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs index ae724bd63e..6b4aee8116 100755 --- a/scripts/runqemu-export-rootfs +++ b/scripts/runqemu-export-rootfs @@ -41,7 +41,7 @@ NFS_EXPORT_DIR=$(cd "$2" && pwd) SYSROOT_SETUP_SCRIPT=`which oe-find-native-sysroot` if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then echo "Error: Unable to find the oe-find-native-sysroot script" - echo "Did you forget to source your Poky environment script?" + echo "Did you forget to source your build environment setup script?" exit 1 fi . $SYSROOT_SETUP_SCRIPT -- cgit 1.2.3-korg