summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: siggen: clean_basepath: improve perfo and readabilityJean-Francois Dagenais2020-09-231-10/+20
* bitbake: bitbake: tests/siggen: introduce clean_basepath testcasesJean-Francois Dagenais2020-09-232-0/+92
* bitbake: bitbake: tests/fetch: add unit tests for SRC_URI with spaces in urlCharlie Davies2020-09-231-0/+47
* bitbake: bitbake: fetch/git: add support for SRC_URI containing spaces in urlCharlie Davies2020-09-231-6/+6
* bitbake: bitbake: hashserv: Fix localhost sometimes resolved to a wrong IPAnatol Belski2020-09-231-1/+6
* bitbake: bitbake-user-manual: fix bad linksNicolas Dechesne2020-09-162-2/+2
* bitbake: sphinx: theme_override: Use bold for emphasis textRichard Purdie2020-09-161-0/+4
* bitbake: sphinx: theme_override: properly set font for verbatim textNicolas Dechesne2020-09-161-0/+5
* bitbake: sphinx: remove leading '/'Nicolas Dechesne2020-09-161-3/+3
* bitbake: sphinx: update style for important, caution and warningsNicolas Dechesne2020-09-161-2/+11
* bitbake: sphinx: last manual round of fixes/improvementsNicolas Dechesne2020-09-166-1170/+1733
* bitbake: sphinx: bitbake-user-manual: insert additional blank line after titleNicolas Dechesne2020-09-165-0/+10
* 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