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>
This commit is contained in:
Kai Kang 2023-09-14 15:52:59 +08:00 committed by Bruce Ashfield
parent 33a437dc42
commit 14a3a03937

View File

@ -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