From 65f4b6541041e62f562830cfedf8284c0bc86a16 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 (From OE-Core rev: fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b) Signed-off-by: Richard Purdie --- scripts/runqemu-extract-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/runqemu-extract-sdk') diff --git a/scripts/runqemu-extract-sdk b/scripts/runqemu-extract-sdk index e476f3f637..d30e5a64aa 100644 --- a/scripts/runqemu-extract-sdk +++ b/scripts/runqemu-extract-sdk @@ -32,7 +32,7 @@ fi 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 system environment setup script?" exit 1 fi . $SYSROOT_SETUP_SCRIPT -- cgit v1.2.3-54-g00ecf