summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: Fix deferred task/multiconfig race issueRichard Purdie2023-07-071-4/+12
* bitbake: bitbake-user-manual: add BB_HASH_CODEPARSER_VALSPaul Eggleton2023-04-221-0/+11
* bitbake: bitbake-user-manual: add addpylib and BB_GLOBAL_PYMODULESPaul Eggleton2023-04-222-0/+26
* bitbake: bitbake-user-manual: document BB_CACHEDIRPaul Eggleton2023-04-221-0/+5
* bitbake: cooker: do not abort on single ctrl-cEnrico Scholz2023-04-221-1/+1
* bitbake: npmsw fetcher: Avoid instantiating Fetch class if url list is emptySvend Meyland Nicolaisen2023-04-221-1/+3
* bitbake: runqueue: fix PSI check calculationChen Qi2023-04-221-4/+9
* bitbake: bitbake: ConfHandler: Allow variable flag name with a single characterKai Kang2023-04-222-2/+4
* bitbake: event: add bb.event.ParseErrorMingli Yu2023-04-222-2/+11
* bitbake: fetch2/crate: create versioned 'name' entriesEnrico Scholz2023-04-062-5/+5
* bitbake: bitbake: Bump to version 2.4.0Richard Purdie2023-04-052-2/+2
* bitbake: fetch2: Display all missing checksum at onceFrederic Martinsons2023-04-041-8/+10
* bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLDRobert Yang2023-03-301-1/+1
* bitbake: cache: Make EXCLUDE_FROM_WORLD booleanRobert Yang2023-03-301-1/+1
* bitbake: fetch2/local: Mention the value of localpath in failure messageRichard Purdie2023-03-301-1/+1
* bitbake: fetch/git: Fix local clone url to make it work with repoRobert Yang2023-03-301-2/+6
* bitbake: crate.py: make checksum verification mandatoryFrederic Martinsons2023-03-301-1/+1
* bitbake: fetch2: Add checksum capability for crate fetcherFrederic Martinsons2023-03-302-6/+38
* bitbake: fetch2/sftp: Fix fetching URIs with spacesDaniel Ammann2023-03-231-1/+1
* bitbake: ConfHandler: Allow the '@' character in variable flag namesJames R T2023-03-232-2/+23
* bitbake: bitbake-user-manual: fix links to supported release manualsMichael Opdenacker2023-03-231-40/+36
* bitbake: fetch2: Add autorev warning when it is set too lateRichard Purdie2023-03-223-3/+10
* bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie2023-03-223-6/+6
* bitbake: toaster: update fixtures for mickledoreTim Orling2023-03-212-15/+15
* bitbake: toaster: update gen_fixtures.py for mickledoreTim Orling2023-03-211-3/+4
* bitbake: build: Make python output print to stdout when running with -v (verb...Mark Asselstine2023-03-211-2/+21
* bitbake: crate.py: authorize crate url with parametersFrederic Martinsons2023-03-172-3/+30
* bitbake: wget.py: Combine urlopener exceptionsMark Hatle2023-03-111-17/+1
* bitbake: wget.py: Add catch TimeoutError exceptionMark Hatle2023-03-111-0/+8
* bitbake: bitbake-user-manual: update Hello World exampleFawzi KHABER2023-03-071-67/+60
* bitbake: doc: ref-variables: add LAYERSERIES_COMPAT to term glossaryFawzi KHABER2023-03-071-0/+23
* bitbake: server/xmlrpc: Fix after currentAsyncCommand locking changesRichard Purdie2023-03-071-1/+1
* 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