summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb b/meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb
index abce8d16..2545d383 100644
--- a/meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb
+++ b/meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb
@@ -3,7 +3,7 @@ include dpdk.inc
3SRC_URI = "git://github.com/Xilinx-CNS/cns-dpdk-next-sfc.git;branch=${BRANCH};protocol=https" 3SRC_URI = "git://github.com/Xilinx-CNS/cns-dpdk-next-sfc.git;branch=${BRANCH};protocol=https"
4 4
5BRANCH = "cdx_22.11" 5BRANCH = "cdx_22.11"
6SRCREV = "92339d519b50996915e7dbb5b8246b34febcba93" 6SRCREV = "59161e5e88faf7475a8db180efe6d6f5113631b4"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8 8
9# kernel module is provide by dpdk-module recipe, so disable here 9# kernel module is provide by dpdk-module recipe, so disable here