[OE-core] [PATCH 1/2] oe-init-build-env: allow GIT_SSL_CAINFO from external environment

Richard Purdie richard.purdie at linuxfoundation.org
Tue May 24 07:25:58 UTC 2016


On Tue, 2016-05-24 at 14:40 +1200, Paul Eggleton wrote:
> buildtools-tarball sets GIT_SSL_CAINFO so that the included
> ca-certificates can be used by git; that can't work however unless
> the GIT_SSL_CAINFO is still set in the environment in which git gets
> run by the fetcher, so allow it through from the external
> environment.
> 
> Fixes [YOCTO #9666].
> 
> Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
> ---
>  scripts/oe-buildenv-internal | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Would it make more sense to just list this in
lib/bb/fetch2/__init__.py:runfetchcmd() instead?

In some ways I'd be in favour of pruning the main bitbake.conf list in
favour of just listing things like proxy variables there specifically
in the fetcher.

If users want to be able to configure that list, we could expose that
list from bitbake too...

Cheers,

Richard





More information about the Openembedded-core mailing list