aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-02-20cooker: Ensure lock is held with changing notifierRichard Purdie
2023-02-17runqueue: Drop SystemExit usageRichard Purdie
2023-02-17cookerdata: Drop dubious exception handling codeRichard Purdie
2023-02-17cookerdata: Improve early exception handlingRichard Purdie
2023-02-17action.py: add topdir in bblayers_conf path for remove-layerPedro Baptista
2023-02-17action.py: add topdir in bblayers_conf path for add-layerPedro Baptista
2023-02-17fetch2/wget: clean up netrc usageRoss Burton
2023-02-17data: Evaluate the value of export/unexport/network flagsRichard Purdie
2023-02-17cookerdata: Remove incorrect SystemExit usageRichard Purdie
2023-02-09fetch2: Add NODE_EXTRA_CA_CERTS to export listGeorge Kelly
2023-02-04siggen: Fix inefficient string concatenationEtienne Cordonnier
2023-02-04bitbake-user-manual: show how use BB_LOGCONFIG to log warningsMichael Opdenacker
2023-02-04bblayers/query: Adjust show-layers output layoutPedro Baptista
2023-02-04bblayers/query: Replace layer directory name with layer name for show-layersPedro Baptista
2023-01-26bb/utils: include SSL certificate paths in export_proxiesRoss Burton
2023-01-26cache/codeparser: Switch to a new BB_CACHEDIR variable for cache locationRichard Purdie
2023-01-26toaster: update fixturesTim Orling
2023-01-26bitbake-getvar: Add a quiet command line argumentPaulo Neves
2023-01-24bitbake: fix deprecated threading.Thread.setDaemonTim Orling
2023-01-24data_smart: Small optimisation to _findVar()Richard Purdie
2023-01-24data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisationRichard Purdie
2023-01-24cooker: Fix parsing race around cache handlingRichard Purdie
2023-01-24cache: Only write files if we have dataRichard Purdie
2023-01-24cooker: Fix siggen recipe cache race issueRichard Purdie
2023-01-24server/process: Fix lockfile contents check bugRichard Purdie
2023-01-20fetch2/tests: Add parameter to recipe_uriPavel Zhukov
2023-01-18fetch2/tests: Add test for MercurialPavel Zhukov
2023-01-18fetch2: kill parameters in uri_find_decodedPavel Zhukov
2023-01-14server/process: Improve lockfile handling at exitRichard Purdie
2023-01-13persist_data: Handle sqlite error when cachefile path is too longYoann Congal
2023-01-11server/process: Move heartbeat to idle threadRichard Purdie
2023-01-11main: Move --buildfile help at the end of "Execution" groupYoann Congal
2023-01-11cooker: Fix exit handling issuesRichard Purdie
2023-01-11knotty: Improve shutdown handlingRichard Purdie
2023-01-11tinfoil: Don't wait for events indefinitelyRichard Purdie
2023-01-11process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie
2023-01-11cooker/command: Drop async command handler indirection via cookerRichard Purdie
2023-01-09Group and reorder options in bitbake helpYoann Congal
2023-01-06cooker: Clean up inotify idle handlerRichard Purdie
2023-01-06cooker: Rework the parsing results submissionRichard Purdie
2023-01-05lib/bb: Update thread/process locks to use a timeoutRichard Purdie
2023-01-02command: Ensure that failure cases call finishAsyncComandRichard Purdie
2023-01-02cookerdata: Fix previous commit to use a string, not a generatorRichard Purdie
2023-01-01cookerdata: Fix cache/reparsing issueRichard Purdie
2022-12-30knotty: Ping the server/cooker periodicallyRichard Purdie
2022-12-30server/process: Run idle commands in a separate idle threadRichard Purdie
2022-12-30server/process: Add locking around idle functions accessesRichard Purdie
2022-12-30event: Always use threadlockRichard Purdie
2022-12-30server/process: Improve idle loop exit codeRichard Purdie
2022-12-30cooker: Ensure commands clean up any parser processesRichard Purdie