diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/dpdk/dpdk-module_20.11.1.bb | 4 | ||||
-rw-r--r-- | recipes-extended/dpdk/dpdk-module_21.11.0.bb | 4 |
2 files changed, 8 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 |
17 | DEPENDS += "dpdk" | 17 | DEPENDS += "dpdk" |
18 | 18 | ||
19 | COMPATIBLE_MACHINE = "null" | ||
20 | COMPATIBLE_HOST:libc-musl:class-target = "null" | ||
21 | COMPATIBLE_HOST:linux-gnux32 = "null" | ||
22 | |||
19 | export S | 23 | export S |
20 | export STAGING_KERNEL_DIR | 24 | export STAGING_KERNEL_DIR |
21 | export STAGING_INCDIR | 25 | export STAGING_INCDIR |
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 |
16 | DEPENDS += "dpdk" | 16 | DEPENDS += "dpdk" |
17 | 17 | ||
18 | COMPATIBLE_MACHINE = "null" | ||
19 | COMPATIBLE_HOST:libc-musl:class-target = "null" | ||
20 | COMPATIBLE_HOST:linux-gnux32 = "null" | ||
21 | |||
18 | export S | 22 | export S |
19 | export STAGING_KERNEL_DIR | 23 | export STAGING_KERNEL_DIR |
20 | export STAGING_INCDIR | 24 | export STAGING_INCDIR |