diff mbox series

[yocto-autobuilder-helper,1/2] config.json: extend meta-qcom build

Message ID 20260212115919.3172900-1-anuj.mittal@oss.qualcomm.com
State New
Headers show
Series [yocto-autobuilder-helper,1/2] config.json: extend meta-qcom build | expand

Commit Message

Anuj Mittal Feb. 12, 2026, 11:59 a.m. UTC
From: Anuj Mittal <anuj.mittal@oss.qualcomm.com>

Extend the build to generate weston images as well.

Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 407d245..8c94291 100644
--- a/config.json
+++ b/config.json
@@ -667,7 +667,7 @@ 
                 "shortname": "Build for rb3gen2-core-kit",
                 "DISTRO": "poky-altcfg",
                 "MACHINE": "rb3gen2-core-kit",
-                "BBTARGETS": "core-image-base"
+                "BBTARGETS": "core-image-base core-image-weston"
             }
         },
         "meta-agl-core" : {