aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2021-10-25build: Make exception printing clearerRichard Purdie
2021-10-25build: Ensure python stdout/stderr is logged correctlyRichard Purdie
2021-10-02build: Handle SystemExit in python tasks correctlyRichard Purdie
2021-10-02build: Avoid duplicating logs in verbose modeRichard Purdie
2021-09-16build: Catch and error upon circular task referencesRichard Purdie
2021-03-23build: Add find_stale_stamps functionRichard Purdie
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2020-08-24build/msg: Cleanup verbose option handlingRichard Purdie
2020-08-20build: make shell traps less chatty when 'bitbake -v' is usedChris Laplante
2020-08-14build: print a backtrace with the original metadata locations of Bash shell f...Chris Laplante
2020-08-14build: print a backtrace when a Bash shell function failsChris Laplante
2020-07-28build: create_progress_handler: fix calling 'get' on NoneTypeChris Laplante
2020-07-28build: print traceback if progress handler can't be createdChris Laplante
2020-03-06build.py: augment TaskBase to capture PN and PVChris Laplante
2020-01-19lib: remove unused importsFrazer Clews
2019-12-05knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie
2019-08-06build/utils: Drop bb.build.FuncFailedRichard Purdie
2019-06-11build: implement custom progress handlers injected via OE_EXTRA_IMPORTSChris Laplante
2019-06-11build/progress: use context managers for progress handlersChris Laplante
2019-06-11build: extract progress handler creation logic into its own methodChris Laplante
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-05-01build: Disable warning about dependent tasks for nowRichard Purdie
2019-05-01build: Ensure warning for invalid task dependencies is usefulRichard Purdie
2019-04-30build: Add verbnote to shell log commandsStefan Kral
2019-04-30build.py: check dependendent task for addtaskRobert Yang
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