[meta-intel] [pyro][PATCH 3/4] dpdk: Disable build for MUSL

Anuj Mittal anuj.mittal at intel.com
Tue Jul 3 22:59:39 PDT 2018


From: Saul Wold <sgw at linux.intel.com>

Until the libibverbs package is fixed for MUSL disable both
dpdk and ibverbs

Signed-off-by: Saul Wold <sgw at linux.intel.com>
(cherry picked from commit d90da5961da727d28a963f814cd164c0abf24bbf)
[Removed redundant code]
Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 .../dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb b/common/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb
index 13943ea..32363bb 100644
--- a/common/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb
+++ b/common/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb
@@ -9,6 +9,7 @@ SRC_URI[dpdk-dev-libibverbs.md5sum] = "65234ee278eb437a7069326f37cd4d86"
 SRC_URI[dpdk-dev-libibverbs.sha256sum] = "a6471515556cb8d10ad471bb7efb8cf760b248a28aceb57d4534d50d572f56cd"
 
 COMPATIBLE_MACHINE = "intel-corei7-64"
+COMPATIBLE_HOST_libc-musl_class-target = "null"
 
 S = "${WORKDIR}/${PN}-libibverbs-${PV}"
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
-- 
2.17.1



More information about the meta-intel mailing list