summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-30 21:00:37 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-30 21:00:37 +0000
commitf0e249f5eb3daaeb1c817194559ced2e7c806a1c (patch)
tree649e6f4b8c68361edcd1e071380ef367f6c1aa2b /scripts/poky-env-internal
parent2e182847e4a780c58c5b8046eb98f7f6c8970ea1 (diff)
downloadopenembedded-core-contrib-f0e249f5eb3daaeb1c817194559ced2e7c806a1c.tar.gz
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
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-xscripts/poky-env-internal4
1 files changed, 3 insertions, 1 deletions
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"