summaryrefslogtreecommitdiffstats
path: root/recipes-core/packagegroups
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/packagegroups')
-rw-r--r--recipes-core/packagegroups/packagegroup-container.bb2
-rw-r--r--recipes-core/packagegroups/packagegroup-kubernetes.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb
index 8d418e95..c41576a3 100644
--- a/recipes-core/packagegroups/packagegroup-container.bb
+++ b/recipes-core/packagegroups/packagegroup-container.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
4 4
5inherit packagegroup 5inherit packagegroup
6 6
7COMPATIBLE_HOST:riscv64 = "null"
8
7PACKAGES = "\ 9PACKAGES = "\
8 packagegroup-container \ 10 packagegroup-container \
9 packagegroup-lxc \ 11 packagegroup-lxc \
diff --git a/recipes-core/packagegroups/packagegroup-kubernetes.bb b/recipes-core/packagegroups/packagegroup-kubernetes.bb
index 70dc9713..7e6937b1 100644
--- a/recipes-core/packagegroups/packagegroup-kubernetes.bb
+++ b/recipes-core/packagegroups/packagegroup-kubernetes.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
4 4
5inherit packagegroup 5inherit packagegroup
6 6
7COMPATIBLE_HOST:riscv64 = "null"
8
7# k3s has this restriction 9# k3s has this restriction
8inherit features_check 10inherit features_check
9REQUIRED_DISTRO_FEATURES ?= "seccomp" 11REQUIRED_DISTRO_FEATURES ?= "seccomp"