mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-10-23 07:12:22 +02:00
config.json: add docs build config
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
This commit is contained in:
parent
384d37a957
commit
ce5893f053
|
@ -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" : {
|
||||
|
|
Loading…
Reference in New Issue
Block a user