summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
AgeCommit message (Expand)Author
2023-03-21bitbake: build: Make python output print to stdout when running with -v (verb...Mark Asselstine
2022-12-17bitbake: build/siggen: Rework stamps functionsRichard Purdie
2022-12-11bitbake: build/siggen/runqueue: Drop do_setscene referencesRichard Purdie
2022-11-14bitbake: data/data_smart/build: Clean up datastore finalize/update_data refer...Richard Purdie
2022-08-12bitbake: build: prefix the tasks with a timestamp in the log task_orderJose Quaresma
2022-05-16bitbake: build: Add clean_stamp API function to allow removal of task stampsRichard Purdie
2022-03-30bitbake: build: Add missing parameter to TaskInvalidRichard Purdie
2022-01-19bitbake: build: Tweak exception handling for setscene tasksRichard Purdie
2021-10-14bitbake: bitbake-worker: Set BB_CURRENTTASK earlierRichard Purdie
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