diff mbox series

[yocto-autobuilder-helper,wrynose] config.json: add mixin-wrynose-linux-firmware repo to meta-qcom build

Message ID 20260826224011.1389348-1-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder-helper,wrynose] config.json: add mixin-wrynose-linux-firmware repo to meta-qcom build | expand

Commit Message

Yoann Congal Aug. 26, 2026, 10:40 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

This fixes this error:
ERROR: Layer 'qcom' depends on layer 'lts-linux-firmware-mixin', but this layer is not enabled in your configuration

This has been tested in https://autobuilder.yoctoproject.org/valkyrie/?#/builders/113/builds/1487

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 config.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index da578ae..82c5f16 100644
--- a/config.json
+++ b/config.json
@@ -675,8 +675,9 @@ 
             }
         },
         "meta-qcom" : {
-            "NEEDREPOS" : ["bitbake", "meta-qcom"],
+            "NEEDREPOS" : ["bitbake", "meta-qcom", "mixin-wrynose-linux-firmware"],
             "ADDLAYER" : [
+                "${BUILDDIR}/../mixin-wrynose-linux-firmware",
                 "${BUILDDIR}/../meta-qcom"
             ],
             "step1": {