From: Richard Purdie Date: Tue, 30 Sep 2008 21:00:37 +0000 (+0000) Subject: scripts/poky-env-internal: Add MACHINE, DISTRO and POKYLIBC to the environment whitel... X-Git-Tag: 2011-1~8172 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f0e249f5eb3daaeb1c817194559ced2e7c806a1c;p=openembedded-core.git 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 --- diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 78646e3c6e..b805abe2d5 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -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"