summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: Fix deferred task/multiconfig race issueRichard Purdie2023-06-281-4/+12
* bitbake: bitbake: tests: Use assertLogs to test logging outputPeter Hoyes2023-06-272-10/+12
* bitbake: bitbake: tests/fetch: Set git config if not already setPeter Hoyes2023-06-271-3/+9
* bitbake: bitbake: tests/fetch: Rename assertRaisesRegexp to assertRaisesRegexPeter Hoyes2023-06-271-1/+1
* bitbake: bitbake: tests/fetch: Mark TestTimeout as not a test suitePeter Hoyes2023-06-271-1/+2
* bitbake: runqueue: Fix handling of virtual files in layername calculationRichard Purdie2023-06-201-2/+4
* bitbake: runqueue: Pass hashfn in taskdep dataJoshua Watt2023-06-011-2/+4
* bitbake: server: Fix crash when checking lock fileJoshua Watt2023-06-011-1/+1
* bitbake: fetch2/npm: evaluate PATH before patching HOMEArno Baumfalk2023-05-251-0/+1
* bitbake: cooker: Add FILE_LAYERNAME variable containing the layername for a r...Richard Purdie2023-05-255-26/+34
* bitbake: lib/bb/tests/fetch.py: set initial branchBergin, Peter2023-05-251-0/+4
* bitbake: fetch2/local: Add debug to include chosen pathRichard Purdie2023-05-251-0/+2
* bitbake: fetch2: Clarify different localpaths functionsRichard Purdie2023-05-252-3/+3
* bitbake: cooker: Fix/improve collections handlingRichard Purdie2023-05-251-5/+5
* bitbake: fetch2/crate: Correct unpack for a crate that matches the recipe namePeter Kjellerstedt2023-05-252-2/+27
* bitbake: fetch2/crate: Simplify extraction of crate names and versions from URIsPeter Kjellerstedt2023-05-251-3/+3
* bitbake: tests/fetch: Default to https git protocol where possibleRichard Purdie2023-05-051-29/+29
* bitbake: cooker: Log config and parse cache status changesRichard Purdie2023-05-021-12/+27
* bitbake: cooker: do not abort on single ctrl-cEnrico Scholz2023-04-201-1/+1
* bitbake: npmsw fetcher: Avoid instantiating Fetch class if url list is emptySvend Meyland Nicolaisen2023-04-201-1/+3
* bitbake: runqueue: fix PSI check calculationChen Qi2023-04-131-4/+9
* bitbake: bitbake: ConfHandler: Allow variable flag name with a single characterKai Kang2023-04-132-2/+4
* bitbake: event: add bb.event.ParseErrorMingli Yu2023-04-132-2/+11
* bitbake: fetch2/crate: create versioned 'name' entriesEnrico Scholz2023-04-062-5/+5
* bitbake: bitbake: Bump to version 2.4.0Richard Purdie2023-04-051-1/+1
* bitbake: fetch2: Display all missing checksum at onceFrederic Martinsons2023-04-041-8/+10
* 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: 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: 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: server/xmlrpc: Fix after currentAsyncCommand locking changesRichard Purdie2023-03-071-1/+1
* 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-231-1/+1
* 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