aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Bump to version 2.2.0yocto-4.12022-10-langdale2.2.0Richard Purdie2022-09-292-2/+2
* utils: Add enable_loopback_networking()Mattias Jernberg2022-09-291-1/+41
* doc: bitbake-user-manual: Add definition for BB_PRESSURE_MAX variablesAryaman Gupta2022-09-291-0/+25
* fetch2/ssh.py: fix checkstatusPascal Bach2022-09-291-4/+2
* bitbake-user-manual: mention pydevshell in OEMichael Opdenacker2022-09-221-0/+9
* fetch2/crate fixup c212b0f3 loglevelJose Quaresma2022-09-211-1/+1
* lib/bb: warning when the debug message is invalidJose Quaresma2022-09-211-0/+4
* bitbake: Fix a few more logger debug() callsJoshua Watt2022-09-212-14/+14
* fetch2: Remove unneeded conditionalPaulo Neves2022-09-211-7/+6
* fetch2: Ensure mirror tarballs don't enforce checksumRichard Purdie2022-09-071-0/+1
* toaster: fix kirkstone versionOtavio Salvador2022-09-071-1/+1
* asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie2022-09-031-9/+13
* wget: Avoid bad checksum race issuesRichard Purdie2022-09-032-4/+12
* Revert "fetch: use BPN instead"Richard Purdie2022-09-011-1/+1
* fetch: use BPN insteadMingli Yu2022-08-311-1/+1
* tests: Add test for possible gitsm deadlockPavel Zhukov2022-08-311-0/+9
* tests: Add Timeout classPavel Zhukov2022-08-311-0/+19
* gitsm: Error out if submodule refers to parent repoPavel Zhukov2022-08-311-0/+3
* Fix npm to use https rather than httpNeil Horman2022-08-311-1/+1
* bitbake-layers: initialize tinfoil before registering command line argumentsAlexander Kanavin2022-08-311-2/+2
* utils: Pass lock argument in fileslockedJoshua Watt2022-08-311-2/+4
* runqueue: Change pressure file warning to a noteRichard Purdie2022-08-241-1/+1
* BBHandler/cooker: Implement recipe and global classesRichard Purdie2022-08-127-22/+39
* bitbake: Add copyright headers where missingRichard Purdie2022-08-1228-0/+56
* BBHandler: Make inherit calls more directlyRichard Purdie2022-08-101-1/+4
* BBHandler: Allow earlier exit for classes not foundRichard Purdie2022-08-101-0/+3
* build: prefix the tasks with a timestamp in the log task_orderJose Quaresma2022-08-091-1/+3
* runqueue: add memory pressure regulationAryaman Gupta2022-08-091-5/+22
* siggen: Fix insufficent entropy in sigtask file namesJoshua Watt2022-08-092-1/+22
* runqueue: Drop deadlock breaking force failRichard Purdie2022-08-071-3/+0
* runqueue: Improve deadlock warning messagesRichard Purdie2022-08-071-4/+6
* runqueue: Ensure deferred tasks are sorted by multiconfigRichard Purdie2022-08-071-5/+8
* bitbake-user-manual: npm fetcher: improve description of SRC_URI formatMichael Opdenacker2022-07-281-2/+2
* runqueue: add cpu/io pressure regulationAryaman Gupta2022-07-281-0/+65
* bb/utils: movefile: use the logger for printingJose Quaresma2022-07-281-6/+6
* bb/utils: remove: check the path again the expand python globJose Quaresma2022-07-281-2/+2
* asyncrpc: Add TCP Keep AlivesJoshua Watt2022-07-201-0/+7
* bitbake: bitbake-user-manual: hashserv can be accessed on a dedicated domainJose Quaresma2022-07-191-1/+1
* fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie2022-07-153-18/+8
* fetch2: Ensure directory exists before creating symlinkRichard Purdie2022-07-151-0/+2
* fetch: bb.fatal when trying to checksum non-existing filesPaulo Neves2022-07-152-1/+8
* fetch2/git: show SRCREV and git repo in error message about fixed SRCREVMartin Jansa2022-07-081-1/+1
* ConfHandler/BBHandler: Improve comment error messages and add testsRichard Purdie2022-07-043-4/+32
* fetch2: gitsm: fix incorrect handling of git submodule relative urlsGennaro Iorio2022-07-011-1/+1
* server/process: Fix logging issues where only the first message was displayedRichard Purdie2022-06-251-2/+5
* doc: bitbake-user-manual: document npm and npmsw fetchersMichael Opdenacker2022-06-221-2/+74
* doc: bitbake-user-manual: add explicit target for crates fetcherMichael Opdenacker2022-06-221-0/+2
* bitbake-user-manual: Correct description of the ??= operatorJacob Kroon2022-06-211-16/+39
* ConfHandler: Remove lingering closeOla x Nilsson2022-06-211-2/+0
* tests/fetch: Add test for broken mirror tarballPavel Zhukov2022-06-211-0/+25