All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/2] libsecomp: rv32/rv64 target builds are not supported yet
@ 2020-07-25 14:41 akuster
  2020-07-25 14:41 ` [meta-security][PATCH 2/2] packagegroup-core-security: remove libseccomp for riscv* akuster
  0 siblings, 1 reply; 2+ messages in thread
From: akuster @ 2020-07-25 14:41 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-security/libseccomp/libseccomp_2.4.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-security/libseccomp/libseccomp_2.4.3.bb b/recipes-security/libseccomp/libseccomp_2.4.3.bb
index 9ca41e6..37d3573 100644
--- a/recipes-security/libseccomp/libseccomp_2.4.3.bb
+++ b/recipes-security/libseccomp/libseccomp_2.4.3.bb
@@ -10,6 +10,9 @@ SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.4 \
            file://run-ptest \
 "
 
+COMPATIBLE_HOST_riscv64 = "null"
+COMPATIBLE_HOST_riscv32 = "null"
+
 S = "${WORKDIR}/git"
 
 inherit autotools-brokensep pkgconfig ptest
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-security][PATCH 2/2] packagegroup-core-security: remove libseccomp for riscv*
  2020-07-25 14:41 [meta-security][PATCH 1/2] libsecomp: rv32/rv64 target builds are not supported yet akuster
@ 2020-07-25 14:41 ` akuster
  0 siblings, 0 replies; 2+ messages in thread
From: akuster @ 2020-07-25 14:41 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-core/packagegroup/packagegroup-core-security.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index bb790b4..539ea2a 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -28,7 +28,7 @@ RDEPENDS_packagegroup-security-utils = "\
     python3-scapy \
     ding-libs \
     keyutils \
-    libseccomp \
+    ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " libseccomp",d)} \
     ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \
     ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \
     "
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-25 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25 14:41 [meta-security][PATCH 1/2] libsecomp: rv32/rv64 target builds are not supported yet akuster
2020-07-25 14:41 ` [meta-security][PATCH 2/2] packagegroup-core-security: remove libseccomp for riscv* akuster

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.