summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2023-09-14 15:52:59 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-15 17:30:14 +0000
commit14a3a0393765ac227d7416818fccef68985f63ef (patch)
treea72d98df297633656607471d166f9c03fcfc8f71 /recipes-core
parent33a437dc427adebafd038268cd75b7d8093e50b9 (diff)
downloadmeta-virtualization-14a3a0393765ac227d7416818fccef68985f63ef.tar.gz
packagegroup-kubernetes: set COMPATIBLE_HOST
packagegroup-kubernetes requires kubernetes which is only compatible with x86_64, arm and aarch64, so set COMPATIBLE_HOST for packagegroup-kubernetes to align with it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/packagegroups/packagegroup-kubernetes.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/packagegroups/packagegroup-kubernetes.bb b/recipes-core/packagegroups/packagegroup-kubernetes.bb
index 7e6937b1..d518fc15 100644
--- a/recipes-core/packagegroups/packagegroup-kubernetes.bb
+++ b/recipes-core/packagegroups/packagegroup-kubernetes.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
4 4
5inherit packagegroup 5inherit packagegroup
6 6
7COMPATIBLE_HOST:riscv64 = "null" 7COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
8 8
9# k3s has this restriction 9# k3s has this restriction
10inherit features_check 10inherit features_check