mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Use OECORE_DISTRO_VERSION instead of POKY_DISTRO_VERSION
(From OE-Core rev: 6890c02ec4538b82b694deaba39e9921af4e3f47) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b6bd7133c2
commit
505be75bbf
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user