summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"