summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb/build: add tasksbetween() functionPaul Eggleton2017-02-071-0/+27
* bitbake: build.py: avoid exception when function is not definedPatrick Ohly2017-01-261-2/+2
* bitbake: build.py: add preceedtask() APIPatrick Ohly2017-01-201-0/+16
* bitbake: build/uihelper: Show better information about multiconfig tasks on UIRichard Purdie2016-12-221-0/+1
* bitbake: lib/bb/build: enable access to logger within tasksPaul Eggleton2016-12-141-0/+1
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-301-3/+3
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-20/+20
* bitbake: build: Ensure we preserve sigbasedata files as well as sigdata onesRichard Purdie2016-11-041-1/+1
* bitbake: bb.build: in _exec_task, catch errors from TaskStartedChristopher Larson2016-10-051-16/+24
* bitbake: build.py: fix os.getcwd() exceptionJuro Bystricky2016-09-281-2/+7
* bitbake: bb.build: in _exec_task, catch BBHandledExceptionChristopher Larson2016-09-211-0/+3
* bitbake: build: Allow dirs/cleandirs to work for empty functionsRichard Purdie2016-09-151-6/+7
* bitbake: build/runqueue: Add noextra stamp file parameter to fix multiconfig ...Richard Purdie2016-09-021-3/+5
* bitbake: lib/bb/build: handle incomplete message fragments in log FIFORoss Burton2016-07-261-31/+36
* bitbake: build: don't use $B as the default cwd for functionsRoss Burton2016-07-191-6/+17
* bitbake: lib/bb/build.py: decode the command as UTF-8Ross Burton2016-07-191-2/+6
* bitbake: lib: implement basic task progress supportPaul Eggleton2016-07-081-0/+34
* bitbake: lib/bb/build.py: remove task flag in deltask()Robert Yang2016-06-231-0/+1
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-7/+6
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-1/+1
* bitbake: bb.build: handle __builtins__ as a moduleChristopher Larson2016-05-061-2/+7
* bitbake: build/utils: Allow python functions to execute with real exception h...Richard Purdie2016-03-311-4/+11
* bitbake: build: Improve python execution tracebacksRichard Purdie2016-02-101-7/+8
* bitbake: build/data: Don't expand python functions before execution [API change]Richard Purdie2016-02-101-1/+1
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-041-7/+7
* bitbake: build.py: minor shell_trap_code() formatting tweaksAndre McCurdy2016-01-301-3/+2
* bitbake: bitbake: clean up stamp-base related codesChen Qi2016-01-111-4/+4
* bitbake: build/utils: Add BB_TASK_IONICE_LEVEL supportRichard Purdie2015-10-291-0/+7
* bitbake: build: delete tasks thoroughlyChristopher Larson2015-09-031-10/+13
* bitbake: build: Exit scripts with result of last shell functionAndre McCurdy2015-07-271-1/+1
* bitbake: lib/bb: provide mechanism to bypass UI log suppressionPaul Eggleton2015-07-161-1/+6
* bitbake: lib/bb: set up infrastructure for shell message functionsPaul Eggleton2015-07-121-7/+43
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-4/+4
* bitbake: bitbake: reset build mtime cache before the buildEd Bartosh2015-04-291-1/+16
* bitbake: build/data: Write out more complete python run filesRichard Purdie2014-08-281-1/+1
* bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day2014-08-251-6/+5
* bitbake: build.py: Ensure shared work siginfo files are written to the correc...Richard Purdie2014-06-191-2/+6
* bitbake: build/utils: Fix broken exception handlingRichard Purdie2014-06-011-3/+2
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-1/+1
* bitbake: toaster: measure task duration with server-side timestampsAlexandru DAMIAN2014-03-211-0/+2
* bitbake: build: filter out expanded empty strings for lockfiles flagStefan Stanacar2014-02-281-1/+1
* bitbake: build: fix handling of task override for tasks with underscores in t...Paul Eggleton2014-02-171-1/+1
* bitbake: bitbake: build.py: create separate function for shell trap creation ...Laurentiu Palcu2014-02-091-17/+20
* bitbake: bitbake/lib/bb/build.py: fix the task flags cleandirsRobert Yang2014-01-071-0/+1
* bitbake: build/ast: Create strong task add/del API in bb.buildRichard Purdie2013-12-181-5/+32
* bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie2013-12-181-1/+5
* bitbake: build.py: add single-quotes around already-expanded directory namePeter Seebach2013-11-201-1/+1
* bitbake: build, toaster: record proper task typeAlexandru DAMIAN2013-11-041-1/+6
* bitbake: build: Add BB_TASK_NICE_LEVEL to task codeRichard Purdie2013-09-221-0/+8
* bitbake: bitbake: build, runqueue: adds info to the *runQueue* eventsAlexandru DAMIAN2013-09-221-0/+2