summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-kernel
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>2021-09-27 14:33:34 -0600
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 08:22:33 -0700
commit1d2c0f073d3102c3f8ff043d2c3039e6d360118f (patch)
treeb410850ddb676cf5943a313cc636edf11d8f39aa /meta-xilinx-bsp/recipes-kernel
parentcff115f8c25dc277ac7966ce2ca5f281a7a71010 (diff)
downloadmeta-xilinx-1d2c0f073d3102c3f8ff043d2c3039e6d360118f.tar.gz
kernel-module-dp_git.bb: Update branch to 2021.2
Update dp-modules branch to xlnx_rel_2021.2 release branch. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-kernel')
-rwxr-xr-xmeta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb b/meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb
index b2a7ac28..42daadf7 100755
--- a/meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb
+++ b/meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb
@@ -9,7 +9,7 @@ PV = "${XLNX_DP_VERSION}"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12BRANCH ?= "rel-v2021.2" 12BRANCH ?= "xlnx_rel_v2021.2"
13REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" 13REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https"
14SRCREV ?= "249a69434cef40308deda8460274d4d73a7e29f2" 14SRCREV ?= "249a69434cef40308deda8460274d4d73a7e29f2"
15 15