summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2019-04-08 14:23:12 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-04-12 10:51:43 -0400
commit215b97571f52d43915eda1fdc5cd80719687abcd (patch)
treeb5d4582db7e153e32444c4737dcfd1b89aed98a4 /recipes-extended
parent394aee1ce7960045787e74e162326835f67ca619 (diff)
downloadmeta-cloud-services-215b97571f52d43915eda1fdc5cd80719687abcd.tar.gz
libibverbs: do not try to build for arm 32 bit or any mips
arch.h does not contain macros for 32 bit arm or any mips arch. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/libibverbs/libibverbs_1.2.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/libibverbs/libibverbs_1.2.1.bb b/recipes-extended/libibverbs/libibverbs_1.2.1.bb
index dd74522..fa7eee6 100644
--- a/recipes-extended/libibverbs/libibverbs_1.2.1.bb
+++ b/recipes-extended/libibverbs/libibverbs_1.2.1.bb
@@ -29,3 +29,6 @@ do_install_append() {
29 29
30PROVIDES = "virtual/libibverbs" 30PROVIDES = "virtual/libibverbs"
31RPROVIDES_${PN} = "virtual/libibverbs" 31RPROVIDES_${PN} = "virtual/libibverbs"
32
33COMPATIBLE_HOST_mipsarch = "none"
34COMPATIBLE_HOST_arm = "none"