aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2023-08-13siggen: Update debugRichard Purdie
2023-08-13siggen: Fix indentationRichard Purdie
2023-08-11runqueue.py: fix PSI check logicChen Qi
2023-08-11fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić
2023-08-11server/process: fix sig handleYang Xu
2023-08-09siggen: Improve runtaskdeps data to fix sstate debuggingRichard Purdie
2023-08-04fetch2: Check if path is 'None' before calculating checksumsBELOUARGA Mohamed
2023-08-04bitbake: fetch2/npmsw: Check if there are dependencies before trying to fetch...BELOUARGA Mohamed
2023-08-04bb.tests.data: don't require the func flag for context functionsChristopher Larson
2023-08-04data_smart: directly check for methodpool functions in context lookupChristopher Larson
2023-08-04tests.data: add test for builtin preferred over metadata valueChristopher Larson
2023-08-04data_smart: check for python builtins directly for context lookupChristopher Larson
2023-08-04tests.codeparser: add test for exec of builtin from inline pythonChristopher Larson
2023-08-04tests.data: add test for inline python calling a def'd functionChristopher Larson
2023-07-29fetch2/gitsm: Document that we won't support propagating user parameterYoann Congal
2023-07-27fetch2: Set maxsplit to match expected variablesDit Kozmaj
2023-07-19runqueue: convert deferral messages from bb.note to bb.debugDenys Dmytriyenko
2023-07-19runqueue: Add pressure change loggingRichard Purdie
2023-06-30cooker: Log when parsing starts in server logRichard Purdie
2023-06-30server/process: Show command in timeout messageRichard Purdie
2023-06-30fetch2/npmsw: Support old and new shrinkwrap formatsRichard Purdie
2023-06-29fetch2/npm: Remove special caracters that causes recipe tool to failBELOUARGA Mohamed
2023-06-29fetch2/npmsw: Don't fetch dev dependencies when they are not demandedBELOUARGA Mohamed
2023-06-29fetch2/npmsw: Add support for the new format of the shrinkwrap fileBELOUARGA Mohamed
2023-06-28runqueue: Fix deferred task/multiconfig race issueRichard Purdie
2023-06-27bitbake: tests: Use assertLogs to test logging outputPeter Hoyes
2023-06-27bitbake: tests/fetch: Set git config if not already setPeter Hoyes
2023-06-27bitbake: tests/fetch: Rename assertRaisesRegexp to assertRaisesRegexPeter Hoyes
2023-06-27bitbake: tests/fetch: Mark TestTimeout as not a test suitePeter Hoyes
2023-06-20runqueue: Fix handling of virtual files in layername calculationRichard Purdie
2023-06-01runqueue: Pass hashfn in taskdep dataJoshua Watt
2023-06-01server: Fix crash when checking lock fileJoshua Watt
2023-05-25fetch2/npm: evaluate PATH before patching HOMEArno Baumfalk
2023-05-25cooker: Add FILE_LAYERNAME variable containing the layername for a recipeRichard Purdie
2023-05-25lib/bb/tests/fetch.py: set initial branchBergin, Peter
2023-05-25fetch2/local: Add debug to include chosen pathRichard Purdie
2023-05-25fetch2: Clarify different localpaths functionsRichard Purdie
2023-05-25cooker: Fix/improve collections handlingRichard Purdie
2023-05-25fetch2/crate: Correct unpack for a crate that matches the recipe namePeter Kjellerstedt
2023-05-25fetch2/crate: Simplify extraction of crate names and versions from URIsPeter Kjellerstedt
2023-05-05tests/fetch: Default to https git protocol where possibleRichard Purdie
2023-05-02cooker: Log config and parse cache status changesRichard Purdie
2023-04-20cooker: do not abort on single ctrl-cEnrico Scholz
2023-04-20npmsw fetcher: Avoid instantiating Fetch class if url list is emptySvend Meyland Nicolaisen
2023-04-13runqueue: fix PSI check calculationChen Qi
2023-04-13bitbake: ConfHandler: Allow variable flag name with a single characterKai Kang
2023-04-13event: add bb.event.ParseErrorMingli Yu
2023-04-06fetch2/crate: create versioned 'name' entriesEnrico Scholz
2023-04-05bitbake: Bump to version 2.4.0Richard Purdie
2023-04-03fetch2: Display all missing checksum at onceFrederic Martinsons