diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-04 14:11:33 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-04 14:11:33 -0800 |
| commit | 5d0b239c4295f48b05d0ab8a15cf60df13290d29 (patch) | |
| tree | 6550f89471f80761e4c4de8b59d6e65a5b35e566 /meta-xilinx-core/recipes-kernel/hdmi | |
| parent | 2528435a98efbdc1f6b80bd0ecc315ac9fa93177 (diff) | |
| download | meta-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.bb | 4 |
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" | |||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b34277fe156508fd5a650609dc36d1fe" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b34277fe156508fd5a650609dc36d1fe" |
| 6 | 6 | ||
| 7 | XLNX_HDMI_VERSION = "5.10.0" | 7 | XLNX_HDMI_VERSION = "5.15.0" |
| 8 | PV = "${XLNX_HDMI_VERSION}" | 8 | PV = "${XLNX_HDMI_VERSION}" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | BRANCH ?= "master" | 12 | BRANCH ?= "master" |
| 13 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" |
| 14 | SRCREV = "7199973cb7fa91776335be58e38521b77231e9fe" | 14 | SRCREV = "bd448ffdbf59c1643160c0edd1b3a676fd0e23ed" |
| 15 | 15 | ||
| 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 17 | SRC_URI = "${REPO};${BRANCHARG}" | 17 | SRC_URI = "${REPO};${BRANCHARG}" |
