[OE-core] [PATCH 0/2] bitbake.conf: add GITHUB_GIT

Olof Johansson olof.johansson at axis.com
Thu Jul 30 08:32:40 UTC 2015


Excerpts from Robert Yang's message of 2015-07-30 09:09:07 +0200:
> PREMIRRORS is for all the recipes/protocols ?

No, PREMIRRORS is quite expressive, for instance:

PREMIRRORS = " \
  https?$://downloads.example.org$/.*   http://mirror.example.com/ \n \
"

This should only premirror downloads.example.com files, fetched via http
or https. See the bitbake fetcher's uri_replace method in
bitbake/lib/bb/fetch2/__init__.py for the implementation.

-- 
olof johansson



More information about the Openembedded-core mailing list