From dc59692939d3bcb4c3a4923ffec17460d011876d Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 27 Jun 2019 10:23:40 +0000 Subject: [PATCH] mcasp-lld-rtos:SRCREV update to 01.01.00.14 LIC_FILES_CHECKSUM now calculates checksum on the copyright, skipping the year which can change. The checksum contents itself have not changed Signed-off-by: Denys Dmytriyenko --- recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb index 0b10081d..96ff7b54 100644 --- a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb +++ b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb @@ -3,7 +3,7 @@ SUMMARY = "TI RTOS low level driver for Multi channel Audio Serial port (McASP)" inherit ti-pdk LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=1;endline=47;md5=25868d96216e5d6f286d5fb05a3be9f4" +LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=19;endline=47;md5=75a9adc782a6df0d3a5419743e9a9f18" COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -13,14 +13,14 @@ MCASP_LLD_GIT_PROTOCOL = "git" MCASP_LLD_GIT_BRANCH = "master" MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" -# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.13" -MCASP_LLD_SRCREV = "81bb0c58f736485f9e15102f8396aea3ecec591e" +# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.14" +MCASP_LLD_SRCREV = "e9d0f50e8f18052403708974cf7f1116534ca84f" BRANCH = "${MCASP_LLD_GIT_BRANCH}" SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${MCASP_LLD_SRCREV}" -PV = "01.01.00.13" +PV = "01.01.00.14" PR = "r0" S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"