@@ -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" : {
Like other builds, declare the repos on which the docs build depends on here. This is needed by the patch "docs: fetch yocto-docs and bitbake using *shared-repos scripts" on yocto-autobuilder2. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) --- base-commit: e39db7b08eb81b012f2127f41dc1c2b8fa46c003 change-id: 20250103-docs-config-cf6188e69c7a Best regards,