summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-09-19 15:03:00 -0500
committerMark Hatle <mark.hatle@amd.com>2022-09-20 07:32:16 -0700
commitd142dd5cdc5e8206016b4ef2292d05da09ce316e (patch)
tree1bfd61e62136307cbc7dc631edda78323553c0b4 /meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb
parent38d798b5503b6d3af1a625cb3aa0b58e07e9ef3c (diff)
downloadmeta-xilinx-d142dd5cdc5e8206016b4ef2292d05da09ce316e.tar.gz
various: Move to 2022.2 release branch
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb')
-rwxr-xr-xmeta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb
index 88a2876d..7214a8b8 100755
--- a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb
+++ b/meta-xilinx-core/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 ?= "master" 12BRANCH ?= "xlnx_rel_v2022.2"
13REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" 13REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https"
14SRCREV ?= "c57b2ce95ee6c86f35caecbc7007644ff8f6d337" 14SRCREV ?= "c57b2ce95ee6c86f35caecbc7007644ff8f6d337"
15 15