diff mbox series

[yocto-autobuilder-helper] config.json: build base image with meta-qcom

Message ID 20251210024443.379933-1-anuj.mittal@oss.qualcomm.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: build base image with meta-qcom | expand

Commit Message

Anuj Mittal Dec. 10, 2025, 2:44 a.m. UTC
From: Anuj Mittal <anuj.mittal@oss.qualcomm.com>

Include a build for core-image-base with meta-qcom in addition to
nightly layer check we already have.

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

Patch

diff --git a/config.json b/config.json
index 53481cc..30d0d67 100644
--- a/config.json
+++ b/config.json
@@ -658,6 +658,18 @@ 
                 "SANITYTARGETS" : "core-image-minimal:do_testimage core-image-sato:do_testimage core-image-weston:do_testimage"
             }
         },
+        "meta-qcom" : {
+            "NEEDREPOS" : ["bitbake", "meta-qcom"],
+            "ADDLAYER" : [
+                "${BUILDDIR}/../meta-qcom"
+            ],
+            "step1": {
+                "shortname": "Build for rb3gen2-core-kit",
+                "DISTRO": "poky-altcfg",
+                "MACHINE": "rb3gen2-core-kit",
+                "BBTARGETS": "core-image-base"
+            }
+        },
         "meta-agl-core" : {
             "NEEDREPOS" : ["bitbake", "meta-agl"],
             "ADDLAYER" : [