From: Kai Kang <kai.k...@windriver.com> 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.k...@windriver.com> --- recipes-core/packagegroups/packagegroup-kubernetes.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 inherit packagegroup -COMPATIBLE_HOST:riscv64 = "null" +COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" # k3s has this restriction inherit features_check -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8307): https://lists.yoctoproject.org/g/meta-virtualization/message/8307 Mute This Topic: https://lists.yoctoproject.org/mt/101354134/21656 Group Owner: meta-virtualization+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-