poky/bitbake/lib/bb
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
..
fetch2 bitbake: fetch2: Unify BB_FETCH_PREMIRRORONLY 2019-03-26 14:02:28 +00:00
parse bitbake: bitbake: ConfHandler: Don't strip leading spaces 2019-02-06 08:24:50 +00:00
pysh bitbake: bitbake: pysh: Improve error handling for shell code 2018-12-09 11:07:48 +00:00
server bitbake: server/process: Add missing exception raise 2019-02-06 08:24:50 +00:00
tests bitbake: bitbake: fix version comparison when one of the versions ends in . 2019-02-25 16:35:33 +00:00
ui bitbake: taskexp: add focused search bar 2018-10-18 10:59:26 +01:00
__init__.py bitbake: bitbake: Bump version to 1.40.0 2018-10-20 14:27:03 +01:00
build.py bitbake: build.py: add unhandled exception information to the logger when executing python tasks 2019-02-14 11:21:58 +00:00
cache_extra.py bitbake: bitbake: cooker: get extra information from recipe cache 2013-09-22 12:19:44 +01:00
cache.py bitbake: cache: Cleanup deprecated function usage 2018-12-07 12:38:58 +00:00
checksum.py bitbake: checksum: sanity check path when recursively checksumming 2018-08-14 16:32:48 +01:00
codeparser.py bitbake: codeparser: Switch to sha256 from md5 2019-01-08 11:16:03 +00:00
command.py bitbake: cooker: clear extra config settings and remote datastores on client disconnect 2017-09-05 15:00:49 +01:00
compat.py bitbake: compat/server/utils: Jettison pre python 2.7.3 workarounds 2013-06-14 17:26:30 +01:00
cooker.py bitbake: cooker: Fix bbfile_config_priorities when BBFILE_PATTERN is empty 2019-03-24 17:01:34 +00:00
cookerdata.py bitbake: bitbake: cookerdata: Check duplicated BBFILE_COLLECTIONS 2019-02-14 11:21:58 +00:00
COW.py bitbake: COW: Fix StopIteration warning 2018-09-22 15:52:12 -07:00
daemonize.py bitbake: daemonize/build: Clean up /dev/null fd handling 2018-09-22 15:52:12 -07:00
data_smart.py bitbake: bb.data_smart: only try to expand refs to valid variable names 2019-01-21 23:44:34 +00:00
data.py bitbake: data/siggen: Switch md5 -> sha256 2019-01-08 11:16:03 +00:00
event.py bitbake: server/process: Various server startup logging fixes 2018-09-05 18:01:37 +01:00
exceptions.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
main.py bitbake: main: When retrying the connection, show the attempt number 2018-12-26 11:10:33 +00:00
methodpool.py bitbake: event/utils/methodpool: Add a cache of compiled code objects 2015-12-22 00:02:05 +00:00
monitordisk.py bitbake: bitbake: Fix Deprecated warnings from regexs 2019-01-16 15:35:07 +00:00
msg.py bitbake: msg: Add explicit verbnote log level 2018-09-10 12:13:38 +01:00
namedtuple_with_abc.py bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. 2014-08-25 08:57:45 +01:00
persist_data.py bitbake: bitbake: persist_data: Fix Locking Protocol Error 2019-01-08 11:16:03 +00:00
process.py bitbake: bitbake:process: flush stderr/stdout to log 2017-06-14 14:54:24 +01:00
progress.py bitbake: lib/bb/progress: avoid possibility of start event being reported twice 2016-07-26 08:10:35 +01:00
providers.py bitbake: bitbake: Fix Deprecated warnings from regexs 2019-01-16 15:35:07 +00:00
remotedata.py bitbake: remotedata: enable transporting datastore from the client to the server 2016-12-14 12:25:07 +00:00
runqueue.py bitbake: runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATA 2019-02-25 10:43:31 +00:00
siggen.py bitbake: siggen: Fix multiconfig corner case 2019-02-25 10:43:31 +00:00
taskdata.py bitbake: bitbake: Add support for multiconfig dependencies 2018-08-01 10:07:22 +01:00
tinfoil.py bitbake: tinfoil: ensure get_recipe_info() returns Null if recipe not found 2017-11-21 13:06:45 +00:00
utils.py bitbake: bitbake: fix version comparison when one of the versions ends in . 2019-02-25 16:35:33 +00:00