All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: akuster808@gmail.com, yocto@yoctoproject.org
Subject: [meta-security][PATCH 3/3] meta-security: remove depened on other security layers
Date: Thu, 12 Apr 2018 07:07:43 -0700	[thread overview]
Message-ID: <1523542063-20994-3-git-send-email-akuster808@gmail.com> (raw)
In-Reply-To: <1523542063-20994-1-git-send-email-akuster808@gmail.com>

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 conf/layer.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 04605a1..efc426e 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,6 +12,3 @@ BBFILE_PRIORITY_security = "6"
 LAYERSERIES_COMPAT_security = "sumo"
 
 LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
-LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}"
-LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}"
-LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "vtpm", "tpm-layer meta-filesystems", "",d)}"
-- 
2.7.4



      parent reply	other threads:[~2018-04-12 14:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-12 14:07 [meta-security][PATCH 1/3] sssd: only include when pam in DISTRO_FEATURES Armin Kuster
2018-04-12 14:07 ` [meta-security][PATCH 2/3] clamav: update LLVM version to match core Armin Kuster
2018-04-12 14:07 ` Armin Kuster [this message]

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=1523542063-20994-3-git-send-email-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=yocto@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.