From bde4b1401c265f5b8644a4afe4b64bca6b0edf0f Mon Sep 17 00:00:00 2001 From: Vishal Sagar Date: Wed, 20 May 2020 23:23:57 +0530 Subject: 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 Signed-off-by: Sai Hari Chandana Kalluri --- meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | 4 ++-- 1 file 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" DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices" SECTION = "kernel/modules" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=61ac10ffd8cd46f9637586205af76cea" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=498a38cdcb922b9e987bbbb46e8a9ee5" XLNX_HDMI_VERSION = "5.4.0" PV = "${XLNX_HDMI_VERSION}" @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" BRANCH ?= "rel-v2020.1" REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https" -SRCREV ?= "66e6646e1d2903f94e631fdc9257574416dcec38" +SRCREV ?= "3a6e440b50263a3ed99492aba3e507d7c130355c" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -- cgit v1.2.3-54-g00ecf