summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-kernel/dp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-03-03 13:43:31 -0600
committerMark Hatle <mark.hatle@amd.com>2023-03-08 07:31:02 -0800
commita9ed5dd4e020b5924b4633c808488fb08f546d58 (patch)
tree68b3181b19e310f652cee4b74217b0de8c59b448 /meta-xilinx-core/recipes-kernel/dp
parent7c0f00df2c4d364635c57f2ed7c9b3a67d76ef1c (diff)
downloadmeta-xilinx-a9ed5dd4e020b5924b4633c808488fb08f546d58.tar.gz
Branch to 2023.1
Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 39bcac39bea4fd22c23ffab003227c34759d7a53) Update only versioned components to 2023.1 branches. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-kernel/dp')
-rw-r--r--meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb
index 7849cc93..28770994 100644
--- a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb
+++ b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb
@@ -9,7 +9,7 @@ PV = "${XLNX_DP_VERSION}+xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', Fal
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12BRANCH ?= "master" 12BRANCH ?= "xlnx_rel_v2023.1"
13REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" 13REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https"
14SRCREV ?= "5b0969ac09f301c33bccc140c8f60e832f5cf222" 14SRCREV ?= "5b0969ac09f301c33bccc140c8f60e832f5cf222"
15 15