| Message ID | 20251219-fix-indexing-job-v1-1-78c3c87201c4@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder-helper] config.json: indexing: add bitbake repository back | expand |
diff --git a/config.json b/config.json index be65d24..3415b1a 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/"]
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(-) --- base-commit: 4e37ec5c3097bc73a4b26c2a8f6002e1e923d3e6 change-id: 20251219-fix-indexing-job-e5cb00e8ec9b