summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: cookerdata: Improve early exception handlingRichard Purdie2023-02-191-9/+1
* bitbake: action.py: add topdir in bblayers_conf path for remove-layerPedro Baptista2023-02-171-1/+1
* bitbake: action.py: add topdir in bblayers_conf path for add-layerPedro Baptista2023-02-171-1/+2
* bitbake: fetch2/wget: clean up netrc usageRoss Burton2023-02-171-4/+5
* bitbake: data: Evaluate the value of export/unexport/network flagsRichard Purdie2023-02-172-6/+6
* bitbake: cookerdata: Remove incorrect SystemExit usageRichard Purdie2023-02-171-1/+1
* bitbake: fetch2: Add NODE_EXTRA_CA_CERTS to export listGeorge Kelly2023-02-091-0/+1
* bitbake: siggen: Fix inefficient string concatenationEtienne Cordonnier2023-02-041-5/+5
* bitbake: bitbake-user-manual: show how use BB_LOGCONFIG to log warningsMichael Opdenacker2023-02-041-4/+41
* bitbake: bblayers/query: Adjust show-layers output layoutPedro Baptista2023-02-041-3/+3
* bitbake: bblayers/query: Replace layer directory name with layer name for sho...Pedro Baptista2023-02-041-2/+2
* bitbake: bb/utils: include SSL certificate paths in export_proxiesRoss Burton2023-01-261-12/+9
* bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie2023-01-265-11/+17
* bitbake: toaster: update fixturesTim Orling2023-01-263-21/+75
* bitbake: bitbake-getvar: Add a quiet command line argumentPaulo Neves2023-01-261-1/+2
* bitbake: bitbake: fix deprecated threading.Thread.setDaemonTim Orling2023-01-244-4/+4
* bitbake: data_smart: Small optimisation to _findVar()Richard Purdie2023-01-241-7/+9
* bitbake: data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisa...Richard Purdie2023-01-242-12/+17
* bitbake: cooker: Fix parsing race around cache handlingRichard Purdie2023-01-241-8/+8
* bitbake: cache: Only write files if we have dataRichard Purdie2023-01-241-3/+11
* bitbake: cooker: Fix siggen recipe cache race issueRichard Purdie2023-01-241-2/+1
* bitbake: server/process: Fix lockfile contents check bugRichard Purdie2023-01-241-1/+1
* bitbake: fetch2/tests: Add parameter to recipe_uriPavel Zhukov2023-01-201-1/+1
* bitbake: fetch2/tests: Add test for MercurialPavel Zhukov2023-01-181-0/+44
* bitbake: fetch2: kill parameters in uri_find_decodedPavel Zhukov2023-01-181-0/+1
* bitbake: server/process: Improve lockfile handling at exitRichard Purdie2023-01-141-4/+5
* bitbake: persist_data: Handle sqlite error when cachefile path is too longYoann Congal2023-01-131-1/+20
* bitbake: server/process: Move heartbeat to idle threadRichard Purdie2023-01-111-22/+22
* bitbake: main: Move --buildfile help at the end of "Execution" groupYoann Congal2023-01-111-4/+3
* bitbake: cooker: Fix exit handling issuesRichard Purdie2023-01-111-6/+4
* bitbake: knotty: Improve shutdown handlingRichard Purdie2023-01-111-5/+10
* bitbake: tinfoil: Don't wait for events indefinitelyRichard Purdie2023-01-111-1/+7
* bitbake: process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie2023-01-113-24/+44
* bitbake: cooker/command: Drop async command handler indirection via cookerRichard Purdie2023-01-112-11/+2
* bitbake: Group and reorder options in bitbake helpYoann Congal2023-01-091-100/+122
* bitbake: cooker: Clean up inotify idle handlerRichard Purdie2023-01-062-8/+3
* bitbake: cooker: Rework the parsing results submissionRichard Purdie2023-01-061-11/+15
* bitbake: lib/bb: Update thread/process locks to use a timeoutRichard Purdie2023-01-056-36/+40
* bitbake: command: Ensure that failure cases call finishAsyncComandRichard Purdie2023-01-021-2/+2
* bitbake: cookerdata: Fix previous commit to use a string, not a generatorRichard Purdie2023-01-021-1/+1
* bitbake: cookerdata: Fix cache/reparsing issueRichard Purdie2023-01-011-2/+2
* bitbake: knotty: Ping the server/cooker periodicallyRichard Purdie2022-12-311-1/+11
* bitbake: server/process: Run idle commands in a separate idle threadRichard Purdie2022-12-314-50/+97
* bitbake: server/process: Add locking around idle functions accessesRichard Purdie2022-12-311-5/+14
* bitbake: event: Always use threadlockRichard Purdie2022-12-312-55/+35
* bitbake: server/process: Improve idle loop exit codeRichard Purdie2022-12-313-17/+20
* bitbake: cooker: Ensure commands clean up any parser processesRichard Purdie2022-12-311-0/+3
* bitbake: command: Tweak finishAsyncCommand ordering to avoid racesRichard Purdie2022-12-311-1/+1
* bitbake: server/process: Improve exception and idle function loggingRichard Purdie2022-12-311-0/+4
* bitbake: cooker/cookerdata: Rework the way the datastores are resetRichard Purdie2022-12-312-18/+22