summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-06-27 10:23:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-27 21:07:23 +0000
commitdc59692939d3bcb4c3a4923ffec17460d011876d (patch)
tree76b6ad7988733a467efab0774208849d43029a93 /recipes-bsp
parent168dd8d06bb5dc7e8f5618095271fe25794a384d (diff)
downloadmeta-ti-dc59692939d3bcb4c3a4923ffec17460d011876d.tar.gz
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 <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb8
1 files 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)"
3inherit ti-pdk 3inherit ti-pdk
4 4
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=1;endline=47;md5=25868d96216e5d6f286d5fb05a3be9f4" 6LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=19;endline=47;md5=75a9adc782a6df0d3a5419743e9a9f18"
7 7
8COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3" 8COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -13,14 +13,14 @@ MCASP_LLD_GIT_PROTOCOL = "git"
13MCASP_LLD_GIT_BRANCH = "master" 13MCASP_LLD_GIT_BRANCH = "master"
14MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" 14MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp"
15 15
16# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.13" 16# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.14"
17MCASP_LLD_SRCREV = "81bb0c58f736485f9e15102f8396aea3ecec591e" 17MCASP_LLD_SRCREV = "e9d0f50e8f18052403708974cf7f1116534ca84f"
18 18
19BRANCH = "${MCASP_LLD_GIT_BRANCH}" 19BRANCH = "${MCASP_LLD_GIT_BRANCH}"
20SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${MCASP_LLD_SRCREV}" 22SRCREV = "${MCASP_LLD_SRCREV}"
23PV = "01.01.00.13" 23PV = "01.01.00.14"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"