diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:26:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:56:16 +0100 |
commit | 65f4b6541041e62f562830cfedf8284c0bc86a16 (patch) | |
tree | 0effc3553e119325dd1cd70a33c3712ad4d9cf56 /scripts/runqemu-export-rootfs | |
parent | 91d72e6a992d5ed55c0af427e147c7ae3adc517c (diff) | |
download | poky-65f4b6541041e62f562830cfedf8284c0bc86a16.tar.gz |
Further cleanup of various poky references
(From OE-Core rev: fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-export-rootfs')
-rw-r--r-- | scripts/runqemu-export-rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs index ae724bd63e..6b4aee8116 100644 --- a/scripts/runqemu-export-rootfs +++ b/scripts/runqemu-export-rootfs | |||
@@ -41,7 +41,7 @@ NFS_EXPORT_DIR=$(cd "$2" && pwd) | |||
41 | SYSROOT_SETUP_SCRIPT=`which oe-find-native-sysroot` | 41 | SYSROOT_SETUP_SCRIPT=`which oe-find-native-sysroot` |
42 | if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then | 42 | if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then |
43 | echo "Error: Unable to find the oe-find-native-sysroot script" | 43 | echo "Error: Unable to find the oe-find-native-sysroot script" |
44 | echo "Did you forget to source your Poky environment script?" | 44 | echo "Did you forget to source your build environment setup script?" |
45 | exit 1 | 45 | exit 1 |
46 | fi | 46 | fi |
47 | . $SYSROOT_SETUP_SCRIPT | 47 | . $SYSROOT_SETUP_SCRIPT |