summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-16sphinx: conf: enable extlinks extensionNicolas Dechesne
2020-09-16sphinx: index: move the boilerplate at the end of the pageNicolas Dechesne
2020-09-16sphinx: add SPDX headersNicolas Dechesne
2020-09-16sphinx: Enhance the sphinx experience/nagivation with:Richard Purdie
2020-09-16sphinx: tweak html output a bitNicolas Dechesne
2020-09-16sphinx: Makefile.sphinx: add clean and publish targetsNicolas Dechesne
2020-09-16sphinx: fixes all remaining warningsNicolas Dechesne
2020-09-16sphinx: fix links inside notesNicolas Dechesne
2020-09-16sphinx: fixup for linksNicolas Dechesne
2020-09-16sphinx: override theme CSSNicolas Dechesne
2020-09-16sphinx: switch to readthedocs themeNicolas Dechesne
2020-09-16sphinx: bitbake-user-manual: use builtin sphinx glossaryNicolas Dechesne
2020-09-16sphinx: initial sphinx supportNicolas Dechesne
2020-09-16sphinx: add initial build infrastructureNicolas Dechesne
2020-09-14cooker: Block SIGINT in worker processesJoshua Watt
2020-09-14tests/fetch: Move away from problematic freedesktop.org urlsRichard Purdie
2020-09-12tinfoil: Ensure sockets don't leak even when exceptions occurRichard Purdie
2020-09-12cooker/command: Fix disconnection handlingRichard Purdie
2020-09-09utils: fix UnboundLocalError when _print_exception raisesChris Laplante
2020-09-09utils.py: get_file_layer(): Improve performanceRobert Yang
2020-09-09utils.py: get_file_layer(): Exit the loop when file is matchedRobert Yang
2020-09-09cooker.py: Save prioritized BBFILES to BBFILES_PRIORITIZEDRobert Yang
2020-09-09utils: process_profilelog: use context managerChris Laplante
2020-09-09bitbake: Add parsing torture testJoshua Watt
2020-09-07cooker: Ensure parser worker signal handlers are defaultRichard Purdie
2020-09-06cooker: Avoid parser deadlocksRichard Purdie
2020-09-06cooker: Ensure parser is cleaned upRichard Purdie
2020-09-05server/process: Note when commands complete in logsRichard Purdie
2020-09-05server/process: Prefix the log data with pid/time informationRichard Purdie
2020-09-05server/process: Ensure we don't keep looping if some other server is startedRichard Purdie
2020-09-05cooker: Assign a name to the sync thread to aid debuggingRichard Purdie
2020-09-05cooker: Ensure parser replacement calls parser final_cleanupRichard Purdie
2020-09-05server/process: Don't show tracebacks if the lockfile is removedRichard Purdie
2020-09-05server/process: Ensure logging is flushedRichard Purdie
2020-09-05process: Avoid printing binary strings for leftover processesRichard Purdie
2020-09-03cookerdata: Fix exception raise statementsRichard Purdie
2020-09-03cooker/cookerdata: Use BBHandledException, not sys.exit()Richard Purdie
2020-09-03process.py: Handle SystemExit exception to eliminate backtraceMark Hatle
2020-09-02process/knotty: Improve early exception handlingRichard Purdie
2020-08-28COW: migrate test suite into tests/cowChris Laplante
2020-08-28COW: formattingChris Laplante
2020-08-26server/process: Fix typo in code causing tracebacksRichard Purdie
2020-08-26utils: Drop broken timeout functionRichard Purdie
2020-08-26process: Avoid bb.utils.timeoutRichard Purdie
2020-08-25compat.py: remove file since it no longer actually implements anythingChris Laplante
2020-08-25server/process: Use sys.executable for bitbake-serverRichard Purdie
2020-08-25fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie
2020-08-25lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-25cooker: Ensure cooker's enviroment is updated on updateConfigRichard Purdie
2020-08-25runqueue: Don't use sys.argvRichard Purdie