summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
AgeCommit message (Expand)Author
2021-09-23bitbake: build: Fix log flushing raceRichard Purdie
2021-09-23bitbake: build: Make exception printing clearerRichard Purdie
2021-09-23bitbake: build: Ensure python stdout/stderr is logged correctlyRichard Purdie
2021-09-11bitbake: build: Catch and error upon circular task referencesRichard Purdie
2021-09-11bitbake: build: Avoid duplicating logs in verbose modeRichard Purdie
2021-09-11bitbake: build: Handle SystemExit in python tasks correctlyRichard Purdie
2021-09-11bitbake: build: Match markup to real function nameRichard Purdie
2021-06-06bitbake: build: warn on setting noexec/nostamp/fakeroot flag to any value bes...Chris Laplante
2021-03-23bitbake: build: Add find_stale_stamps functionRichard Purdie
2021-02-10bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt
2020-08-25bitbake: build/msg: Cleanup verbose option handlingRichard Purdie
2020-08-21bitbake: build: make shell traps less chatty when 'bitbake -v' is useduninative-2.9Chris Laplante
2020-08-15bitbake: build: print a backtrace with the original metadata locations of Bas...Chris Laplante
2020-08-15bitbake: build: print a backtrace when a Bash shell function failsChris Laplante
2020-07-29bitbake: build: create_progress_handler: fix calling 'get' on NoneTypeChris Laplante
2020-07-29bitbake: build: print traceback if progress handler can't be createdChris Laplante
2020-03-07bitbake: build.py: augment TaskBase to capture PN and PVChris Laplante
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-12-06bitbake: knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie
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