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) +