summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: data: Add missing dependency handling of remove operatorInsu Park2023-09-202-0/+27
* bitbake: cooker: Drop unneeded flush callsRichard Purdie2023-09-201-3/+0
* bitbake: server/process: Disable the flush() call in server loggingRichard Purdie2023-09-181-1/+2
* bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie2023-09-185-148/+59
* bitbake: fetch2: git: Use path_is_descendant() instead of path for repo checkJoshua Watt2023-09-141-9/+6
* bitbake: utils: Add path_is_descendant()Joshua Watt2023-09-141-0/+23
* bitbake: bitbake: Update to 2.6.0 release series/versionRichard Purdie2023-09-101-1/+1
* bitbake: server/process: Add more timing debugRichard Purdie2023-09-051-4/+9
* bitbake: runqueue: show number of currently running bitbake threads when pres...Martin Jansa2023-09-051-1/+1
* bitbake: fetch2: git: Remove useless try..else clauseJoshua Watt2023-09-021-4/+4
* bitbake: command: Avoid time intensive distractions for pingRichard Purdie2023-09-021-2/+5
* bitbake: toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna2023-08-301-1/+12
* bitbake: fetch2: git: Check if clone directory is a git repoJoshua Watt2023-08-301-1/+29
* bitbake: gitsm: tolerate git-lfs in submodulesRandolph Sapp2023-08-301-4/+7
* bitbake: Fix disk space monitoring on cephfsSamantha Jalabert2023-08-251-3/+4
* bitbake: lib/bb: Add xattr and acl librariesJoshua Watt2023-08-242-0/+341
* bitbake: runqueue: show more pressure dataMartin Jansa2023-08-241-8/+10
* bitbake: fetch2: Add new srcrev fetcher APIRichard Purdie2023-08-241-5/+24
* bitbake: siggen.py: Improve taskhash reproducibilityPaulo Neves2023-08-241-2/+8
* bitbake: cooker: Fix error messageJoshua Watt2023-08-161-1/+1
* bitbake: siggen: Update debugRichard Purdie2023-08-131-4/+5
* bitbake: siggen: Fix indentationRichard Purdie2023-08-131-1/+1
* bitbake: runqueue.py: fix PSI check logicChen Qi2023-08-111-4/+5
* bitbake: fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić2023-08-112-1/+101
* bitbake: server/process: fix sig handleYang Xu2023-08-111-5/+4
* bitbake: siggen: Improve runtaskdeps data to fix sstate debuggingRichard Purdie2023-08-092-118/+31
* bitbake: fetch2: Check if path is 'None' before calculating checksumsBELOUARGA Mohamed2023-08-041-0/+3
* bitbake: bitbake: fetch2/npmsw: Check if there are dependencies before trying...BELOUARGA Mohamed2023-08-041-7/+9
* bitbake: bb.tests.data: don't require the func flag for context functionsChristopher Larson2023-08-041-1/+0
* bitbake: data_smart: directly check for methodpool functions in context lookupChristopher Larson2023-08-041-3/+4
* bitbake: tests.data: add test for builtin preferred over metadata valueChristopher Larson2023-08-041-0/+4
* bitbake: data_smart: check for python builtins directly for context lookupChristopher Larson2023-08-041-4/+8
* bitbake: tests.codeparser: add test for exec of builtin from inline pythonChristopher Larson2023-08-041-0/+6
* bitbake: tests.data: add test for inline python calling a def'd functionChristopher Larson2023-08-041-0/+9
* bitbake: fetch2/gitsm: Document that we won't support propagating user parameterYoann Congal2023-07-291-0/+6
* bitbake: fetch2: Set maxsplit to match expected variablesDit Kozmaj2023-07-272-1/+2
* bitbake: runqueue: convert deferral messages from bb.note to bb.debugDenys Dmytriyenko2023-07-191-3/+3
* bitbake: runqueue: Add pressure change loggingRichard Purdie2023-07-191-0/+4
* bitbake: cooker: Log when parsing starts in server logRichard Purdie2023-06-301-0/+1
* bitbake: server/process: Show command in timeout messageRichard Purdie2023-06-301-1/+1
* bitbake: fetch2/npmsw: Support old and new shrinkwrap formatsRichard Purdie2023-06-301-9/+26
* bitbake: fetch2/npm: Remove special caracters that causes recipe tool to failBELOUARGA Mohamed2023-06-291-3/+6
* bitbake: fetch2/npmsw: Don't fetch dev dependencies when they are not demandedBELOUARGA Mohamed2023-06-291-0/+2
* bitbake: fetch2/npmsw: Add support for the new format of the shrinkwrap fileBELOUARGA Mohamed2023-06-291-16/+9
* bitbake: runqueue: Fix deferred task/multiconfig race issueRichard Purdie2023-06-281-4/+12
* bitbake: bitbake: tests: Use assertLogs to test logging outputPeter Hoyes2023-06-272-10/+12
* bitbake: bitbake: tests/fetch: Set git config if not already setPeter Hoyes2023-06-271-3/+9
* bitbake: bitbake: tests/fetch: Rename assertRaisesRegexp to assertRaisesRegexPeter Hoyes2023-06-271-1/+1
* bitbake: bitbake: tests/fetch: Mark TestTimeout as not a test suitePeter Hoyes2023-06-271-1/+2
* bitbake: runqueue: Fix handling of virtual files in layername calculationRichard Purdie2023-06-201-2/+4