aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2023-03-17build: Make python output print to stdout when running with -v (verbose)Mark Asselstine
2022-12-16build/siggen: Rework stamps functionsRichard Purdie
2022-12-11build/siggen/runqueue: Drop do_setscene referencesRichard Purdie
2022-11-14data/data_smart/build: Clean up datastore finalize/update_data referencesRichard Purdie
2022-08-09build: prefix the tasks with a timestamp in the log task_orderJose Quaresma
2022-05-16build: Add clean_stamp API function to allow removal of task stampsRichard Purdie
2022-03-30build: Add missing parameter to TaskInvalidRichard Purdie
2022-01-19build: Tweak exception handling for setscene tasksRichard Purdie
2021-10-14bitbake-worker: Set BB_CURRENTTASK earlierRichard Purdie
2021-09-23build: Fix log flushing raceRichard Purdie
2021-09-23build: Make exception printing clearerRichard Purdie
2021-09-23build: Ensure python stdout/stderr is logged correctlyRichard Purdie
2021-09-11build: Catch and error upon circular task referencesRichard Purdie
2021-09-11build: Avoid duplicating logs in verbose modeRichard Purdie
2021-09-11build: Handle SystemExit in python tasks correctlyRichard Purdie
2021-09-11build: Match markup to real function nameRichard Purdie
2021-06-06build: warn on setting noexec/nostamp/fakeroot flag to any value besides '1'Chris Laplante
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