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

Joe Slater joe.slater at windriver.com
Wed Feb 20 16:26:27 PST 2019


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



More information about the meta-virtualization mailing list