-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
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.
ricardosalveti
Metadata
Metadata
Assignees
Labels
No labels