summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-06-17 17:54:33 -0700
committerSaul Wold <sgw@linux.intel.com>2017-06-20 11:55:05 -0700
commitd90da5961da727d28a963f814cd164c0abf24bbf (patch)
tree9a1d2043cb24d1ad54c8cf3f71ce251dac939573 /common
parent86c55b1296a1c0b1fab6a3fd339bed0aafc92c07 (diff)
downloadmeta-intel-d90da5961da727d28a963f814cd164c0abf24bbf.tar.gz
dpdk: Disable build for MUSL
Until the libibverbs package is fixed for MUSL disable both dpdk and ibverbs Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-extended/dpdk-dev-libibverbs/dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb1
-rw-r--r--common/recipes-extended/dpdk/dpdk.inc2
2 files changed, 3 insertions, 0 deletions
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 13943ea7..32363bbc 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"
9SRC_URI[dpdk-dev-libibverbs.sha256sum] = "a6471515556cb8d10ad471bb7efb8cf760b248a28aceb57d4534d50d572f56cd" 9SRC_URI[dpdk-dev-libibverbs.sha256sum] = "a6471515556cb8d10ad471bb7efb8cf760b248a28aceb57d4534d50d572f56cd"
10 10
11COMPATIBLE_MACHINE = "intel-corei7-64" 11COMPATIBLE_MACHINE = "intel-corei7-64"
12COMPATIBLE_HOST_libc-musl_class-target = "null"
12 13
13S = "${WORKDIR}/${PN}-libibverbs-${PV}" 14S = "${WORKDIR}/${PN}-libibverbs-${PV}"
14COMPATIBLE_HOST = '(i.86|x86_64).*-linux' 15COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
diff --git a/common/recipes-extended/dpdk/dpdk.inc b/common/recipes-extended/dpdk/dpdk.inc
index 77bd4a8b..bfb30341 100644
--- a/common/recipes-extended/dpdk/dpdk.inc
+++ b/common/recipes-extended/dpdk/dpdk.inc
@@ -14,6 +14,8 @@ SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \
14 " 14 "
15 15
16COMPATIBLE_MACHINE = "intel-corei7-64" 16COMPATIBLE_MACHINE = "intel-corei7-64"
17COMPATIBLE_HOST_libc-musl_class-target = "null"
18
17 19
18# dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat. 20# dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat.
19# fuse is in meta-filesystems and qat is not yet upstreamed. 21# fuse is in meta-filesystems and qat is not yet upstreamed.