summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: documentation: bitbake: add file-checksums to varflags sectionRichard Elberger2023-02-261-0/+17
* bitbake: fetch/npmsw: add more short forms for git operationsMark Asselstine2023-02-262-7/+58
* bitbake: gitsm: Fix path construction for relative submodule URIMike Crowe2023-02-261-1/+1
* bitbake: utils: Use internal fetcher function to avoid duplicationRichard Purdie2023-02-261-15/+4
* bitbake: fetch2/wget: Drop unused importRichard Purdie2023-02-261-1/+0
* bitbake: fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARSCaner Altinbasak2023-02-261-1/+3
* bitbake: cooker: Fix memory resident cache invalidation issueRichard Purdie2023-02-241-6/+10
* bitbake: lib/bb/siggen: fix debug() callRoss Burton2023-02-241-1/+1
* bitbake: bitbake: Bump to version 2.3.1Richard Purdie2023-02-232-2/+2
* bitbake: event/cooker/runqueue: Add ability to interrupt longer running codeRichard Purdie2023-02-233-0/+30
* bitbake: fetch/git: Replace mkdtemp with TemporaryDirectory and avoid excepti...Paulo Neves2023-02-221-4/+1
* bitbake: fetch/git: Removed unused variables in _contains_lfsPaulo Neves2023-02-221-5/+0
* bitbake: tests/fetch: Add real git lfs tests and decoratorPaulo Neves2023-02-221-0/+44
* bitbake: tests/fetch: git-lfs restore _find_git_lfsPaulo Neves2023-02-221-16/+24
* bitbake: server/process: Improve idle thread exception handlingRichard Purdie2023-02-201-1/+9
* bitbake: cooker: Ensure lock is held with changing notifierRichard Purdie2023-02-201-16/+18
* bitbake: runqueue: Drop SystemExit usageRichard Purdie2023-02-191-2/+1
* bitbake: cookerdata: Drop dubious exception handling codeRichard Purdie2023-02-191-5/+0
* 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