mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
containerd: Disable for all mips machines
containerd does not support mips since it depends on boltdb which does not support mips. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
55590b65f2
commit
a092153881
|
@ -88,3 +88,5 @@ FILES_${PN} += "${systemd_system_unitdir}/*"
|
|||
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
INSANE_SKIP_${PN} += "ldflags already-stripped"
|
||||
|
||||
COMPATIBLE_HOST = "^(?!(qemu)?mips).*"
|
||||
|
|
Loading…
Reference in New Issue
Block a user