[meta-virtualization] [meta-virt][m-c-s][PATCH 1/1] consul: do not try to build for mips

Bruce Ashfield bruce.ashfield at gmail.com
Wed Feb 20 19:17:06 PST 2019


merged

Bruce

On Wed, Feb 20, 2019 at 7:27 PM Joe Slater <joe.slater at windriver.com> wrote:
>
> Use COMPATIBLE_HOST to prevent building for mipsarch.
>
> Signed-off-by: Joe Slater <joe.slater at windriver.com>
> ---
>  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
> meta-virtualization at yoctoproject.org
> 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


More information about the meta-virtualization mailing list