From eb67f2effc98b3ab5574a212a54551f2842858ed Mon Sep 17 00:00:00 2001 From: Vishal Sagar Date: Tue, 3 Nov 2020 21:56:00 +0530 Subject: 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 Signed-off-by: Sai Hari Chandana Kalluri --- meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | 6 +++--- 1 file 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" 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}" S = "${WORKDIR}/git" -BRANCH ?= "rel-v2020.1" +BRANCH ?= "rel-v2020.2" REPO ?= "git://github.com/xilinx/hdmi-modules.git;protocol=https" -SRCREV ?= "3a6e440b50263a3ed99492aba3e507d7c130355c" +SRCREV ?= "2cbacc12910bab236e491c5aa44999fa16cbaea9" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -- cgit v1.2.3-54-g00ecf