summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajesh Gugulothu <rajesh.gugulothu@amd.com>2024-10-22 10:52:25 +0530
committerMark Hatle <mark.hatle@amd.com>2024-10-23 10:45:12 -0500
commit656fc7be2a0a51d0935a7f8b35602fe50a41e5e9 (patch)
treea266131e1ce3641f0f0ff7171fcda1df9422130b
parent42a79491f3c544c975367b9169cef33e88d336a4 (diff)
downloadmeta-xilinx-656fc7be2a0a51d0935a7f8b35602fe50a41e5e9.tar.gz
kernel-module-hdmi: Update the SRCREV for hdmi-modules
Change log: dt-bindings: hdmi-tx-ss: Convert HDMI Tx DT documentation to yaml format dt-bindings: hdmi-rx-ss: Convert HDMI Rx DT documentation to yaml format vphy: Add support for clock primitive dt-bindings: vphy: Add dt entries for Tx/Rx clock primitive Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb
index a7a65ade..56975c9c 100644
--- a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb
+++ b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/git"
10 10
11BRANCH ?= "xlnx_rel_v2024.2" 11BRANCH ?= "xlnx_rel_v2024.2"
12REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" 12REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https"
13SRCREV = "edd297762e0bac3f4c5b64ef67244968e22020e2" 13SRCREV = "4bb89eb3f3062eac8de1aa2b7e64d7f861e18caa"
14 14
15BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 15BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
16SRC_URI = "${REPO};${BRANCHARG}" 16SRC_URI = "${REPO};${BRANCHARG}"