From db140d9ce0a5918cab2615862402c07ef81c6944 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 28 Oct 2008 22:10:45 +0000 Subject: scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELIST --- scripts/poky-env-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf