merged Bruce
On Wed, Feb 20, 2019 at 7:27 PM Joe Slater <[email protected]> wrote: > > Use COMPATIBLE_HOST to prevent building for mipsarch. > > Signed-off-by: Joe Slater <[email protected]> > --- > recipes-connectivity/consul/consul_git.bb | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/recipes-connectivity/consul/consul_git.bb > b/recipes-connectivity/consul/consul_git.bb > index ee49c5e..b0afa03 100644 > --- a/recipes-connectivity/consul/consul_git.bb > +++ b/recipes-connectivity/consul/consul_git.bb > @@ -14,6 +14,10 @@ S = "${WORKDIR}/git" > > inherit systemd go > > +# Besides the hosts specified in goarch, we do not build for mips. > +# > +COMPATIBLE_HOST_mipsarch = "null" > + > SYSTEMD_SERVICE_${PN} = "consul.service" > SYSTEMD_AUTO_ENABLE_${PN} = "enable" > > -- > 2.7.4 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
