diff mbox series

[yocto-autobuilder-helper,2/2] config.json: add qcom-armv8a machine for meta-qcom

Message ID 20260212115919.3172900-2-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>

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

Patch

diff --git a/config.json b/config.json
index 8c94291..c2fd1c1 100644
--- a/config.json
+++ b/config.json
@@ -668,6 +668,12 @@ 
                 "DISTRO": "poky-altcfg",
                 "MACHINE": "rb3gen2-core-kit",
                 "BBTARGETS": "core-image-base core-image-weston"
+            },
+            "step2": {
+                "shortname": "Build for qcom-armv8a",
+                "DISTRO": "poky-altcfg",
+                "MACHINE": "qcom-armv8a",
+                "BBTARGETS": "core-image-base"
             }
         },
         "meta-agl-core" : {