summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Force parser shutdown after catching an exceptionJan Brzezanski2021-03-241-5/+5
* bitbake: runqueue: Add setscene task overlap sanity checkRichard Purdie2021-03-241-0/+4
* bitbake: runqueue: Fix task execution corruption issueRichard Purdie2021-03-241-0/+3
* bitbake: __init__.py: Fix bitbake debug log handlingRichard Purdie2021-03-091-1/+1
* bitbake: lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsettingAlexander Kanavin2021-02-111-5/+0
* bitbake: fetch/git: download LFS content too during do_fetchMatt Hoosier2021-02-022-11/+61
* bitbake: data_smart: Ensure hash reflects vardepvalue flags correctlyRichard Purdie2021-01-261-1/+1
* bitbake: main: Handle cooker daemon startup errorStacy Gaikovaia2020-10-261-2/+4
* bitbake: tests/fetch: Update upstream master->main branchname transitionRichard Purdie2020-10-261-1/+1
* bitbake: toaster: Update documentation links to new URLsReyna, David2020-10-197-13/+13
* bitbake: bitbake: Bump version to 1.48.0 ready for the new releaseRichard Purdie2020-10-191-1/+1
* bitbake: ui/toasterui: Fix startup faults from incorrect event sequencingRichard Purdie2020-10-171-2/+4
* bitbake: toaster: Enable Gatesgarth branch in place of ZeusDavid Reyna2020-10-172-15/+15
* bitbake: lib/bb/ui/knotty: fix typo in parseprogressTim Orling2020-10-171-1/+1
* bitbake: bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI urlCharlie Davies2020-10-171-6/+7
* bitbake: process: Show command exceptions in the server log as wellRichard Purdie2020-10-111-0/+1
* bitbake: tinfoil: When sending commands we need to process eventsRichard Purdie2020-10-101-1/+10
* bitbake: command: Ensure exceptions inheriting from BBHandledException are vi...Richard Purdie2020-10-101-1/+5
* bitbake: cooker: Avoid tracebacks if data was never setupRichard Purdie2020-10-011-1/+2
* bitbake: siggen: use correct umask when writing siginfoRoss Burton2020-09-301-1/+2
* bitbake: utils: add umask changing context managerRoss Burton2020-09-301-0/+11
* bitbake: tests/fetch: backslash support in file:// URIsLeif Middelschulte2020-09-251-0/+5
* bitbake: fetch2: fix handling of `\` in file:// SRC_URILeif Middelschulte2020-09-251-1/+1
* bitbake: taskexp: update for GTK API changesRoss Burton2020-09-241-1/+6
* 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-231-0/+91
* 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: 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: 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