Skip to content

Build meta-qcom on Yocto Project autobuilderΒ #1295

@anujm1

Description

@anujm1

Should we request that meta-qcom be built on Yocto Project autobuilder? If yes, what should be the configuration we'd like built?

Something like (untested right now):

diff --git a/config.json b/config.json
index 53481cc..1bff6f0 100644
--- a/config.json
+++ b/config.json
@@ -658,6 +658,17 @@
                 "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/meta-qcom"
+            ],
+            "step1": {
+                "shortname": "Build for rb3gen2-core-kit",
+                "MACHINE": "rb3gen2-core-kit",
+                "BBTARGETS": "core-image-base"
+            }
+        },
         "meta-agl-core" : {
             "NEEDREPOS" : ["bitbake", "meta-agl"],
             "ADDLAYER" : [

with corresponding changes for yocto-autobuilder2 to start with?

Having the layer built there would probably give the layer more visibility and additional build testing with changes in -next branches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions