summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: Abstract fetcher environment to a functionRichard Purdie2022-02-202-8/+12
* bitbake: wget: Fix grammar "can happen"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: utils: Fix typo "dependency" and "spawning"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: tinfoil: Fix typo "receive" and "something"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: progress: Fix typo "wherever"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: process: Fix typo: "process"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: persist_data: Fix typo "committed"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: fetch2/git: Remove duplicate "the"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: fetch2: Fix typo "conform" and "processed"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: event: Fix typo "asynchronous" and "occasionally"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: daemonize: Fix typo "separate"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: cookerdata: Fix typo "normally"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: cooker: Fix typo "isn't" and "tuples"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: fetch2/wget: move loop-invariant load of BB_ORIGENVZygmunt Krynicki2022-02-201-4/+3
* bitbake: utils: Fix environment decorator logic errorRichard Purdie2022-02-201-1/+1
* bitbake: data_smart: Add hasOverrides method to public datastore APIRichard Purdie2022-02-171-0/+2
* bitbake: msg: Ensure manually created loggers have the once filterJoshua Watt2022-02-171-0/+1
* bitbake: msg: Add bb.warnonce() and bb.erroronce() log methodsRichard Purdie2022-02-173-8/+51
* bitbake: cooker: Improve parsing failure from handled exception usabilityRichard Purdie2022-02-171-1/+3
* bitbake: data_smart: Fix overrides file/line message additionsRichard Purdie2022-02-171-4/+4
* bitbake: asyncrpc: Fix attribute errorsDaniel Gomez2022-02-171-1/+1
* bitbake: contrib: Fix hash server Dockerfile dependenciesDaniel Gomez2022-02-171-1/+5
* bitbake: fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie2022-02-175-3/+14
* bitbake: tests/fetch: Add missing branch param for git urlsRichard Purdie2022-02-121-44/+44
* bitbake: fetch2: npm: Put all downloaded files in the npm2 directoryPeter Kjellerstedt2022-02-053-5/+9
* bitbake: fetch2: Correct handling of replacing the basename in URIsPeter Kjellerstedt2022-02-052-22/+28
* bitbake: tests/fetch: Make test_npm_premirrors work with the current fetcherPeter Kjellerstedt2022-02-051-5/+14
* bitbake: tests/fetch: Only set the Git user name/email if they are not alread...Peter Kjellerstedt2022-02-051-18/+13
* bitbake: tests/fetch: Unify how git commands are runPeter Kjellerstedt2022-02-051-46/+27
* bitbake: tests/fetch: Improve the verbose messages for skipped testsPeter Kjellerstedt2022-02-051-2/+2
* bitbake: tests/fetch: Remove unnecessary \n from mirror variablesPeter Kjellerstedt2022-02-051-0/+2
* bitbake: tests/fetch: Skip the crate tests if network tests are disabledPeter Kjellerstedt2022-02-051-23/+23
* bitbake: bitbake-user-manual: Remove unnecessary \n from a PREMIRRORS examplePeter Kjellerstedt2022-02-051-4/+4
* bitbake: bitbake: bitbake-worker: Preserve network non-local uidRobert Yang2022-02-012-2/+21
* bitbake: fetch2: Add crate fetcherRichard Purdie2022-01-193-0/+174
* bitbake: build: Tweak exception handling for setscene tasksRichard Purdie2022-01-191-5/+9
* bitbake: doc: Drop BB_STAMP_POLICY/BB_STAMP_WHITELISTRichard Purdie2022-01-182-29/+0
* bitbake: doc: bitbake-user-manual: expand BB_HASHSERVE explanationsMichael Opdenacker2022-01-181-1/+4
* bitbake: doc: bitbake-user-manual: specify the URL to be used with SSH over g...Quentin Schulz2022-01-171-0/+14
* bitbake: runqueue: Drop BB_STAMP_POLICY/BB_STAMP_WHITELISTRichard Purdie2022-01-121-22/+1
* bitbake: bitbake-worker: Add/support network task flagRichard Purdie2022-01-121-0/+8
* bitbake: utils: Add disable_network functionRichard Purdie2022-01-121-0/+31
* bitbake: utils: Update to use exec_module() instead of load_module()Richard Purdie2022-01-051-2/+5
* bitbake: tests/fetch: Drop gnu urls from wget connectivity testRichard Purdie2021-12-201-3/+0
* bitbake: doc: bitbake-user-manual: expand BB_HASHSERVE and document BB_HASHSE...Michael Opdenacker2021-12-201-2/+22
* bitbake: fetch: npm: Use temporary file for empty user configStefan Herbrechtsmeier2021-12-141-9/+5
* bitbake: fetch: npm: Quote destdir in run chmod commandStefan Herbrechtsmeier2021-12-141-1/+1
* bitbake: tests/runqueue: Improve lockfile handling raceRichard Purdie2021-12-141-2/+38
* bitbake: process: Do not mix stderr with stdoutAnton Mikanovich2021-12-091-1/+1
* bitbake: fetch: add a test for version check where compression changesAlexander Kanavin2021-12-092-0/+65