summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2021-05-04fetch/gitsm: Fix crash when using git LFS and submodulesyocto-3.2.42020-10.4-gatesgarth1.48.4Niels Avonds
2021-05-04runqueue: Fix deferred task issuesRichard Purdie
2021-05-04bitbake-server: ensure server timeout is a floatRoss Burton
2021-04-27cooker: Include all packages a recipe provides in SkippedPackage.rprovidesPeter Kjellerstedt
2021-04-27cache: Make CoreRecipeInfo include rprovides_pkg for skipped recipesPeter Kjellerstedt
2021-03-24Force parser shutdown after catching an exception2020-10.3-gatesgarth1.48.3Jan Brzezanski
2021-03-24runqueue: Add setscene task overlap sanity checkRichard Purdie
2021-03-24runqueue: Fix task execution corruption issueRichard Purdie
2021-03-09__init__.py: Fix bitbake debug log handlingRichard Purdie
2021-02-11lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsetting2020-10.2-gatesgarth1.48.2Alexander Kanavin
2021-02-02fetch/git: download LFS content too during do_fetchMatt Hoosier
2021-01-26data_smart: Ensure hash reflects vardepvalue flags correctlyRichard Purdie
2020-10-26main: Handle cooker daemon startup erroryocto-3.22020-10.1-gatesgarth2020-10-gatesgarth1.48.11.48.0Stacy Gaikovaia
2020-10-26tests/fetch: Update upstream master->main branchname transitionRichard Purdie
2020-10-19toaster: Update documentation links to new URLsReyna, David
2020-10-19bitbake: Bump version to 1.48.0 ready for the new releaseRichard Purdie
2020-10-16ui/toasterui: Fix startup faults from incorrect event sequencingRichard Purdie
2020-10-15toaster: Enable Gatesgarth branch in place of ZeusDavid Reyna
2020-10-15lib/bb/ui/knotty: fix typo in parseprogressTim Orling
2020-10-15bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI urlCharlie Davies
2020-10-11process: Show command exceptions in the server log as wellRichard Purdie
2020-10-09tinfoil: When sending commands we need to process eventsRichard Purdie
2020-10-09command: Ensure exceptions inheriting from BBHandledException are visibleRichard Purdie
2020-10-01cooker: Avoid tracebacks if data was never setupRichard Purdie
2020-09-28siggen: use correct umask when writing siginfoRoss Burton
2020-09-28utils: add umask changing context managerRoss Burton
2020-09-24tests/fetch: backslash support in file:// URIsLeif Middelschulte
2020-09-24fetch2: fix handling of `\` in file:// SRC_URILeif Middelschulte
2020-09-24taskexp: update for GTK API changesRoss Burton
2020-09-23bitbake: siggen: clean_basepath: improve perfo and readabilityJean-Francois Dagenais
2020-09-23bitbake: tests/siggen: introduce clean_basepath testcasesJean-Francois Dagenais
2020-09-18bitbake: tests/fetch: add unit tests for SRC_URI with spaces in urlCharlie Davies
2020-09-18bitbake: fetch/git: add support for SRC_URI containing spaces in urlCharlie Davies
2020-09-18bitbake: hashserv: Fix localhost sometimes resolved to a wrong IPAnatol Belski
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-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