[PATCH yocto-autobuilder-helper wrynose v2] config.json: Add meta-qcom dependency on mixin-wrynose-linux-firmware
Mathieu Dubois-Briand <[email protected]> Fri, 10 Jul 2026 16:53:25 +0200
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <20260710-contrib-mathieu-wrynose-qcom-lts-mixin-v2-1-6e44ffb83f1d@bootlin.com> |
meta-qcom depends on wrynose/linux-firmware branch of meta-lts-mixin Signed-off-by: Mathieu Dubois-Briand <[email protected]> --- Changes in v2: - Fix meta-lts-mixin folder name - Link to v1: https://lore.kernel.org/r/20260623-contrib-mathieu-wrynose-qcom-lts-mixin-v1-1-78465e9bec56@bootlin.com --- config.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 6b37eb96254f..194b360dfa63 100644 --- a/config.json +++ b/config.json @@ -1313,7 +1313,7 @@ } }, "check-layer-nightly" : { - "NEEDREPOS" : ["bitbake", "meta-agl", "meta-arm", "meta-aws", "meta-intel", "meta-ti", "meta-openembedded", "meta-virtualization", "meta-clang", "meta-exein", "meta-qcom", "meta-riscv"], + "NEEDREPOS" : ["bitbake", "meta-agl", "meta-arm", "meta-aws", "meta-intel", "meta-ti", "meta-openembedded", "meta-virtualization", "meta-clang", "meta-exein", "meta-qcom", "meta-riscv", "mixin-wrynose-linux-firmware"], "step1" : { "shortname" : "Test meta-agl YP Compatibility", "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-agl/meta-agl-core ../meta-agl/meta-netboot --dependency ../meta-openembedded/meta-oe ../meta-openembedded/meta-networking ../meta-openembedded/meta-python --no-auto-dependency"] @@ -1356,7 +1356,7 @@ }, "step10" : { "shortname" : "Test meta-qcom YP Compatibility", - "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-qcom --no-auto-dependency"] + "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-qcom --dependency ../mixin-wrynose-linux-firmware --no-auto-dependency"] }, "step11" : { "shortname" : "Test meta-riscv YP Compatibility", @@ -1996,6 +1996,12 @@ "branch" : "master", "revision" : "HEAD", "no-layer-add" : true + }, + "mixin-wrynose-linux-firmware" : { + "url" : "ssh://[email protected]/meta-lts-mixins", + "branch" : "wrynose/linux-firmware", + "revision" : "HEAD", + "no-layer-add" : true } }, "buildtools" : { --- base-commit: 418241c48f0206522e46fbb91aefce2331c72949 change-id: 20260623-contrib-mathieu-wrynose-qcom-lts-mixin-2648a5fb0d2f Best regards, -- Mathieu Dubois-Briand <[email protected]>