scripts/poky-env-internal: Add SSH_AUTH_SOCK and SSH_AGENT_PID to BB_ENV_WHITELIST

This commit is contained in:
Richard Purdie 2008-12-03 15:41:54 +00:00
parent 63c279ef55
commit a8b0e8a034
1 changed files with 1 additions and 1 deletions

View File

@ -119,4 +119,4 @@ echo
echo "### Shell environment set up for Poky builds. ###"
echo
export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy"
export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy SSH_AGENT_PID SSH_AUTH_SOCK"