diff options
author | Richard Purdie <richard@ted.(none)> | 2008-12-03 15:41:54 +0000 |
---|---|---|
committer | Richard Purdie <richard@ted.(none)> | 2008-12-03 15:41:54 +0000 |
commit | a8b0e8a0342e4bc5bc05203793aaf56cfc445d2f (patch) | |
tree | 68f4853cff0809d48ba42bf4e381c6d6c2b6e4de /scripts/poky-env-internal | |
parent | 63c279ef55553c73e9ba1aa65ac1e054c2bc0e4c (diff) | |
download | poky-a8b0e8a0342e4bc5bc05203793aaf56cfc445d2f.tar.gz |
scripts/poky-env-internal: Add SSH_AUTH_SOCK and SSH_AGENT_PID 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 c5cab841e3..137b2c23ff 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -119,4 +119,4 @@ echo | |||
119 | echo "### Shell environment set up for Poky builds. ###" | 119 | echo "### Shell environment set up for Poky builds. ###" |
120 | echo | 120 | echo |
121 | 121 | ||
122 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy" | 122 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy SSH_AGENT_PID SSH_AUTH_SOCK" |