summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/dpdk/dpdk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-extended/dpdk/dpdk.inc')
-rw-r--r--common/recipes-extended/dpdk/dpdk.inc2
1 files changed, 2 insertions, 0 deletions
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.