summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf...Paul Eggleton2015-12-141-14/+64
* bitbake: lib/bb/utils: fix error in edit_metadata() when deleting first linePaul Eggleton2015-12-141-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
* bitbake: utils: Fix a potential error in movefileBenjamin Esquivel2015-09-041-3/+6
* bitbake: utils: Specify dest file name in movefile()Benjamin Esquivel2015-09-031-1/+3
* bitbake: bitbake-layers: fix mapping files to layersPaul Eggleton2015-08-191-8/+24
* bitbake: cooker: properly fix bitbake.lock handlingRichard Purdie2015-08-011-4/+25
* bitbake: cooker/utils: Improve parsing profilingRichard Purdie2015-05-291-3/+9
* bitbake: lib/bb/utils: fix and extend edit_metadata_file()Paul Eggleton2015-05-191-58/+180
* bitbake: lib/bb/utils: fix several bugs in edit_metadata_file()Paul Eggleton2015-05-191-3/+11
* bitbake: lib/bb/utils: add function to get layer containing a filePaul Eggleton2015-05-191-0/+16
* bitbake: lib/bb/utils: add safeguard against recursively deleting things we s...Paul Eggleton2015-04-191-0/+21
* bitbake: cooker: rework LAYERDEPENDS versioning so that it is actually usefulPaul Eggleton2015-02-161-0/+22
* bitbake: utils: ensure explode_dep_versions2 raises an exception on invalid/m...Paul Eggleton2015-02-161-0/+4
* bitbake: utils: make edit_metadata_file() handle VARIABLE +=Paul Eggleton2014-12-301-1/+1
* bitbake: bitbake-layers: fix error handling in add-layer / remove-layerPaul Eggleton2014-12-301-0/+8
* bitbake: utils: add basic metadata manipulation functionsPaul Eggleton2014-12-231-0/+127
* bitbake: utils: add exec_flat_python_func()Paul Eggleton2014-12-091-0/+22
* bitbake: utils.py: don't use len() for truth value testing.Oscar Utbult2014-10-281-1/+1
* bitbake: utils: Improve profile log processingRichard Purdie2014-08-281-6/+1
* bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day2014-08-251-2/+2
* bitbake: utils: Add workaround for multiprocessing bugRichard Purdie2014-08-231-0/+12
* bitbake: bb/utils: fix contains_any()Ross Burton2014-06-121-1/+1
* bitbake: build/utils: Fix broken exception handlingRichard Purdie2014-06-011-7/+2
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-1/+1
* bitbake: utils: avoid printing traceback on ExpansionError during parsingPaul Eggleton2014-05-301-0/+2
* bitbake: bb.utils, bb.codeparser: Add bb.utils.contains_anyOtavio Salvador2014-04-291-0/+13
* bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie2013-11-301-1/+7
* bitbake: utils: Don't show stack traces for BBHandledExceptionRichard Purdie2013-10-181-0/+3
* bitbake: utils: use logger.warn instead of print in copyfileRoss Burton2013-10-071-5/+5
* bitbake: utils: Fix BB_PRESERVE_ENVRichard Purdie2013-09-111-0/+2
* bitbake: utils: Fix multiprocessing pool referenceRichard Purdie2013-06-141-1/+1
* bitbake: compat/server/utils: Jettison pre python 2.7.3 workaroundsRichard Purdie2013-06-141-5/+2
* bitbake: cooker/cookerdata/utils: Improve context managementRichard Purdie2013-05-241-8/+18
* bitbake: fetch2/utils: Clean up importsRichard Purdie2013-05-171-3/+4
* bitbake: lib: Clean up various file access syntaxRichard Purdie2013-05-091-4/+10
* bitbake: utils: Improve better_compile error messageRichard Purdie2013-05-091-7/+9
* bitbake: utils: Improve better_exec traceback handlingRichard Purdie2013-05-091-39/+57
* bitbake: utils.py: fix BB_ENV_WHITELISTRobert Yang2013-03-191-0/+3
* bitbake: utils: Improve remove funciton to handle whitespaceRichard Purdie2013-02-191-2/+2
* bitbake: utils: Use rm -rf in remove()Richard Purdie2013-02-151-4/+7
* bitbake: bitbake/utils: Improve environment handling to allow UIs access to o...Richard Purdie2013-02-111-4/+6
* bitbake: cooker/utils: Drop custom 'interactive' variables list and store env...Richard Purdie2013-02-061-26/+1
* bitbake: compat/utils: Add copy of python multiprocessing pool for pre 2.7.3 ...Richard Purdie2013-02-061-0/+8
* bitbake: utils.py: Add function for processing profile outputRichard Purdie2013-01-281-0/+20
* bitbake: utils: Add explode_dep_versions2 to replace explode_dep_versionsRichard Purdie2012-10-021-6/+21
* bitbake: utils.py: Allow explode_dep_versions comparisons to have arbitrary w...Mark Hatle2012-10-021-15/+47
* bitbake: utils.py: Check for duplicate dependency entriesMark Hatle2012-10-021-1/+4