All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v2] fetch2: Unify BB_FETCH_PREMIRRORONLY
@ 2019-03-25  8:10 Robert Yang
  2019-03-25  8:10 ` [PATCH 1/2 " Robert Yang
  2019-03-25  8:10 ` [PATCH 2/2 v2] fetch2: Use bb.utils.to_boolean() for BB_NO_NETWORK Robert Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2019-03-25  8:10 UTC (permalink / raw)
  To: bitbake-devel

* 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-25  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-25  8:10 [PATCH 0/2 v2] fetch2: Unify BB_FETCH_PREMIRRORONLY Robert Yang
2019-03-25  8:10 ` [PATCH 1/2 " Robert Yang
2019-03-25  8:10 ` [PATCH 2/2 v2] fetch2: Use bb.utils.to_boolean() for BB_NO_NETWORK Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.