summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
AgeCommit message (Expand)Author
2019-08-06bitbake: build/utils: Drop bb.build.FuncFailedRichard Purdie
2019-06-11bitbake: build: implement custom progress handlers injected via OE_EXTRA_IMPORTSChris Laplante
2019-06-11bitbake: build/progress: use context managers for progress handlersChris Laplante
2019-06-11bitbake: build: extract progress handler creation logic into its own methodChris Laplante
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-05-01bitbake: build: Disable warning about dependent tasks for nowRichard Purdie
2019-05-01bitbake: build: Ensure warning for invalid task dependencies is usefulRichard Purdie
2019-04-30bitbake: build: Add verbnote to shell log commandsStefan Kral
2019-04-30bitbake: build.py: check dependendent task for addtaskRobert Yang
2019-02-14bitbake: build.py: add unhandled exception information to the logger when exe...Alexander Kanavin
2018-09-22bitbake: daemonize/build: Clean up /dev/null fd handlingRichard Purdie
2018-08-01bitbake: bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2017-12-28bitbake: build.py: Don't return dependencies for tasks which don't existRichard Purdie
2017-02-07bitbake: lib/bb/build: add tasksbetween() functionPaul Eggleton
2017-01-26bitbake: build.py: avoid exception when function is not definedPatrick Ohly
2017-01-20bitbake: build.py: add preceedtask() APIPatrick Ohly
2016-12-22bitbake: build/uihelper: Show better information about multiconfig tasks on UIRichard Purdie
2016-12-14bitbake: lib/bb/build: enable access to logger within tasksPaul Eggleton
2016-11-30bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-11-04bitbake: build: Ensure we preserve sigbasedata files as well as sigdata onesRichard Purdie
2016-10-05bitbake: bb.build: in _exec_task, catch errors from TaskStartedChristopher Larson
2016-09-28bitbake: build.py: fix os.getcwd() exceptionJuro Bystricky
2016-09-21bitbake: bb.build: in _exec_task, catch BBHandledExceptionChristopher Larson
2016-09-15bitbake: build: Allow dirs/cleandirs to work for empty functionsRichard Purdie
2016-09-02bitbake: build/runqueue: Add noextra stamp file parameter to fix multiconfig ...Richard Purdie
2016-07-26bitbake: lib/bb/build: handle incomplete message fragments in log FIFORoss Burton
2016-07-19bitbake: build: don't use $B as the default cwd for functionsRoss Burton
2016-07-19bitbake: lib/bb/build.py: decode the command as UTF-8Ross Burton
2016-07-08bitbake: lib: implement basic task progress supportPaul Eggleton
2016-06-23bitbake: lib/bb/build.py: remove task flag in deltask()Robert Yang
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bitbake: bb.build: handle __builtins__ as a moduleChristopher Larson
2016-03-31bitbake: build/utils: Allow python functions to execute with real exception h...Richard Purdie
2016-02-10bitbake: build: Improve python execution tracebacksRichard Purdie
2016-02-10bitbake: build/data: Don't expand python functions before execution [API change]Richard Purdie
2016-02-04bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-30bitbake: build.py: minor shell_trap_code() formatting tweaksAndre McCurdy
2016-01-11bitbake: bitbake: clean up stamp-base related codesChen Qi
2015-10-29bitbake: build/utils: Add BB_TASK_IONICE_LEVEL supportRichard Purdie
2015-09-03bitbake: build: delete tasks thoroughlyChristopher Larson
2015-07-27bitbake: build: Exit scripts with result of last shell functionAndre McCurdy
2015-07-16bitbake: lib/bb: provide mechanism to bypass UI log suppressionPaul Eggleton
2015-07-12bitbake: lib/bb: set up infrastructure for shell message functionsPaul Eggleton
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-04-29bitbake: bitbake: reset build mtime cache before the buildEd Bartosh
2014-08-28bitbake: build/data: Write out more complete python run filesRichard Purdie