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