From 505be75bbf004b822deb01c0a06b981402f952d1 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 15 Jul 2011 14:53:34 +0000 Subject: Use OECORE_DISTRO_VERSION instead of POKY_DISTRO_VERSION (From OE-Core rev: 6890c02ec4538b82b694deaba39e9921af4e3f47) Signed-off-by: Otavio Salvador 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 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" -- cgit v1.2.3-54-g00ecf