diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-28 22:10:45 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-28 22:10:45 +0000 |
commit | db140d9ce0a5918cab2615862402c07ef81c6944 (patch) | |
tree | 84175d051b30d5bdf9277c543e346f4254043c67 /scripts/poky-env-internal | |
parent | 2ff5dac29057456850e005354775daa99aee555c (diff) | |
download | poky-db140d9ce0a5918cab2615862402c07ef81c6944.tar.gz |
scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELIST
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index c08bfd5c37..e1797a06c2 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -93,4 +93,4 @@ echo | |||
93 | echo "### Shell environment set up for Poky builds. ###" | 93 | echo "### Shell environment set up for Poky builds. ###" |
94 | echo | 94 | echo |
95 | 95 | ||
96 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYLIBC OEROOT http_proxy ftp_proxy" | 96 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy" |