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