From: Richard Purdie Date: Tue, 28 Oct 2008 22:10:45 +0000 (+0000) Subject: scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELIST X-Git-Tag: 2011-1~7927 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=db140d9ce0a5918cab2615862402c07ef81c6944;p=openembedded-core.git scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELIST --- 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 echo "### Shell environment set up for Poky builds. ###" echo -export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYLIBC OEROOT http_proxy ftp_proxy" +export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy"