summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-kernel/hdmi
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-01-04 14:11:33 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-04 14:11:33 -0800
commit5d0b239c4295f48b05d0ab8a15cf60df13290d29 (patch)
tree6550f89471f80761e4c4de8b59d6e65a5b35e566 /meta-xilinx-core/recipes-kernel/hdmi
parent2528435a98efbdc1f6b80bd0ecc315ac9fa93177 (diff)
downloadmeta-xilinx-5d0b239c4295f48b05d0ab8a15cf60df13290d29.tar.gz
kernel-module-hdmi: Support 5.15 kernel
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-kernel/hdmi')
-rw-r--r--meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
index 0b7d65ac..b3489bb7 100644
--- a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
+++ b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
@@ -4,14 +4,14 @@ SECTION = "kernel/modules"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b34277fe156508fd5a650609dc36d1fe" 5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b34277fe156508fd5a650609dc36d1fe"
6 6
7XLNX_HDMI_VERSION = "5.10.0" 7XLNX_HDMI_VERSION = "5.15.0"
8PV = "${XLNX_HDMI_VERSION}" 8PV = "${XLNX_HDMI_VERSION}"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12BRANCH ?= "master" 12BRANCH ?= "master"
13REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" 13REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https"
14SRCREV = "7199973cb7fa91776335be58e38521b77231e9fe" 14SRCREV = "bd448ffdbf59c1643160c0edd1b3a676fd0e23ed"
15 15
16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
17SRC_URI = "${REPO};${BRANCHARG}" 17SRC_URI = "${REPO};${BRANCHARG}"