summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
AgeCommit message (Expand)Author
2016-04-18bitbake: lib/bb/utils: add docstring for contains()Ross Burton
2016-04-09bitbake: lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt
2016-03-31bitbake: build/utils: Allow python functions to execute with real exception h...Richard Purdie
2016-02-26bitbake: utils.py: Add sha1_file callBrendan Le Foll
2016-02-10bitbake: utils: Drop datastore function inspection during exceptionRichard Purdie
2016-02-08bitbake: bb/fetch2: Move export_proxies function from wget to utils.Aníbal Limón
2016-02-04bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-30bitbake: utils: Add ability to change the process nameRichard Purdie
2016-01-06bitbake: utils: Remove double compile from better_compileRichard Purdie
2015-12-22bitbake: event/utils/methodpool: Add a cache of compiled code objectsRichard Purdie
2015-12-18bitbake: utils: Improve traceback from better_exec internal errorsRichard Purdie
2015-12-18bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie
2015-12-07bitbake: lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf...Paul Eggleton
2015-12-07bitbake: lib/bb/utils: fix error in edit_metadata() when deleting first linePaul Eggleton
2015-10-29bitbake: build/utils: Add BB_TASK_IONICE_LEVEL supportRichard Purdie
2015-09-29bitbake: utils: only add layer once in edit_bblayers_conf()Markus Lehtonen
2015-09-09bitbake: utils: Add signal_on_parent_exit() functionRichard Purdie
2015-09-04bitbake: utils: Fix a potential error in movefileBenjamin Esquivel
2015-09-03bitbake: utils: Specify dest file name in movefile()Benjamin Esquivel
2015-08-19bitbake: bitbake-layers: fix mapping files to layersPaul Eggleton
2015-08-01bitbake: cooker: properly fix bitbake.lock handlingRichard Purdie
2015-05-29bitbake: cooker/utils: Improve parsing profilingRichard Purdie
2015-05-19bitbake: lib/bb/utils: fix and extend edit_metadata_file()Paul Eggleton
2015-05-19bitbake: lib/bb/utils: fix several bugs in edit_metadata_file()Paul Eggleton
2015-05-19bitbake: lib/bb/utils: add function to get layer containing a filePaul Eggleton
2015-04-19bitbake: lib/bb/utils: add safeguard against recursively deleting things we s...Paul Eggleton
2015-02-16bitbake: cooker: rework LAYERDEPENDS versioning so that it is actually usefulPaul Eggleton
2015-02-16bitbake: utils: ensure explode_dep_versions2 raises an exception on invalid/m...Paul Eggleton
2014-12-30bitbake: utils: make edit_metadata_file() handle VARIABLE +=Paul Eggleton
2014-12-30bitbake: bitbake-layers: fix error handling in add-layer / remove-layerPaul Eggleton
2014-12-23bitbake: utils: add basic metadata manipulation functionsPaul Eggleton
2014-12-09bitbake: utils: add exec_flat_python_func()Paul Eggleton
2014-10-28bitbake: utils.py: don't use len() for truth value testing.Oscar Utbult
2014-08-28bitbake: utils: Improve profile log processingRichard Purdie
2014-08-25bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-08-23bitbake: utils: Add workaround for multiprocessing bugRichard Purdie
2014-06-12bitbake: bb/utils: fix contains_any()Ross Burton
2014-06-01bitbake: build/utils: Fix broken exception handlingRichard Purdie
2014-06-01bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-30bitbake: utils: avoid printing traceback on ExpansionError during parsingPaul Eggleton
2014-04-29bitbake: bb.utils, bb.codeparser: Add bb.utils.contains_anyOtavio Salvador
2013-11-30bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie
2013-10-18bitbake: utils: Don't show stack traces for BBHandledExceptionRichard Purdie
2013-10-07bitbake: utils: use logger.warn instead of print in copyfileRoss Burton
2013-09-11bitbake: utils: Fix BB_PRESERVE_ENVRichard Purdie
2013-06-14bitbake: utils: Fix multiprocessing pool referenceRichard Purdie
2013-06-14bitbake: compat/server/utils: Jettison pre python 2.7.3 workaroundsRichard Purdie
2013-05-24bitbake: cooker/cookerdata/utils: Improve context managementRichard Purdie
2013-05-17bitbake: fetch2/utils: Clean up importsRichard Purdie
2013-05-09bitbake: lib: Clean up various file access syntaxRichard Purdie