aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-12apply Joshua's suggestionalpianon/srctrace4Alberto Pianon
2023-09-12fetch2: Add support for upstream source tracingAlberto Pianon
2023-09-10bitbake: Update to 2.6.0 release series/versionRichard Purdie
2023-09-05server/process: Add more timing debugRichard Purdie
2023-09-05runqueue: show number of currently running bitbake threads when pressure changesMartin Jansa
2023-09-05doc: bitbake-user-manual: remove reference to SSTATE_MIRRORS variableMichael Opdenacker
2023-09-05doc: Document challenges of tags with git fetcherRichard Purdie
2023-09-02fetch2: git: Remove useless try..else clauseJoshua Watt
2023-09-02command: Avoid time intensive distractions for pingRichard Purdie
2023-09-02README: Update to point to new contributor guideRichard Purdie
2023-08-29toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna
2023-08-29toaster: import only used layersDavid Reyna
2023-08-29toaster: Update to Django 4.2David Reyna
2023-08-25fetch2: git: Check if clone directory is a git repolucaceresoli/bug-15201-perf-libtraceevent-missingJoshua Watt
2023-08-25gitsm: tolerate git-lfs in submodulesRandolph Sapp
2023-08-25Fix disk space monitoring on cephfsSamantha Jalabert
2023-08-24lib/bb: Add xattr and acl librariesJoshua Watt
2023-08-24runqueue: show more pressure dataMartin Jansa
2023-08-24fetch2: Add new srcrev fetcher APIRichard Purdie
2023-08-24siggen.py: Improve taskhash reproducibilityPaulo Neves
2023-08-16cooker: Fix error messageJoshua Watt
2023-08-16bblayers/query: Add multiconfig support to `show-appends`Joshua Watt
2023-08-13siggen: Update debugRichard Purdie
2023-08-13siggen: Fix indentationRichard Purdie
2023-08-11runqueue.py: fix PSI check logicChen Qi
2023-08-11fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić
2023-08-11server/process: fix sig handleYang Xu
2023-08-09siggen: Improve runtaskdeps data to fix sstate debuggingRichard Purdie
2023-08-04fetch2: Check if path is 'None' before calculating checksumsBELOUARGA Mohamed
2023-08-04bitbake: fetch2/npmsw: Check if there are dependencies before trying to fetch...BELOUARGA Mohamed
2023-08-04bb.tests.data: don't require the func flag for context functionsChristopher Larson
2023-08-04data_smart: directly check for methodpool functions in context lookupChristopher Larson
2023-08-04tests.data: add test for builtin preferred over metadata valueChristopher Larson
2023-08-04data_smart: check for python builtins directly for context lookupChristopher Larson
2023-08-04tests.codeparser: add test for exec of builtin from inline pythonChristopher Larson
2023-08-04tests.data: add test for inline python calling a def'd functionChristopher Larson
2023-07-29contrib: vim: Fix up a few errors when reloadingJoshua Watt
2023-07-29fetch2/gitsm: Document that we won't support propagating user parameterYoann Congal
2023-07-27fetch2: Set maxsplit to match expected variablesDit Kozmaj
2023-07-19runqueue: convert deferral messages from bb.note to bb.debugDenys Dmytriyenko
2023-07-19runqueue: Add pressure change loggingRichard Purdie
2023-06-30cooker: Log when parsing starts in server logRichard Purdie
2023-06-30server/process: Show command in timeout messageRichard Purdie
2023-06-30fetch2/npmsw: Support old and new shrinkwrap formatsRichard Purdie
2023-06-29fetch2/npm: Remove special caracters that causes recipe tool to failBELOUARGA Mohamed
2023-06-29fetch2/npmsw: Don't fetch dev dependencies when they are not demandedBELOUARGA Mohamed
2023-06-29fetch2/npmsw: Add support for the new format of the shrinkwrap fileBELOUARGA Mohamed
2023-06-28runqueue: Fix deferred task/multiconfig race issueRichard Purdie
2023-06-27bitbake: Bootstrap pytest for self-testsPeter Hoyes
2023-06-27bitbake: tests: Use assertLogs to test logging outputPeter Hoyes