summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: build: Make python output print to stdout when running with -v (verb...Mark Asselstine2023-03-211-2/+21
* bitbake: build/siggen: Rework stamps functionsRichard Purdie2022-12-171-105/+44
* bitbake: build/siggen/runqueue: Drop do_setscene referencesRichard Purdie2022-12-111-3/+3
* bitbake: data/data_smart/build: Clean up datastore finalize/update_data refer...Richard Purdie2022-11-141-1/+0
* bitbake: build: prefix the tasks with a timestamp in the log task_orderJose Quaresma2022-08-121-1/+3
* bitbake: build: Add clean_stamp API function to allow removal of task stampsRichard Purdie2022-05-161-5/+9
* bitbake: build: Add missing parameter to TaskInvalidRichard Purdie2022-03-301-1/+1
* bitbake: build: Tweak exception handling for setscene tasksRichard Purdie2022-01-191-5/+9
* bitbake: bitbake-worker: Set BB_CURRENTTASK earlierRichard Purdie2021-10-141-1/+0
* bitbake: build: Fix log flushing raceRichard Purdie2021-09-231-38/+38
* bitbake: build: Make exception printing clearerRichard Purdie2021-09-231-1/+1
* bitbake: build: Ensure python stdout/stderr is logged correctlyRichard Purdie2021-09-231-0/+4
* bitbake: build: Catch and error upon circular task referencesRichard Purdie2021-09-111-0/+2
* bitbake: build: Avoid duplicating logs in verbose modeRichard Purdie2021-09-111-0/+4
* bitbake: build: Handle SystemExit in python tasks correctlyRichard Purdie2021-09-111-1/+1
* bitbake: build: Match markup to real function nameRichard Purdie2021-09-111-2/+2
* bitbake: build: warn on setting noexec/nostamp/fakeroot flag to any value bes...Chris Laplante2021-06-061-0/+5
* bitbake: build: Add find_stale_stamps functionRichard Purdie2021-03-231-0/+17
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-3/+3
* bitbake: build/msg: Cleanup verbose option handlingRichard Purdie2020-08-251-2/+5
* bitbake: build: make shell traps less chatty when 'bitbake -v' is useduninative-2.9Chris Laplante2020-08-211-2/+3
* bitbake: build: print a backtrace with the original metadata locations of Bas...Chris Laplante2020-08-151-0/+58
* bitbake: build: print a backtrace when a Bash shell function failsChris Laplante2020-08-151-11/+50
* bitbake: build: create_progress_handler: fix calling 'get' on NoneTypeChris Laplante2020-07-291-1/+1
* bitbake: build: print traceback if progress handler can't be createdChris Laplante2020-07-291-1/+7
* bitbake: build.py: augment TaskBase to capture PN and PVChris Laplante2020-03-071-0/+2
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie2019-12-061-12/+13
* bitbake: build/utils: Drop bb.build.FuncFailedRichard Purdie2019-08-061-47/+10
* bitbake: build: implement custom progress handlers injected via OE_EXTRA_IMPORTSChris Laplante2019-06-111-0/+21
* bitbake: build/progress: use context managers for progress handlersChris Laplante2019-06-111-4/+27
* bitbake: build: extract progress handler creation logic into its own methodChris Laplante2019-06-111-11/+16
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: build: Disable warning about dependent tasks for nowRichard Purdie2019-05-011-2/+2
* bitbake: build: Ensure warning for invalid task dependencies is usefulRichard Purdie2019-05-011-1/+1
* bitbake: build: Add verbnote to shell log commandsStefan Kral2019-04-301-0/+2
* bitbake: build.py: check dependendent task for addtaskRobert Yang2019-04-301-0/+3
* bitbake: build.py: add unhandled exception information to the logger when exe...Alexander Kanavin2019-02-141-1/+2
* bitbake: daemonize/build: Clean up /dev/null fd handlingRichard Purdie2018-09-221-5/+2
* bitbake: bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-08-011-0/+1
* bitbake: build.py: Don't return dependencies for tasks which don't existRichard Purdie2017-12-281-0/+6
* bitbake: lib/bb/build: add tasksbetween() functionPaul Eggleton2017-02-071-0/+27
* bitbake: build.py: avoid exception when function is not definedPatrick Ohly2017-01-261-2/+2
* bitbake: build.py: add preceedtask() APIPatrick Ohly2017-01-201-0/+16
* bitbake: build/uihelper: Show better information about multiconfig tasks on UIRichard Purdie2016-12-221-0/+1
* bitbake: lib/bb/build: enable access to logger within tasksPaul Eggleton2016-12-141-0/+1
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-301-3/+3
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-20/+20