summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-kernel
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@amd.com>2023-08-29 18:11:36 +0100
committerMark Hatle <mark.hatle@amd.com>2023-08-29 14:59:44 -0500
commitd95c0802ba95d4f2a1d491c4a9a81dde46dc8a6b (patch)
treea6e8afd8280280dec072c2a562f964fdb90e16a0 /meta-xilinx-core/recipes-kernel
parenta3eb6c1132cfeae1ee663db7a89fe18bf4b6c195 (diff)
downloadmeta-xilinx-d95c0802ba95d4f2a1d491c4a9a81dde46dc8a6b.tar.gz
kernel-module-dp: Update branch to xlnx_rel_v2023.2
Changelog: (none) Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-kernel')
-rw-r--r--meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.2.bb b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.2.bb
index 7849cc93..d1c6bd3d 100644
--- a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.2.bb
+++ b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.2.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.2"
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