summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2023-09-14 15:53:00 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-15 17:30:14 +0000
commit64c7c56236e34f128c96eec0a40b4e28ec2f1b11 (patch)
tree8577abd9ca9677985354d7fd95115ac19a441374
parent14a3a0393765ac227d7416818fccef68985f63ef (diff)
downloadmeta-virtualization-64c7c56236e34f128c96eec0a40b4e28ec2f1b11.tar.gz
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>
-rw-r--r--recipes-containers/k3s/k3s_git.bb2
1 files changed, 2 insertions, 0 deletions
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
30inherit systemd 30inherit systemd
31inherit cni_networking 31inherit cni_networking
32 32
33COMPATIBLE_HOST = "^(?!mips).*"
34
33PACKAGECONFIG = "" 35PACKAGECONFIG = ""
34PACKAGECONFIG[upx] = ",,upx-native" 36PACKAGECONFIG[upx] = ",,upx-native"
35GO_IMPORT = "import" 37GO_IMPORT = "import"