scripts/poky-env-internal: Add MACHINE, DISTRO and POKYLIBC to the environment whitelist for starters

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5348 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-09-30 21:00:37 +00:00
parent 2e182847e4
commit f0e249f5eb
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if [ "x$BDIR" = "x" ]; then
fi
fi
BBDIR="$OEROOT/bitbake/"
BBDIR="$OEROOT/bitbake$BBEXTRA/"
PKGDIR="$OEROOT/meta/"
BUILDDIR="$OEROOT/$BDIR/"
MSG=''
@ -86,3 +86,5 @@ unset GCONF_SCHEMA_INSTALL_SOURCE
echo
echo "### Shell environment set up for Poky builds. ###"
echo
export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYLIBC"