From 42a79491f3c544c975367b9169cef33e88d336a4 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 22 Oct 2024 17:08:01 -0500 Subject: kernel-module-hdmi: Move to 2024.2 branch Signed-off-by: Mark Hatle --- .../hdmi/kernel-module-hdmi_6.6.10.bb | 26 ---------------------- .../hdmi/kernel-module-hdmi_6.6.40.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.10.bb create mode 100644 meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb 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.10.bb deleted file mode 100644 index 318a3cc0..00000000 --- a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.10.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Xilinx HDMI Linux Kernel module" -DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices" -SECTION = "kernel/modules" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b34277fe156508fd5a650609dc36d1fe" - -PV .= "+git" - -S = "${WORKDIR}/git" - -BRANCH ?= "xlnx_rel_v2024.1" -REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" -SRCREV = "edd297762e0bac3f4c5b64ef67244968e22020e2" - -BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" -SRC_URI = "${REPO};${BRANCHARG}" - -SRC_URI += "file://0001-Support-both-pre-6.4.0-and-current-kernels.patch" - -inherit module - -EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}" -COMPATIBLE_MACHINE = "^$" -COMPATIBLE_MACHINE:zynqmp = "zynqmp" -COMPATIBLE_MACHINE:versal = "versal" -COMPATIBLE_MACHINE:versal-net = "versal-net" 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 new file mode 100644 index 00000000..a7a65ade --- /dev/null +++ b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb @@ -0,0 +1,26 @@ +SUMMARY = "Xilinx HDMI Linux Kernel module" +DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices" +SECTION = "kernel/modules" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b34277fe156508fd5a650609dc36d1fe" + +PV .= "+git" + +S = "${WORKDIR}/git" + +BRANCH ?= "xlnx_rel_v2024.2" +REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" +SRCREV = "edd297762e0bac3f4c5b64ef67244968e22020e2" + +BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" +SRC_URI = "${REPO};${BRANCHARG}" + +SRC_URI += "file://0001-Support-both-pre-6.4.0-and-current-kernels.patch" + +inherit module + +EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}" +COMPATIBLE_MACHINE = "^$" +COMPATIBLE_MACHINE:zynqmp = "zynqmp" +COMPATIBLE_MACHINE:versal = "versal" +COMPATIBLE_MACHINE:versal-net = "versal-net" -- cgit v1.2.3-54-g00ecf