]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-env-internal: Add MACHINE, DISTRO and POKYLIBC to the environment whitel...
authorRichard Purdie <richard@openedhand.com>
Tue, 30 Sep 2008 21:00:37 +0000 (21:00 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 30 Sep 2008 21:00:37 +0000 (21:00 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5348 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-env-internal

index 78646e3c6ebb164dfc794b59341c8a075daf504a..b805abe2d571d19b8384d279cdcb0dae70b17e1f 100755 (executable)
@@ -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"