summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: sphinx: add releases pageNicolas Dechesne2020-09-162-0/+131
* bitbake: sphinx: conf: enable extlinks extensionNicolas Dechesne2020-09-161-0/+6
* bitbake: sphinx: index: move the boilerplate at the end of the pageNicolas Dechesne2020-09-161-10/+14
* bitbake: sphinx: add SPDX headersNicolas Dechesne2020-09-167-0/+14
* bitbake: sphinx: Enhance the sphinx experience/nagivation with:Richard Purdie2020-09-164-0/+264
* bitbake: sphinx: tweak html output a bitNicolas Dechesne2020-09-161-5/+11
* bitbake: sphinx: Makefile.sphinx: add clean and publish targetsNicolas Dechesne2020-09-161-1/+12
* bitbake: sphinx: fixes all remaining warningsNicolas Dechesne2020-09-163-11/+11
* bitbake: sphinx: fix links inside notesNicolas Dechesne2020-09-163-18/+13
* bitbake: sphinx: fixup for linksNicolas Dechesne2020-09-166-160/+160
* bitbake: sphinx: override theme CSSNicolas Dechesne2020-09-162-1/+153
* bitbake: sphinx: switch to readthedocs themeNicolas Dechesne2020-09-161-1/+1
* bitbake: sphinx: bitbake-user-manual: use builtin sphinx glossaryNicolas Dechesne2020-09-161-1202/+1236
* bitbake: sphinx: initial sphinx supportNicolas Dechesne2020-09-167-6/+5204
* bitbake: sphinx: add initial build infrastructureNicolas Dechesne2020-09-165-0/+101
* bitbake: cooker: Block SIGINT in worker processesJoshua Watt2020-09-151-0/+1
* bitbake: tests/fetch: Move away from problematic freedesktop.org urlsRichard Purdie2020-09-151-2/+4
* bitbake: tinfoil: Ensure sockets don't leak even when exceptions occurRichard Purdie2020-09-121-12/+16
* bitbake: cooker/command: Fix disconnection handlingRichard Purdie2020-09-122-3/+5
* bitbake: utils: fix UnboundLocalError when _print_exception raisesChris Laplante2020-09-101-2/+2
* bitbake: utils.py: get_file_layer(): Improve performanceRobert Yang2020-09-102-5/+19
* bitbake: utils.py: get_file_layer(): Exit the loop when file is matchedRobert Yang2020-09-101-2/+3
* bitbake: cooker.py: Save prioritized BBFILES to BBFILES_PRIORITIZEDRobert Yang2020-09-101-1/+1
* bitbake: utils: process_profilelog: use context managerChris Laplante2020-09-101-15/+14
* bitbake: bitbake: Add parsing torture testJoshua Watt2020-09-101-0/+89
* bitbake: cooker: Ensure parser worker signal handlers are defaultRichard Purdie2020-09-081-0/+2
* bitbake: cooker: Avoid parser deadlocksRichard Purdie2020-09-081-4/+6
* bitbake: cooker: Ensure parser is cleaned upRichard Purdie2020-09-061-0/+1
* bitbake: server/process: Note when commands complete in logsRichard Purdie2020-09-051-0/+1
* bitbake: server/process: Prefix the log data with pid/time informationRichard Purdie2020-09-051-2/+2
* bitbake: server/process: Ensure we don't keep looping if some other server is...Richard Purdie2020-09-051-1/+20
* bitbake: cooker: Assign a name to the sync thread to aid debuggingRichard Purdie2020-09-051-1/+1
* bitbake: cooker: Ensure parser replacement calls parser final_cleanupRichard Purdie2020-09-051-0/+1
* bitbake: server/process: Don't show tracebacks if the lockfile is removedRichard Purdie2020-09-051-0/+6
* bitbake: server/process: Ensure logging is flushedRichard Purdie2020-09-051-21/+23
* bitbake: process: Avoid printing binary strings for leftover processesRichard Purdie2020-09-051-1/+1
* bitbake: cookerdata: Fix exception raise statementsRichard Purdie2020-09-051-3/+3
* bitbake: cooker/cookerdata: Use BBHandledException, not sys.exit()Richard Purdie2020-09-052-7/+7
* bitbake: process.py: Handle SystemExit exception to eliminate backtraceMark Hatle2020-09-051-1/+1
* bitbake: process/knotty: Improve early exception handlingRichard Purdie2020-09-022-5/+23
* bitbake: COW: migrate test suite into tests/cowChris Laplante2020-09-022-134/+206
* bitbake: COW: formattingChris Laplante2020-09-021-7/+21
* bitbake: server/process: Fix typo in code causing tracebacksRichard Purdie2020-08-261-1/+1
* bitbake: utils: Drop broken timeout functionRichard Purdie2020-08-261-14/+0
* bitbake: process: Avoid bb.utils.timeoutRichard Purdie2020-08-261-24/+27
* bitbake: compat.py: remove file since it no longer actually implements anythingChris Laplante2020-08-264-30/+21
* bitbake: server/process: Use sys.executable for bitbake-serverRichard Purdie2020-08-261-1/+1
* bitbake: fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie2020-08-264-27/+6
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-2522-42/+51
* bitbake: cooker: Ensure cooker's enviroment is updated on updateConfigRichard Purdie2020-08-251-0/+4