aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2019-06-19bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-06-19bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-02-12build.py: add unhandled exception information to the logger when executing py...Alexander Kanavin
2018-09-21daemonize/build: Clean up /dev/null fd handlingRichard Purdie
2018-08-01bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2017-12-19build.py: Don't return dependencies for tasks which don't existRichard Purdie
2017-02-07lib/bb/build: add tasksbetween() functionPaul Eggleton
2017-01-26build.py: avoid exception when function is not definedPatrick Ohly
2017-01-19build.py: add preceedtask() APIPatrick Ohly
2016-12-21build/uihelper: Show better information about multiconfig tasks on UIRichard Purdie
2016-12-14lib/bb/build: enable access to logger within tasksPaul Eggleton
2016-11-30bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-04build: Ensure we preserve sigbasedata files as well as sigdata onesRichard Purdie
2016-10-05bb.build: in _exec_task, catch errors from TaskStartedChristopher Larson
2016-09-27build.py: fix os.getcwd() exceptionJuro Bystricky
2016-09-21bb.build: in _exec_task, catch BBHandledExceptionChristopher Larson
2016-09-14build: Allow dirs/cleandirs to work for empty functionsRichard Purdie
2016-09-02build/runqueue: Add noextra stamp file parameter to fix multiconfig buildsRichard Purdie
2016-07-26lib/bb/build: handle incomplete message fragments in log FIFORoss Burton
2016-07-19build: don't use $B as the default cwd for functionsRoss Burton
2016-07-19lib/bb/build.py: decode the command as UTF-8Ross Burton
2016-07-01lib: implement basic task progress supportPaul Eggleton
2016-06-23lib/bb/build.py: remove task flag in deltask()Robert Yang
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bb.build: handle __builtins__ as a moduleChristopher Larson
2016-03-30build/utils: Allow python functions to execute with real exception handlingRichard Purdie
2016-02-10build: Improve python execution tracebacksRichard Purdie
2016-02-10build/data: Don't expand python functions before execution [API change]Richard Purdie
2016-02-04lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-29build.py: minor shell_trap_code() formatting tweaksAndre McCurdy
2016-01-11bitbake: clean up stamp-base related codesChen Qi
2015-10-29build/utils: Add BB_TASK_IONICE_LEVEL supportRichard Purdie
2015-09-01build: delete tasks thoroughlyChristopher Larson
2015-07-27build: Exit scripts with result of last shell functionAndre McCurdy
2015-07-16lib/bb: provide mechanism to bypass UI log suppressionPaul Eggleton
2015-07-12lib/bb: set up infrastructure for shell message functionsPaul Eggleton
2015-06-19bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-04-28bitbake: reset build mtime cache before the buildEd Bartosh
2014-08-27build/data: Write out more complete python run filesRichard Purdie
2014-08-24lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-06-19build.py: Ensure shared work siginfo files are written to the correct locationRichard Purdie
2014-05-31build/utils: Fix broken exception handlingRichard Purdie
2014-05-30event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-03-21toaster: measure task duration with server-side timestampsAlexandru DAMIAN
2014-02-28build: filter out expanded empty strings for lockfiles flagStefan Stanacar
2014-02-17build: fix handling of task override for tasks with underscores in their namesPaul Eggleton
2014-02-09bitbake: build.py: create separate function for shell trap creation codeLaurentiu Palcu
2014-01-07bitbake/lib/bb/build.py: fix the task flags cleandirsRobert Yang