[meta-virtualization] [meta-virt][PATCH 1/1] riddler: do not try to build for mips

Joe Slater joe.slater at windriver.com
Tue Feb 5 11:14:47 PST 2019


This recipe does not build for mips, so set COMPATIBLE_HOST to avoid that.

Signed-off-by: Joe Slater <joe.slater at windriver.com>
---
 recipes-containers/riddler/riddler_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb
index 9f7fe6b..0897606 100644
--- a/recipes-containers/riddler/riddler_git.bb
+++ b/recipes-containers/riddler/riddler_git.bb
@@ -13,6 +13,10 @@ S = "${WORKDIR}/git"
 inherit goarch
 inherit go
 
+# In addition to hosts go does not like, we do not build for mips.
+#
+COMPATIBLE_HOST_mipsarch = "null"
+
 # This disables seccomp and apparmor, which are on by default in the
 # go package. 
 EXTRA_OEMAKE="BUILDTAGS=''"
-- 
2.7.4



More information about the meta-virtualization mailing list