On 2021-12-21 04:39, He Zhe wrote:
dpdk-module can now be built against qemux86 and etc. that do not support it
at all. To avoid confusing the users with compile-time errors, let's align it
with dpdk.
Anuj,
Did you miss this one?
../Randy
Signed-off-by: He Zhe <[email protected]>
---
recipes-extended/dpdk/dpdk-module_20.11.1.bb | 4 ++++
recipes-extended/dpdk/dpdk-module_21.11.0.bb | 4 ++++
2 files changed, 8 insertions(+)
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
#kernel module needs 'rte_build_config.h', which is generated at buid time
DEPENDS += "dpdk"
+COMPATIBLE_MACHINE = "null"
+COMPATIBLE_HOST:libc-musl:class-target = "null"
+COMPATIBLE_HOST:linux-gnux32 = "null"
+
export S
export STAGING_KERNEL_DIR
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
#kernel module needs 'rte_build_config.h', which is generated at buid time
DEPENDS += "dpdk"
+COMPATIBLE_MACHINE = "null"
+COMPATIBLE_HOST:libc-musl:class-target = "null"
+COMPATIBLE_HOST:linux-gnux32 = "null"
+
export S
export STAGING_KERNEL_DIR
export STAGING_INCDIR
--
# Randy MacLeod
# Wind River Linux
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7398):
https://lists.yoctoproject.org/g/meta-intel/message/7398
Mute This Topic: https://lists.yoctoproject.org/mt/87874370/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-