| Message ID | 20260123-releases-parser-updates-v2-4-c24c30da807b@bootlin.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | scripts/release-parser.py: update and move from poky | expand |
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/"]
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(-)