diff mbox series

[yocto-autobuilder-helper,v2,4/9] config.json: indexing: add bitbake repository back

Message ID 20260123-releases-parser-updates-v2-4-c24c30da807b@bootlin.com
State New
Headers show
Series scripts/release-parser.py: update and move from poky | expand

Commit Message

Antonin Godard Jan. 23, 2026, 8:59 a.m. UTC
The change in 2395b8974745 ("scripts/release-parser.py: use yocto-docs
instead of poky") replaces the previous definition of NEEDREPOS, and
does not append. Add bitbake back to the repositories to fix the
indexing builder.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 1dc7e94..4bfce70 100644
--- a/config.json
+++ b/config.json
@@ -1402,7 +1402,7 @@ 
             }
         },
         "indexing" : {
-            "NEEDREPOS": ["yocto-docs"],
+            "NEEDREPOS": ["bitbake", "yocto-docs"],
             "step1" : {
                 "shortname" : "Generate non-release index",
                 "EXTRACMDS" : ["${SCRIPTSDIR}/generate-testresult-index.py ${BASE_SHAREDDIR}/pub/non-release/"]