From 64c7c56236e34f128c96eec0a40b4e28ec2f1b11 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 14 Sep 2023 15:53:00 +0800 Subject: [PATCH] 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 Signed-off-by: Bruce Ashfield --- recipes-containers/k3s/k3s_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 9a8ff8b7..90718e98 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb @@ -30,6 +30,8 @@ inherit goarch inherit systemd inherit cni_networking +COMPATIBLE_HOST = "^(?!mips).*" + PACKAGECONFIG = "" PACKAGECONFIG[upx] = ",,upx-native" GO_IMPORT = "import"