Refresh patch to fix following build error in dpdk-module: ~build/tmp-glibc/work/intel_skylake_64-oe-linux/dpdk-module/23.03-r0/git/kernel/linux/kni/kni_net.c:22:10: fatal error: rte_kni_common.h: No such file or directory
Signed-off-by: Yogesh Tyagi <[email protected]> --- .../dpdk/{dpdk-module_22.07.0.bb => dpdk-module_23.03.bb} | 2 +- recipes-extended/dpdk/dpdk/0001-Makefile-add-makefile.patch | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename recipes-extended/dpdk/{dpdk-module_22.07.0.bb => dpdk-module_23.03.bb} (96%) diff --git a/recipes-extended/dpdk/dpdk-module_22.07.0.bb b/recipes-extended/dpdk/dpdk-module_23.03.bb similarity index 96% rename from recipes-extended/dpdk/dpdk-module_22.07.0.bb rename to recipes-extended/dpdk/dpdk-module_23.03.bb index 3fcbf1e..b8f6c95 100644 --- a/recipes-extended/dpdk/dpdk-module_22.07.0.bb +++ b/recipes-extended/dpdk/dpdk-module_23.03.bb @@ -7,7 +7,7 @@ SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \ " BRANCH = "releases" -SRCREV = "4fceceed5b5e9fbf04acffd66239c79d81e79260" +SRCREV = "189c02f5ec891ed02927062e124e8ca03adf74e7" S = "${WORKDIR}/git" inherit module diff --git a/recipes-extended/dpdk/dpdk/0001-Makefile-add-makefile.patch b/recipes-extended/dpdk/dpdk/0001-Makefile-add-makefile.patch index 18b75fb..0fc849b 100644 --- a/recipes-extended/dpdk/dpdk/0001-Makefile-add-makefile.patch +++ b/recipes-extended/dpdk/dpdk/0001-Makefile-add-makefile.patch @@ -41,6 +41,7 @@ index 0000000000..19897ee06e +MODULE_CFLAGS += -I$(S)/lib/librte_eal/include +MODULE_CFLAGS += -I$(S)/lib/librte_kni +MODULE_CFLAGS += -I$(S)/kernel/linux/kni ++MODULE_CFLAGS += -I$(S)/lib/kni +MODULE_CFLAGS += -I$(S) +MODULE_CFLAGS += -I$(STAGING_INCDIR) + -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7944): https://lists.yoctoproject.org/g/meta-intel/message/7944 Mute This Topic: https://lists.yoctoproject.org/mt/98781593/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
