All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virt][m-c-s][PATCH 1/1] consul: do not try to build for mips
@ 2019-02-21  0:26 Joe Slater
  2019-02-21  3:17 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2019-02-21  0:26 UTC (permalink / raw)
  To: meta-virtualization

Use COMPATIBLE_HOST to prevent building for mipsarch.

Signed-off-by: Joe Slater <joe.slater@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virt][m-c-s][PATCH 1/1] consul: do not try to build for mips
  2019-02-21  0:26 [meta-virt][m-c-s][PATCH 1/1] consul: do not try to build for mips Joe Slater
@ 2019-02-21  3:17 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2019-02-21  3:17 UTC (permalink / raw)
  To: Joe Slater; +Cc: meta-virtualization

merged

Bruce

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-21  3:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-21  0:26 [meta-virt][m-c-s][PATCH 1/1] consul: do not try to build for mips Joe Slater
2019-02-21  3:17 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.