summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk-module_20.11.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/dpdk/dpdk-module_20.11.1.bb')
-rw-r--r--recipes-extended/dpdk/dpdk-module_20.11.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk-module_20.11.1.bb b/recipes-extended/dpdk/dpdk-module_20.11.1.bb
index 85d708c..42fe229 100644
--- a/recipes-extended/dpdk/dpdk-module_20.11.1.bb
+++ b/recipes-extended/dpdk/dpdk-module_20.11.1.bb
@@ -16,6 +16,10 @@ inherit module
16#kernel module needs 'rte_build_config.h', which is generated at buid time 16#kernel module needs 'rte_build_config.h', which is generated at buid time
17DEPENDS += "dpdk" 17DEPENDS += "dpdk"
18 18
19COMPATIBLE_MACHINE = "null"
20COMPATIBLE_HOST:libc-musl:class-target = "null"
21COMPATIBLE_HOST:linux-gnux32 = "null"
22
19export S 23export S
20export STAGING_KERNEL_DIR 24export STAGING_KERNEL_DIR
21export STAGING_INCDIR 25export STAGING_INCDIR