merged. Bruce
On Mon, Sep 24, 2018 at 11:28 PM, <[email protected]> wrote: > From: He Zhe <[email protected]> > > containerd does not support mips since it depends on boltdb which does not > support mips. > > Signed-off-by: He Zhe <[email protected]> > --- > recipes-containers/containerd/containerd.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-containers/containerd/containerd.inc > b/recipes-containers/containerd/containerd.inc > index eb47cc9..0eca5a6 100644 > --- a/recipes-containers/containerd/containerd.inc > +++ b/recipes-containers/containerd/containerd.inc > @@ -88,3 +88,5 @@ FILES_${PN} += "${systemd_system_unitdir}/*" > > INHIBIT_PACKAGE_STRIP = "1" > INSANE_SKIP_${PN} += "ldflags already-stripped" > + > +COMPATIBLE_HOST = "^(?!(qemu)?mips).*" > -- > 2.7.4 > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
