diff options
-rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 2 |
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 | |||
30 | inherit systemd | 30 | inherit systemd |
31 | inherit cni_networking | 31 | inherit cni_networking |
32 | 32 | ||
33 | COMPATIBLE_HOST = "^(?!mips).*" | ||
34 | |||
33 | PACKAGECONFIG = "" | 35 | PACKAGECONFIG = "" |
34 | PACKAGECONFIG[upx] = ",,upx-native" | 36 | PACKAGECONFIG[upx] = ",,upx-native" |
35 | GO_IMPORT = "import" | 37 | GO_IMPORT = "import" |