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