| Message ID | 20260123-releases-parser-updates-v2-5-c24c30da807b@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | scripts/release-parser.py: update and move from poky | expand |
Erm sorry.. I could have squashed this and the previous patch in the first one, and forgot. Feel free to do so when merging. Antonin
diff --git a/config.json b/config.json index 4bfce70..8fb34af 100644 --- a/config.json +++ b/config.json @@ -1403,6 +1403,7 @@ }, "indexing" : { "NEEDREPOS": ["bitbake", "yocto-docs"], + "NOLAYERADD": ["yocto-docs"], "step1" : { "shortname" : "Generate non-release index", "EXTRACMDS" : ["${SCRIPTSDIR}/generate-testresult-index.py ${BASE_SHAREDDIR}/pub/non-release/"]
This is not a layer so exclude it to avoid bitbake-layers from trying to add it. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- config.json | 1 + 1 file changed, 1 insertion(+)