summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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: doc: bitbake-user-manual: remove reference to SSTATE_MIRRORS variableMichael Opdenacker2023-09-051-2/+3
* bitbake: doc: Document challenges of tags with git fetcherRichard Purdie2023-09-051-0/+8
* README: update/fix contribution guidelinesMichael Opdenacker2023-09-031-0/+5
* Makefile: remove from top-level directoryMartin Jansa2023-09-031-2/+2
* 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: README: Update to point to new contributor guideRichard Purdie2023-09-021-7/+5
* bitbake: toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna2023-08-301-1/+12
* bitbake: toaster: import only used layersDavid Reyna2023-08-303-16/+16
* bitbake: toaster: Update to Django 4.2David Reyna2023-08-308-12/+13
* 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: bblayers/query: Add multiconfig support to `show-appends`Joshua Watt2023-08-161-4/+10
* 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-113-1/+137
* 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: contrib: vim: Fix up a few errors when reloadingJoshua Watt2023-07-291-3/+3
* 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: Bootstrap pytest for self-testsPeter Hoyes2023-06-271-0/+5
* 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-272-5/+10