From: Kai Kang <[email protected]>

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 <[email protected]>
---
 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"
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8308): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8308
Mute This Topic: https://lists.yoctoproject.org/mt/101354135/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to