diff mbox series

[yocto-autobuilder-helper] config: update metrics-gitstats needed repos

Message ID 20251029-contrib-mathieu-metrics-gitstats-bbsetup-v1-1-db66b2ad6c2f@bootlin.com
State New
Headers show
Series [yocto-autobuilder-helper] config: update metrics-gitstats needed repos | expand

Commit Message

Mathieu Dubois-Briand Oct. 29, 2025, 2:25 p.m. UTC
Bitbake repository has to be added, in order to have bitbake-setup.
Meta-openembedded repository also has to to be checked-out, as it is
referenced in buildertorepos in yocto-autobuilder2: getproperties.py
will fail if both lists are not inconsistent.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 63f4e3954ff26cfd753c3c21f094b751978dda3e
change-id: 20251029-contrib-mathieu-metrics-gitstats-bbsetup-6e0947f53fb3

Best regards,
diff mbox series

Patch

diff --git a/config.json b/config.json
index c4d29aebc9cc..61c751a00634 100644
--- a/config.json
+++ b/config.json
@@ -1305,7 +1305,7 @@ 
             }
         },
         "metrics-gitstats" : {
-            "NEEDREPOS" : [],
+            "NEEDREPOS" : ["bitbake", "meta-openembedded"],
             "step1" : {
                 "shortname" : "Generate gitstats",
                 "EXTRACMDS" : ["${SCRIPTSDIR}/run-gitstats ${BUILDDIR}/../"]