summaryrefslogtreecommitdiffstats
path: root/lib/bb/utils.py
AgeCommit message (Expand)Author
2017-07-27lib/bb/utils.py: Add missing debug levelMark Hatle
2017-06-02bitbake: Fix return value checks from subprocess.call()'sMikko Rapeli
2017-03-30bb/utils: extend which() so it can look for just executablesRoss Burton
2017-02-24lib/bb/utils: Add filter()Peter Kjellerstedt
2017-01-06prserv/persist_data/utils: Drop obsolete python2 importsRichard Purdie
2016-12-14lib/bb/build: enable access to logger within tasksPaul Eggleton
2016-12-07utils: Avoid traceback errorsRichard Purdie
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-09-06lib/bb/utils: edit_metadata() comment tweaksPaul Eggleton
2016-08-17bb/utils.py: export_proxies add GIT_PROXY_COMMANDFrancisco Pedraza
2016-07-29lib/bb/utils: show subprocess output in stack tracesRoss Burton
2016-07-20bitbake: utils: add BBSERVER to the list of preserved variablesEd Bartosh
2016-07-20lib/bb/utils: no need to unsetenv when manipulating os.environRoss Burton
2016-07-19lib/bb/utils.py: return sorted OrderedDict in explode_dep_versions2Robert Yang
2016-07-19lib/bb/utils: fix set_process_nameRoss Burton
2016-06-13data_smart/utils: Add 'd' to the context used for better_eval in python expan...Richard Purdie
2016-06-01toaster: fix imports to work for python 3Ed Bartosh
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-12utils: Force bitbake to en_US.UTF-8 locale setting everywhereRichard Purdie
2016-05-09lib/bb/utils.py: Fix explode_dep_versions2() determinism issueRichard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bb.utils: let loaded plugins provide a plugin objectChristopher Larson
2016-05-06bb.utils: use imp.get_suffixes for load_pluginsChristopher Larson
2016-05-06bb.utils: add load_plugins from scriptutilsChristopher Larson
2016-04-18lib/bb/utils: add docstring for contains()Ross Burton
2016-04-09lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt
2016-03-30build/utils: Allow python functions to execute with real exception handlingRichard Purdie
2016-02-26utils.py: Add sha1_file callBrendan Le Foll
2016-02-10utils: Drop datastore function inspection during exceptionRichard Purdie
2016-02-08bb/fetch2: Move export_proxies function from wget to utils.Aníbal Limón
2016-02-04lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-29utils: Add ability to change the process nameRichard Purdie
2016-01-05utils: Remove double compile from better_compileRichard Purdie
2015-12-22event/utils/methodpool: Add a cache of compiled code objectsRichard Purdie
2015-12-15utils: Improve traceback from better_exec internal errorsRichard Purdie
2015-12-15ast/event/utils: Improve tracebacks to include file and line numbers more cor...Richard Purdie
2015-12-07lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf formattingPaul Eggleton
2015-12-07lib/bb/utils: fix error in edit_metadata() when deleting first linePaul Eggleton
2015-10-29build/utils: Add BB_TASK_IONICE_LEVEL supportRichard Purdie
2015-09-29utils: only add layer once in edit_bblayers_conf()Markus Lehtonen
2015-09-08utils: Add signal_on_parent_exit() functionRichard Purdie
2015-09-03utils: Fix a potential error in movefileBenjamin Esquivel
2015-09-01utils: Specify dest file name in movefile()Benjamin Esquivel
2015-08-19bitbake-layers: fix mapping files to layersPaul Eggleton
2015-07-31cooker: properly fix bitbake.lock handlingRichard Purdie
2015-05-29cooker/utils: Improve parsing profilingRichard Purdie
2015-05-19lib/bb/utils: fix and extend edit_metadata_file()Paul Eggleton
2015-05-19lib/bb/utils: fix several bugs in edit_metadata_file()Paul Eggleton
2015-05-19lib/bb/utils: add function to get layer containing a filePaul Eggleton
2015-04-19lib/bb/utils: add safeguard against recursively deleting things we shouldn'tPaul Eggleton