diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-10-22 17:08:01 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-23 10:45:12 -0500 |
commit | 42a79491f3c544c975367b9169cef33e88d336a4 (patch) | |
tree | 6173a945a91fabdea70ec1f44ca4c138d210be63 | |
parent | 6342b81deebf96d5526ba8cc70214cc8c3898a2f (diff) | |
download | meta-xilinx-42a79491f3c544c975367b9169cef33e88d336a4.tar.gz |
kernel-module-hdmi: Move to 2024.2 branch
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 (renamed from meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.10.bb b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb index 318a3cc0..a7a65ade 100644 --- a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.10.bb +++ b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb | |||
@@ -8,7 +8,7 @@ PV .= "+git" | |||
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | BRANCH ?= "xlnx_rel_v2024.1" | 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 = "edd297762e0bac3f4c5b64ef67244968e22020e2" |
14 | 14 | ||