diff options
author | Vishal Sagar <vishal.sagar@xilinx.com> | 2020-11-03 21:56:00 +0530 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-11-03 09:45:39 -0800 |
commit | eb67f2effc98b3ab5574a212a54551f2842858ed (patch) | |
tree | 1ce2dc26935aba690680f93e4e4f0dd92009083b | |
parent | dc623bac0bfbdf374c5417c4eba7ff01918fd625 (diff) | |
download | meta-xilinx-eb67f2effc98b3ab5574a212a54551f2842858ed.tar.gz |
kernel-module-hdmi: Update commit id and license md5sum for 2020.2
Update branch, commit id and LICENSE md5sum for 2020.2
Signed-off-by: Vishal Sagar <vishal.sagar@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb b/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb index e2ce3eca..6a88ac51 100644 --- a/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb +++ b/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | |||
@@ -2,16 +2,16 @@ SUMMARY = "Xilinx HDMI Linux Kernel module" | |||
2 | DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices" | 2 | DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices" |
3 | SECTION = "kernel/modules" | 3 | SECTION = "kernel/modules" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=61ac10ffd8cd46f9637586205af76cea" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=498a38cdcb922b9e987bbbb46e8a9ee5" |
6 | 6 | ||
7 | XLNX_HDMI_VERSION = "5.4.0" | 7 | XLNX_HDMI_VERSION = "5.4.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 ?= "rel-v2020.1" | 12 | BRANCH ?= "rel-v2020.2" |
13 | REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https" |
14 | SRCREV ?= "3a6e440b50263a3ed99492aba3e507d7c130355c" | 14 | SRCREV ?= "2cbacc12910bab236e491c5aa44999fa16cbaea9" |
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}" |