mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
14a3a03937
commit
64c7c56236
|
@ -30,6 +30,8 @@ inherit goarch
|
|||
inherit systemd
|
||||
inherit cni_networking
|
||||
|
||||
COMPATIBLE_HOST = "^(?!mips).*"
|
||||
|
||||
PACKAGECONFIG = ""
|
||||
PACKAGECONFIG[upx] = ",,upx-native"
|
||||
GO_IMPORT = "import"
|
||||
|
|
Loading…
Reference in New Issue
Block a user