summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: Ensure mirror tarballs don't enforce checksumRichard Purdie2022-09-071-0/+1
* bitbake: toaster: fix kirkstone versionOtavio Salvador2022-09-071-1/+1
* bitbake: asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie2022-09-051-9/+13
* bitbake: wget: Avoid bad checksum race issuesRichard Purdie2022-09-052-4/+12
* bitbake: Revert "fetch: use BPN instead"Richard Purdie2022-09-011-1/+1
* bitbake: fetch: use BPN insteadMingli Yu2022-09-011-1/+1
* bitbake: tests: Add test for possible gitsm deadlockPavel Zhukov2022-09-011-0/+9
* bitbake: tests: Add Timeout classPavel Zhukov2022-09-011-0/+19
* bitbake: gitsm: Error out if submodule refers to parent repoPavel Zhukov2022-09-011-0/+3
* bitbake: Fix npm to use https rather than httpNeil Horman2022-09-011-1/+1
* bitbake: bitbake-layers: initialize tinfoil before registering command line a...Alexander Kanavin2022-09-011-2/+2
* bitbake: utils: Pass lock argument in fileslockedJoshua Watt2022-08-311-2/+4
* bitbake: runqueue: Change pressure file warning to a noteRichard Purdie2022-08-241-1/+1
* bitbake: BBHandler/cooker: Implement recipe and global classesRichard Purdie2022-08-127-22/+39
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-08-1228-0/+56
* bitbake: BBHandler: Make inherit calls more directlyRichard Purdie2022-08-121-1/+4
* bitbake: BBHandler: Allow earlier exit for classes not foundRichard Purdie2022-08-121-0/+3
* bitbake: build: prefix the tasks with a timestamp in the log task_orderJose Quaresma2022-08-121-1/+3
* bitbake: runqueue: add memory pressure regulationAryaman Gupta2022-08-121-5/+22
* bitbake: siggen: Fix insufficent entropy in sigtask file namesJoshua Watt2022-08-092-1/+22
* bitbake: runqueue: Drop deadlock breaking force failRichard Purdie2022-08-081-3/+0
* bitbake: runqueue: Improve deadlock warning messagesRichard Purdie2022-08-081-4/+6
* bitbake: runqueue: Ensure deferred tasks are sorted by multiconfigRichard Purdie2022-08-081-5/+8
* bitbake: bitbake-user-manual: npm fetcher: improve description of SRC_URI formatMichael Opdenacker2022-08-041-2/+2
* bitbake: runqueue: add cpu/io pressure regulationAryaman Gupta2022-07-281-0/+65
* bitbake: bb/utils: movefile: use the logger for printingJose Quaresma2022-07-281-6/+6
* bitbake: bb/utils: remove: check the path again the expand python globJose Quaresma2022-07-281-2/+2
* bitbake: asyncrpc: Add TCP Keep AlivesJoshua Watt2022-07-201-0/+7
* bitbake: bitbake: bitbake-user-manual: hashserv can be accessed on a dedicate...Jose Quaresma2022-07-191-1/+1
* bitbake: fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie2022-07-153-18/+8
* bitbake: fetch2: Ensure directory exists before creating symlinkRichard Purdie2022-07-151-0/+2
* bitbake: fetch: bb.fatal when trying to checksum non-existing filesPaulo Neves2022-07-152-1/+8
* bitbake: fetch2/git: show SRCREV and git repo in error message about fixed SR...Martin Jansa2022-07-081-1/+1
* bitbake: ConfHandler/BBHandler: Improve comment error messages and add testsRichard Purdie2022-07-043-4/+32
* bitbake: fetch2: gitsm: fix incorrect handling of git submodule relative urlsGennaro Iorio2022-07-011-1/+1
* bitbake: server/process: Fix logging issues where only the first message was ...Richard Purdie2022-06-251-2/+5
* bitbake: doc: bitbake-user-manual: document npm and npmsw fetchersMichael Opdenacker2022-06-221-2/+74
* bitbake: doc: bitbake-user-manual: add explicit target for crates fetcherMichael Opdenacker2022-06-221-0/+2
* bitbake: bitbake-user-manual: Correct description of the ??= operatorJacob Kroon2022-06-211-16/+39
* bitbake: ConfHandler: Remove lingering closeOla x Nilsson2022-06-211-2/+0
* bitbake: tests/fetch: Add test for broken mirror tarballPavel Zhukov2022-06-211-0/+25
* bitbake: event.py: ignore exceptions from stdout and sterr operations in atexitMikko Rapeli2022-06-111-2/+8
* bitbake: tests/fetch: Add tests for premirror using real projectPavel Zhukov2022-06-111-0/+39
* bitbake: tests/fetch: Drop unnecessary duplicated functionPavel Zhukov2022-06-111-9/+0
* bitbake: cooker: Drop sre_constants usageRichard Purdie2022-06-111-3/+2
* bitbake: server/process: Avoid tracebacks at exitRichard Purdie2022-06-101-1/+1
* bitbake: server/process: Remove daemonic thread usageRichard Purdie2022-06-081-5/+9
* bitbake: server/process: Avoid risk of exception deadlocksRichard Purdie2022-06-081-14/+9
* bitbake: fetch/wget: Move files into place atomicallyRichard Purdie2022-06-081-4/+7
* bitbake: Add tests to cover BB_FETCH_PREMIRRORONLY functionalityPavel Zhukov2022-06-081-0/+63