diff options
-rw-r--r-- | meta-dpdk/recipes-extended/dpdk/dpdk_22.11.0.bb | 2 |
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 | |||
3 | SRC_URI = "git://github.com/Xilinx-CNS/cns-dpdk-next-sfc.git;branch=${BRANCH};protocol=https" | 3 | SRC_URI = "git://github.com/Xilinx-CNS/cns-dpdk-next-sfc.git;branch=${BRANCH};protocol=https" |
4 | 4 | ||
5 | BRANCH = "cdx_22.11" | 5 | BRANCH = "cdx_22.11" |
6 | SRCREV = "92339d519b50996915e7dbb5b8246b34febcba93" | 6 | SRCREV = "59161e5e88faf7475a8db180efe6d6f5113631b4" |
7 | S = "${WORKDIR}/git" | 7 | S = "${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 |