diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-06-27 10:23:40 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-27 21:07:23 +0000 |
commit | dc59692939d3bcb4c3a4923ffec17460d011876d (patch) | |
tree | 76b6ad7988733a467efab0774208849d43029a93 /recipes-bsp | |
parent | 168dd8d06bb5dc7e8f5618095271fe25794a384d (diff) | |
download | meta-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.bb | 8 |
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)" | |||
3 | inherit ti-pdk | 3 | inherit ti-pdk |
4 | 4 | ||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=1;endline=47;md5=25868d96216e5d6f286d5fb05a3be9f4" | 6 | LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=19;endline=47;md5=75a9adc782a6df0d3a5419743e9a9f18" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3" | 8 | COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -13,14 +13,14 @@ MCASP_LLD_GIT_PROTOCOL = "git" | |||
13 | MCASP_LLD_GIT_BRANCH = "master" | 13 | MCASP_LLD_GIT_BRANCH = "master" |
14 | MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" | 14 | MCASP_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" |
17 | MCASP_LLD_SRCREV = "81bb0c58f736485f9e15102f8396aea3ecec591e" | 17 | MCASP_LLD_SRCREV = "e9d0f50e8f18052403708974cf7f1116534ca84f" |
18 | 18 | ||
19 | BRANCH = "${MCASP_LLD_GIT_BRANCH}" | 19 | BRANCH = "${MCASP_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${MCASP_LLD_SRCREV}" | 22 | SRCREV = "${MCASP_LLD_SRCREV}" |
23 | PV = "01.01.00.13" | 23 | PV = "01.01.00.14" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" | 26 | S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" |