summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: utils: Fix movefile() exception handling with python3Martin Jansa2019-09-061-1/+1
* bitbake: bitbake: fix version comparison when one of the versions ends in .Alexander Kanavin2019-06-151-0/+4
* bitbake: utils: lockfile: Fix infinite loopIoan-Adrian Ratiu2018-09-251-1/+5
* bitbake: bb/utils.py: add break_hardlinks helperRasmus Villemoes2018-08-161-0/+17
* bitbake: utils/md5_file: don't iterate line-by-lineRoss Burton2018-08-151-4/+9
* bitbake: utils: add optional callback to edit_bblayers_conf()Paul Eggleton2018-07-301-1/+14
* bitbake: lib/bb/utils: prevent movefile from changing dest dir permissionsMattias Hansson2018-04-231-2/+2
* bitbake: utils.py: Add option for explode_dep_versions2 to return unsortedAmanda Brindle2018-03-151-2/+3
* bitbake: bitbake: lib/bb/utils: fix movefile() copy to dir fallbackMardegan, Alberto2017-09-251-9/+10
* bitbake: lib/bb/utils.py: Add missing debug levelMark Hatle2017-07-271-2/+2
* bitbake: bitbake: Fix return value checks from subprocess.call()'sMikko Rapeli2017-06-051-1/+1
* bitbake: bb/utils: extend which() so it can look for just executablesRoss Burton2017-03-311-3/+12
* bitbake: lib/bb/utils: Add filter()Peter Kjellerstedt2017-03-011-0/+24
* bitbake: prserv/persist_data/utils: Drop obsolete python2 importsRichard Purdie2017-01-091-17/+5
* bitbake: lib/bb/build: enable access to logger within tasksPaul Eggleton2016-12-141-0/+11
* bitbake: utils: Avoid traceback errorsRichard Purdie2016-12-081-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-8/+8
* bitbake: lib/bb/utils: edit_metadata() comment tweaksPaul Eggleton2016-09-081-1/+3
* bitbake: bb/utils.py: export_proxies add GIT_PROXY_COMMANDFrancisco Pedraza2016-08-171-1/+2
* bitbake: lib/bb/utils: show subprocess output in stack tracesRoss Burton2016-07-291-0/+6
* bitbake: bitbake: utils: add BBSERVER to the list of preserved variablesEd Bartosh2016-07-201-0/+1
* bitbake: lib/bb/utils: no need to unsetenv when manipulating os.environRoss Burton2016-07-201-1/+0
* bitbake: lib/bb/utils.py: return sorted OrderedDict in explode_dep_versions2Robert Yang2016-07-191-0/+1
* bitbake: lib/bb/utils: fix set_process_nameRoss Burton2016-07-191-3/+2
* bitbake: data_smart/utils: Add 'd' to the context used for better_eval in pyt...Richard Purdie2016-06-131-2/+8
* bitbake: toaster: fix imports to work for python 3Ed Bartosh2016-06-021-1/+0
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-10/+10
* bitbake: utils: Force bitbake to en_US.UTF-8 locale setting everywhereRichard Purdie2016-05-131-0/+7
* bitbake: lib/bb/utils.py: Fix explode_dep_versions2() determinism issueRichard Purdie2016-05-111-1/+2
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-5/+5
* bitbake: bb.utils: let loaded plugins provide a plugin objectChristopher Larson2016-05-061-2/+4
* bitbake: bb.utils: use imp.get_suffixes for load_pluginsChristopher Larson2016-05-061-2/+9
* bitbake: bb.utils: add load_plugins from scriptutilsChristopher Larson2016-05-061-0/+21
* bitbake: lib/bb/utils: add docstring for contains()Ross Burton2016-04-181-1/+19
* bitbake: lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt2016-04-091-1/+1
* bitbake: build/utils: Allow python functions to execute with real exception h...Richard Purdie2016-03-311-1/+3
* bitbake: utils.py: Add sha1_file callBrendan Le Foll2016-02-261-0/+15
* bitbake: utils: Drop datastore function inspection during exceptionRichard Purdie2016-02-101-9/+0
* bitbake: bb/fetch2: Move export_proxies function from wget to utils.Aníbal Limón2016-02-081-0/+19
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-041-1/+1
* bitbake: utils: Add ability to change the process nameRichard Purdie2016-01-301-0/+11
* bitbake: utils: Remove double compile from better_compileRichard Purdie2016-01-061-5/+4
* bitbake: event/utils/methodpool: Add a cache of compiled code objectsRichard Purdie2015-12-221-1/+6
* bitbake: utils: Improve traceback from better_exec internal errorsRichard Purdie2015-12-181-2/+4
* bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie2015-12-181-4/+8
* bitbake: lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf...Paul Eggleton2015-12-071-14/+64
* bitbake: lib/bb/utils: fix error in edit_metadata() when deleting first linePaul Eggleton2015-12-071-1/+1
* bitbake: build/utils: Add BB_TASK_IONICE_LEVEL supportRichard Purdie2015-10-291-0/+24
* bitbake: utils: only add layer once in edit_bblayers_conf()Markus Lehtonen2015-09-291-0/+1
* bitbake: utils: Add signal_on_parent_exit() functionRichard Purdie2015-09-091-0/+19