diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bitbake | 4 | ||||
-rwxr-xr-x | scripts/poky-env-internal | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/scripts/bitbake b/scripts/bitbake index 437d84ee8e..39d5957078 100755 --- a/scripts/bitbake +++ b/scripts/bitbake | |||
@@ -1,4 +1,8 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | |||
3 | export BBFETCH2=True | ||
4 | export BB_ENV_EXTRAWHITE="PSEUDO_BUILD PSEUDO_DISABLED $BB_ENV_EXTRAWHITE" | ||
5 | |||
2 | NO_BUILD_OPTS="--version -h --help -p --parse-only -s --show-versions -e --environment -g --graphviz" | 6 | NO_BUILD_OPTS="--version -h --help -p --parse-only -s --show-versions -e --environment -g --graphviz" |
3 | needpseudo="1" | 7 | needpseudo="1" |
4 | for opt in $@; do | 8 | for opt in $@; do |
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 554945452a..03b078f299 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -55,6 +55,4 @@ unset BITBAKEDIR | |||
55 | export BUILDDIR | 55 | export BUILDDIR |
56 | export PATH | 56 | export PATH |
57 | 57 | ||
58 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS GIT_PROXY_COMMAND PSEUDO_DISABLED PSEUDO_BUILD" | 58 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS GIT_PROXY_COMMAND" |
59 | |||
60 | export BBFETCH2=True | ||