summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2022-02-20bitbake: fetch2: Abstract fetcher environment to a functionRichard Purdie
2022-02-20bitbake: wget: Fix grammar "can happen"Zygmunt Krynicki
2022-02-20bitbake: utils: Fix typo "dependency" and "spawning"Zygmunt Krynicki
2022-02-20bitbake: tinfoil: Fix typo "receive" and "something"Zygmunt Krynicki
2022-02-20bitbake: progress: Fix typo "wherever"Zygmunt Krynicki
2022-02-20bitbake: process: Fix typo: "process"Zygmunt Krynicki
2022-02-20bitbake: persist_data: Fix typo "committed"Zygmunt Krynicki
2022-02-20bitbake: fetch2/git: Remove duplicate "the"Zygmunt Krynicki
2022-02-20bitbake: fetch2: Fix typo "conform" and "processed"Zygmunt Krynicki
2022-02-20bitbake: event: Fix typo "asynchronous" and "occasionally"Zygmunt Krynicki
2022-02-20bitbake: daemonize: Fix typo "separate"Zygmunt Krynicki
2022-02-20bitbake: cookerdata: Fix typo "normally"Zygmunt Krynicki
2022-02-20bitbake: cooker: Fix typo "isn't" and "tuples"Zygmunt Krynicki
2022-02-20bitbake: fetch2/wget: move loop-invariant load of BB_ORIGENVZygmunt Krynicki
2022-02-20bitbake: utils: Fix environment decorator logic errorRichard Purdie
2022-02-17bitbake: data_smart: Add hasOverrides method to public datastore APIRichard Purdie
2022-02-17bitbake: msg: Ensure manually created loggers have the once filterJoshua Watt
2022-02-17bitbake: msg: Add bb.warnonce() and bb.erroronce() log methodsRichard Purdie
2022-02-17bitbake: cooker: Improve parsing failure from handled exception usabilityRichard Purdie
2022-02-17bitbake: data_smart: Fix overrides file/line message additionsRichard Purdie
2022-02-17bitbake: asyncrpc: Fix attribute errorsDaniel Gomez
2022-02-17bitbake: contrib: Fix hash server Dockerfile dependenciesDaniel Gomez
2022-02-17bitbake: fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie
2022-02-12bitbake: tests/fetch: Add missing branch param for git urlsRichard Purdie
2022-02-05bitbake: fetch2: npm: Put all downloaded files in the npm2 directoryPeter Kjellerstedt
2022-02-05bitbake: fetch2: Correct handling of replacing the basename in URIsPeter Kjellerstedt
2022-02-05bitbake: tests/fetch: Make test_npm_premirrors work with the current fetcherPeter Kjellerstedt
2022-02-05bitbake: tests/fetch: Only set the Git user name/email if they are not alread...Peter Kjellerstedt
2022-02-05bitbake: tests/fetch: Unify how git commands are runPeter Kjellerstedt
2022-02-05bitbake: tests/fetch: Improve the verbose messages for skipped testsPeter Kjellerstedt
2022-02-05bitbake: tests/fetch: Remove unnecessary \n from mirror variablesPeter Kjellerstedt
2022-02-05bitbake: tests/fetch: Skip the crate tests if network tests are disabledPeter Kjellerstedt
2022-02-05bitbake: bitbake-user-manual: Remove unnecessary \n from a PREMIRRORS examplePeter Kjellerstedt
2022-02-01bitbake: bitbake: bitbake-worker: Preserve network non-local uidRobert Yang
2022-01-19bitbake: fetch2: Add crate fetcherRichard Purdie
2022-01-19bitbake: build: Tweak exception handling for setscene tasksRichard Purdie
2022-01-18bitbake: doc: Drop BB_STAMP_POLICY/BB_STAMP_WHITELISTRichard Purdie
2022-01-18bitbake: doc: bitbake-user-manual: expand BB_HASHSERVE explanationsMichael Opdenacker
2022-01-17bitbake: doc: bitbake-user-manual: specify the URL to be used with SSH over g...Quentin Schulz
2022-01-12bitbake: runqueue: Drop BB_STAMP_POLICY/BB_STAMP_WHITELISTRichard Purdie
2022-01-12bitbake: bitbake-worker: Add/support network task flagRichard Purdie
2022-01-12bitbake: utils: Add disable_network functionRichard Purdie
2022-01-05bitbake: utils: Update to use exec_module() instead of load_module()Richard Purdie
2021-12-20bitbake: tests/fetch: Drop gnu urls from wget connectivity testRichard Purdie
2021-12-20bitbake: doc: bitbake-user-manual: expand BB_HASHSERVE and document BB_HASHSE...Michael Opdenacker
2021-12-14bitbake: fetch: npm: Use temporary file for empty user configStefan Herbrechtsmeier
2021-12-14bitbake: fetch: npm: Quote destdir in run chmod commandStefan Herbrechtsmeier
2021-12-14bitbake: tests/runqueue: Improve lockfile handling raceRichard Purdie
2021-12-09bitbake: process: Do not mix stderr with stdoutAnton Mikanovich
2021-12-09bitbake: fetch: add a test for version check where compression changesAlexander Kanavin