diff options
author | Rajesh Gugulothu <rajesh.gugulothu@amd.com> | 2024-10-22 10:52:25 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-23 10:45:12 -0500 |
commit | 656fc7be2a0a51d0935a7f8b35602fe50a41e5e9 (patch) | |
tree | a266131e1ce3641f0f0ff7171fcda1df9422130b | |
parent | 42a79491f3c544c975367b9169cef33e88d336a4 (diff) | |
download | meta-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.bb | 2 |
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 | ||
11 | BRANCH ?= "xlnx_rel_v2024.2" | 11 | BRANCH ?= "xlnx_rel_v2024.2" |
12 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" |
13 | SRCREV = "edd297762e0bac3f4c5b64ef67244968e22020e2" | 13 | SRCREV = "4bb89eb3f3062eac8de1aa2b7e64d7f861e18caa" |
14 | 14 | ||
15 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 15 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
16 | SRC_URI = "${REPO};${BRANCHARG}" | 16 | SRC_URI = "${REPO};${BRANCHARG}" |