aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-03-14toaster: update fixtures for mickledoretimo/toaster-fixtures-mickledoreTim Orling
2023-03-14toaster: update gen_fixtures.py for mickledoreTim Orling
2023-03-11wget.py: Combine urlopener exceptionsMark Hatle
2023-03-11wget.py: Add catch TimeoutError exceptionMark Hatle
2023-03-07bitbake-user-manual: update Hello World exampleFawzi KHABER
2023-03-07doc: ref-variables: add LAYERSERIES_COMPAT to term glossaryFawzi KHABER
2023-03-07server/xmlrpc: Fix after currentAsyncCommand locking changesRichard Purdie
2023-02-25documentation: bitbake: add file-checksums to varflags sectionRichard Elberger
2023-02-25fetch/npmsw: add more short forms for git operationsMark Asselstine
2023-02-25gitsm: Fix path construction for relative submodule URIMike Crowe
2023-02-24utils: Use internal fetcher function to avoid duplicationRichard Purdie
2023-02-24fetch2/wget: Drop unused importRichard Purdie
2023-02-24fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARSCaner Altinbasak
2023-02-24cooker: Fix memory resident cache invalidation issueRichard Purdie
2023-02-24lib/bb/siggen: fix debug() callRoss Burton
2023-02-23bitbake: Bump to version 2.3.1Richard Purdie
2023-02-23event/cooker/runqueue: Add ability to interrupt longer running codeRichard Purdie
2023-02-22fetch/git: Replace mkdtemp with TemporaryDirectory and avoid exception maskingPaulo Neves
2023-02-22fetch/git: Removed unused variables in _contains_lfsPaulo Neves
2023-02-22tests/fetch: Add real git lfs tests and decoratorPaulo Neves
2023-02-22tests/fetch: git-lfs restore _find_git_lfsPaulo Neves
2023-02-20server/process: Improve idle thread exception handlingRichard Purdie
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