summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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-272-5/+10
* 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: docs: bitbake-user-manual: bitbake-user-manual-hello: add links and ...Quentin Schulz2023-06-241-7/+7
* bitbake: bitbake-user-manual: revert change about PREFERRED_PROVIDERSMichael Opdenacker2023-06-211-3/+3
* bitbake: doc: Document FILE_LAYERNAMERichard Purdie2023-06-201-0/+5
* bitbake: runqueue: Fix handling of virtual files in layername calculationRichard Purdie2023-06-201-2/+4
* bitbake: bitbake-user-manual: explicit variables taking a colon separated listMichael Opdenacker2023-06-191-8/+8
* bitbake: bitbake-user-manual: document "network" task flagMichael Opdenacker2023-06-021-0/+6
* bitbake: bitbake-user-manual: update releases.rstMichael Opdenacker2023-06-021-7/+13
* 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-256-27/+36
* 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: bitbake-user-manual: fix BB_RUNFMT's default valueUlrich Ölmann2023-04-271-1/+1
* 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-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-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