diff mbox series

[yocto-autobuilder-helper,v2,5/9] config.json: indexing: don't add yocto-docs as a layer

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

Commit Message

Antonin Godard Jan. 23, 2026, 8:59 a.m. UTC
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(+)

Comments

Antonin Godard Jan. 23, 2026, 9:02 a.m. UTC | #1
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 mbox series

Patch

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/"]