Yocto Project Discussions
 help / color / mirror / Atom feed
* [RFC][yocto-autobuilder-helper][PATCH] config.json: Add mete-security option
@ 2019-12-14 19:23 Armpit
  0 siblings, 0 replies; only message in thread
From: Armpit @ 2019-12-14 19:23 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 config.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/config.json b/config.json
index 5730f85..2a6aa9b 100644
--- a/config.json
+++ b/config.json
@@ -748,6 +748,21 @@
                 "DISTRO_FEATURES_append = ' virtualization'"
             ]
         },
+        "meta-security" : {
+            "NEEDREPOS" : ["poky", "meta-openembedded", "meta-security"],
+            "MACHINE" : "qemux86-64",
+            "BBTARGETS" : "world -k",
+            "ADDLAYER" : [
+                "${BUILDDIR}/../meta-openembedded/meta-oe",
+                "${BUILDDIR}/../meta-openembedded/meta-python",
+                "${BUILDDIR}/../meta-openembedded/meta-perl",
+                "${BUILDDIR}/../meta-openembedded/meta-networking",
+                "${BUILDDIR}/../meta-security"
+            ],
+            "extravars" : [
+                "DISTRO_FEATURES_append = ' systemd'"
+            ]
+        },
         "qa-extras" : {
             "MACHINE" : "qemux86-64",
             "step1" : {
-- 
2.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-14 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-14 19:23 [RFC][yocto-autobuilder-helper][PATCH] config.json: Add mete-security option Armpit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox