summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: build.py: augment TaskBase to capture PN and PVChris Laplante2020-03-071-0/+2
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie2019-12-061-12/+13
* bitbake: build/utils: Drop bb.build.FuncFailedRichard Purdie2019-08-061-47/+10
* bitbake: build: implement custom progress handlers injected via OE_EXTRA_IMPORTSChris Laplante2019-06-111-0/+21
* bitbake: build/progress: use context managers for progress handlersChris Laplante2019-06-111-4/+27
* bitbake: build: extract progress handler creation logic into its own methodChris Laplante2019-06-111-11/+16
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: build: Disable warning about dependent tasks for nowRichard Purdie2019-05-011-2/+2
* bitbake: build: Ensure warning for invalid task dependencies is usefulRichard Purdie2019-05-011-1/+1
* bitbake: build: Add verbnote to shell log commandsStefan Kral2019-04-301-0/+2
* bitbake: build.py: check dependendent task for addtaskRobert Yang2019-04-301-0/+3
* bitbake: build.py: add unhandled exception information to the logger when exe...Alexander Kanavin2019-02-141-1/+2
* bitbake: daemonize/build: Clean up /dev/null fd handlingRichard Purdie2018-09-221-5/+2
* bitbake: bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-08-011-0/+1
* bitbake: build.py: Don't return dependencies for tasks which don't existRichard Purdie2017-12-281-0/+6
* 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