summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Sagar <vishal.sagar@xilinx.com>2020-05-20 23:23:57 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-05-20 16:03:48 -0700
commitbde4b1401c265f5b8644a4afe4b64bca6b0edf0f (patch)
tree811cae43dd5e9126b58348d8a0b8552e5f42887a
parenta74d9350d949965e3625eec22225190a9f172e40 (diff)
downloadmeta-xilinx-bde4b1401c265f5b8644a4afe4b64bca6b0edf0f.tar.gz
kernel-module-hdmi: Update commit id and license md5sum for 2020.1
Update the commit id and md5sum of LICENSE.md for 2020.1 release. The external github repo is updated to have same commits as internal git repo. The LICENSE.md md5sum has changed due to whitespace being removed. 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.bb4
1 files changed, 2 insertions, 2 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 a3d247fd..a98d46bb 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,7 +2,7 @@ SUMMARY = "Xilinx HDMI Linux Kernel module"
2DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices" 2DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices"
3SECTION = "kernel/modules" 3SECTION = "kernel/modules"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=61ac10ffd8cd46f9637586205af76cea" 5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=498a38cdcb922b9e987bbbb46e8a9ee5"
6 6
7XLNX_HDMI_VERSION = "5.4.0" 7XLNX_HDMI_VERSION = "5.4.0"
8PV = "${XLNX_HDMI_VERSION}" 8PV = "${XLNX_HDMI_VERSION}"
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
11 11
12BRANCH ?= "rel-v2020.1" 12BRANCH ?= "rel-v2020.1"
13REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https" 13REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https"
14SRCREV ?= "66e6646e1d2903f94e631fdc9257574416dcec38" 14SRCREV ?= "3a6e440b50263a3ed99492aba3e507d7c130355c"
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}"