config.json: add docs build config

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
This commit is contained in:
Antonin Godard 2025-01-03 15:06:44 +01:00
parent 384d37a957
commit ce5893f053

View File

@ -1817,6 +1817,9 @@
"a-full-posttrigger" : {
"TEMPLATE" : "trigger-build-posttrigger"
},
"docs": {
"NEEDREPOS" : ["yocto-docs", "bitbake"]
},
"patchtest" : {
"NEEDREPOS" : ["poky", "meta-patchtest", "meta-openembedded"],
"MACHINE" : "qemux86-64",
@ -1962,6 +1965,12 @@
"branch" : "master",
"revision" : "HEAD",
"no-layer-add" : true
},
"yocto-docs" : {
"url" : "ssh://git@push.yoctoproject.org/yocto-docs",
"branch" : "master",
"revision" : "HEAD",
"no-layer-add" : true
}
},
"buildtools" : {