[bitbake-devel] [PATCH 0/2 v2] fetch2: Unify BB_FETCH_PREMIRRORONLY

Robert Yang liezhi.yang at windriver.com
Mon Mar 25 08:10:56 UTC 2019


* V2
  - Use bb.utils.to_boolean() for BB_FETCH_PREMIRRORONLY as RP suggested.
  - Use bb.utils.to_boolean() for BB_NO_NETWORK.
  - We also need use bb.utils.to_boolean() for oe-core's BB_NO_NETWORK, will
    fix it later.

* V1
  - Initial version

The following changes since commit acc242c7ec20a74e1afcc2420f5e2981e843b0df:

  bitbake: fetch2: Print SCMs list when SRCREV_FORMAT is not set (2019-03-24 17:01:34 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/premirror
  http://git.pokylinux.org/cgit.cgi//log/?h=rbt/premirror

Robert Yang (2):
  fetch2: Unify BB_FETCH_PREMIRRORONLY
  fetch2: Use bb.utils.to_boolean() for BB_NO_NETWORK

 bitbake/lib/bb/fetch2/__init__.py | 6 +++---
 bitbake/lib/bb/fetch2/git.py      | 2 +-
 bitbake/lib/bb/fetch2/hg.py       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.7.4



More information about the bitbake-devel mailing list