k3s: not compatible with mips

k3s depends on 'virtual-containerd' provided by containerd-opencontainers
which is not compatible with mips. So set COMPATIBLE_HOST for k3s that
not compatible with mips to align with containerd-opencontainers.

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:53:00 +08:00 committed by Bruce Ashfield
parent 14a3a03937
commit 64c7c56236

View File

@ -30,6 +30,8 @@ inherit goarch
inherit systemd
inherit cni_networking
COMPATIBLE_HOST = "^(?!mips).*"
PACKAGECONFIG = ""
PACKAGECONFIG[upx] = ",,upx-native"
GO_IMPORT = "import"