summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2023-03-11bitbake: wget.py: Combine urlopener exceptionsMark Hatle
2023-03-11bitbake: wget.py: Add catch TimeoutError exceptionMark Hatle
2023-03-07bitbake: bitbake-user-manual: update Hello World exampleFawzi KHABER
2023-03-07bitbake: doc: ref-variables: add LAYERSERIES_COMPAT to term glossaryFawzi KHABER
2023-03-07bitbake: server/xmlrpc: Fix after currentAsyncCommand locking changesRichard Purdie
2023-02-26bitbake: documentation: bitbake: add file-checksums to varflags sectionRichard Elberger
2023-02-26bitbake: fetch/npmsw: add more short forms for git operationsMark Asselstine
2023-02-26bitbake: gitsm: Fix path construction for relative submodule URIMike Crowe
2023-02-26bitbake: utils: Use internal fetcher function to avoid duplicationRichard Purdie
2023-02-26bitbake: fetch2/wget: Drop unused importRichard Purdie
2023-02-26bitbake: fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARSCaner Altinbasak
2023-02-24bitbake: cooker: Fix memory resident cache invalidation issueRichard Purdie
2023-02-24bitbake: lib/bb/siggen: fix debug() callRoss Burton
2023-02-23bitbake: bitbake: Bump to version 2.3.1Richard Purdie
2023-02-23bitbake: event/cooker/runqueue: Add ability to interrupt longer running codeRichard Purdie
2023-02-22bitbake: fetch/git: Replace mkdtemp with TemporaryDirectory and avoid excepti...Paulo Neves
2023-02-22bitbake: fetch/git: Removed unused variables in _contains_lfsPaulo Neves
2023-02-22bitbake: tests/fetch: Add real git lfs tests and decoratorPaulo Neves
2023-02-22bitbake: tests/fetch: git-lfs restore _find_git_lfsPaulo Neves
2023-02-20bitbake: server/process: Improve idle thread exception handlingRichard Purdie
2023-02-20bitbake: cooker: Ensure lock is held with changing notifierRichard Purdie
2023-02-19bitbake: runqueue: Drop SystemExit usageRichard Purdie
2023-02-19bitbake: cookerdata: Drop dubious exception handling codeRichard Purdie
2023-02-19bitbake: cookerdata: Improve early exception handlingRichard Purdie
2023-02-17bitbake: action.py: add topdir in bblayers_conf path for remove-layerPedro Baptista
2023-02-17bitbake: action.py: add topdir in bblayers_conf path for add-layerPedro Baptista
2023-02-17bitbake: fetch2/wget: clean up netrc usageRoss Burton
2023-02-17bitbake: data: Evaluate the value of export/unexport/network flagsRichard Purdie
2023-02-17bitbake: cookerdata: Remove incorrect SystemExit usageRichard Purdie
2023-02-09bitbake: fetch2: Add NODE_EXTRA_CA_CERTS to export listGeorge Kelly
2023-02-04bitbake: siggen: Fix inefficient string concatenationEtienne Cordonnier
2023-02-04bitbake: bitbake-user-manual: show how use BB_LOGCONFIG to log warningsMichael Opdenacker
2023-02-04bitbake: bblayers/query: Adjust show-layers output layoutPedro Baptista
2023-02-04bitbake: bblayers/query: Replace layer directory name with layer name for sho...Pedro Baptista
2023-01-26bitbake: bb/utils: include SSL certificate paths in export_proxiesRoss Burton
2023-01-26bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie
2023-01-26bitbake: toaster: update fixturesTim Orling
2023-01-26bitbake: bitbake-getvar: Add a quiet command line argumentPaulo Neves
2023-01-24bitbake: bitbake: fix deprecated threading.Thread.setDaemonTim Orling
2023-01-24bitbake: data_smart: Small optimisation to _findVar()Richard Purdie
2023-01-24bitbake: data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisa...Richard Purdie
2023-01-24bitbake: cooker: Fix parsing race around cache handlingRichard Purdie
2023-01-24bitbake: cache: Only write files if we have dataRichard Purdie
2023-01-24bitbake: cooker: Fix siggen recipe cache race issueRichard Purdie
2023-01-24bitbake: server/process: Fix lockfile contents check bugRichard Purdie
2023-01-20bitbake: fetch2/tests: Add parameter to recipe_uriPavel Zhukov
2023-01-18bitbake: fetch2/tests: Add test for MercurialPavel Zhukov
2023-01-18bitbake: fetch2: kill parameters in uri_find_decodedPavel Zhukov
2023-01-14bitbake: server/process: Improve lockfile handling at exitRichard Purdie
2023-01-13bitbake: persist_data: Handle sqlite error when cachefile path is too longYoann Congal