From f0e249f5eb3daaeb1c817194559ced2e7c806a1c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 Sep 2008 21:00:37 +0000 Subject: 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 --- scripts/poky-env-internal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') 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" -- cgit v1.2.3-54-g00ecf