Yocto Project Discussions
 help / color / mirror / Atom feed
From: "Armpit" <akuster808@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [RFC][yocto-autobuilder-helper][PATCH] config.json: Add mete-security option
Date: Sat, 14 Dec 2019 11:23:48 -0800	[thread overview]
Message-ID: <1576351428-15445-1-git-send-email-akuster808@gmail.com> (raw)

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


                 reply	other threads:[~2019-12-14 19:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576351428-15445-1-git-send-email-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox