diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-07-15 14:53:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:16 -0700 |
commit | 6890c02ec4538b82b694deaba39e9921af4e3f47 (patch) | |
tree | bf4dd46fca8bd9569df23b5c31d3fcd7f0db0021 /scripts/runqemu-export-rootfs | |
parent | 282773ff3e0f365c08ae7e8fe759029f33e575b1 (diff) | |
download | openembedded-core-6890c02ec4538b82b694deaba39e9921af4e3f47.tar.gz openembedded-core-6890c02ec4538b82b694deaba39e9921af4e3f47.tar.bz2 openembedded-core-6890c02ec4538b82b694deaba39e9921af4e3f47.zip |
Use OECORE_DISTRO_VERSION instead of POKY_DISTRO_VERSION
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'scripts/runqemu-export-rootfs')
-rwxr-xr-x | 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 6b4aee8116..6f4604d9a6 100755 --- a/scripts/runqemu-export-rootfs +++ b/scripts/runqemu-export-rootfs @@ -49,7 +49,7 @@ fi if [ ! -e "$OECORE_NATIVE_SYSROOT/usr/sbin/rpc.mountd" ]; then echo "Error: Unable to find rpc.mountd binary in $OECORE_NATIVE_SYSROOT/usr/sbin/" - if [ "x$POKY_DISTRO_VERSION" = "x" ]; then + if [ "x$OECORE_DISTRO_VERSION" = "x" ]; then echo "Have you run 'bitbake meta-ide-support'?" else echo "This shouldn't happen - something is missing from your toolchain installation" |