poky/bitbake/lib
Robert Yang 64c21baf63 bitbake: fetch2: Unify BB_FETCH_PREMIRRORONLY
The fetch2/__init__.py checks whether "BB_FETCH_PREMIRRORONLY" == "1", but
fetch2/git.py and hg.py checks whether it is None, this makes it discontinuous,
and BB_FETCH_PREMIRRORONLY = "0" doens't work as expected in the later case,
so unify it to the previous one. (As BB_NO_NETWORK does).

And also use bb.utils.to_boolean() to make them consistent.

(Bitbake rev: 85a0d22835588e9ad8ec29d88a8115227e88420c)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-03-26 14:02:28 +00:00
..
bb bitbake: fetch2: Unify BB_FETCH_PREMIRRORONLY 2019-03-26 14:02:28 +00:00
bblayers bitbake: layerindex: don't use shell=True when cloning 2018-11-23 16:10:37 +00:00
bs4 bitbake: bitbake: Fix Deprecated warnings from regexs 2019-01-16 15:35:07 +00:00
hashserv bitbake: bitbake: hashserv: Add hash equivalence reference server 2019-01-08 11:16:03 +00:00
layerindexlib bitbake: layerindexlib: Fix various type checking errors 2018-10-18 10:59:26 +01:00
ply bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
progressbar bitbake: lib: implement basic task progress support 2016-07-08 09:57:26 +01:00
prserv bitbake: prserv/serv: Gracefully handle the PR server exiting quickly 2017-08-31 23:30:03 +01:00
simplediff bitbake: lib/bb/siggen: show word-diff for single-line values containing spaces 2017-04-10 23:00:32 +01:00
toaster bitbake: toaster: correctly register the thud branch 2019-02-06 08:24:50 +00:00
codegen.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
pyinotify.py bitbake: bitbake/pyinotify.py: Upgrade to py3 version 2016-06-02 08:24:02 +01:00