diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:00:37 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:00:37 +0000 |
commit | f0e249f5eb3daaeb1c817194559ced2e7c806a1c (patch) | |
tree | 649e6f4b8c68361edcd1e071380ef367f6c1aa2b /scripts/poky-env-internal | |
parent | 2e182847e4a780c58c5b8046eb98f7f6c8970ea1 (diff) | |
download | poky-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-x | scripts/poky-env-internal | 4 |
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 | |||
31 | fi | 31 | fi |
32 | fi | 32 | fi |
33 | 33 | ||
34 | BBDIR="$OEROOT/bitbake/" | 34 | BBDIR="$OEROOT/bitbake$BBEXTRA/" |
35 | PKGDIR="$OEROOT/meta/" | 35 | PKGDIR="$OEROOT/meta/" |
36 | BUILDDIR="$OEROOT/$BDIR/" | 36 | BUILDDIR="$OEROOT/$BDIR/" |
37 | MSG='' | 37 | MSG='' |
@@ -86,3 +86,5 @@ unset GCONF_SCHEMA_INSTALL_SOURCE | |||
86 | echo | 86 | echo |
87 | echo "### Shell environment set up for Poky builds. ###" | 87 | echo "### Shell environment set up for Poky builds. ###" |
88 | echo | 88 | echo |
89 | |||
90 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYLIBC" | ||