diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:37 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | 841746173624c57d5d507530836bf9e5003d4d8f (patch) | |
tree | 86b475afe2bb271aaa4bc0a9f154c1e4aba1e14f /recipes-bsp/mcasp-lld | |
parent | bfc869e3e0bf7debae74c4680077cea829d12262 (diff) | |
download | meta-ti-841746173624c57d5d507530836bf9e5003d4d8f.tar.gz |
mcasp-lld: migrate to ti-pdk-fetch.bbclass
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/mcasp-lld')
-rw-r--r-- | recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb index 808a02a9..5775d84b 100644 --- a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb +++ b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | SUMMARY = "TI RTOS low level driver for Multi channel Audio Serial port (McASP)" | 1 | SUMMARY = "TI RTOS low level driver for Multi channel Audio Serial port (McASP)" |
2 | 2 | ||
3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
4 | |||
5 | TI_PDK_COMP = "ti.drv.mcasp" | ||
6 | |||
7 | PE = "1" | ||
4 | 8 | ||
5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=19;endline=47;md5=75a9adc782a6df0d3a5419743e9a9f18" | 10 | LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=19;endline=47;md5=75a9adc782a6df0d3a5419743e9a9f18" |
@@ -8,22 +12,9 @@ LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=19;endline=47;md5=75a9adc782a6df | |||
8 | COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3" | 12 | COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 14 | ||
11 | MCASP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/mcasp-lld.git" | ||
12 | MCASP_LLD_GIT_PROTOCOL = "git" | ||
13 | MCASP_LLD_GIT_BRANCH = "master" | ||
14 | MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" | ||
15 | |||
16 | # Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.15C" | ||
17 | MCASP_LLD_SRCREV = "3b206c0081cc3e78122982948b40a16e2e24522c" | ||
18 | |||
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}" | ||
21 | 15 | ||
22 | SRCREV = "${MCASP_LLD_SRCREV}" | ||
23 | PV = "01.01.00.15C" | ||
24 | PR = "r0" | 16 | PR = "r0" |
25 | 17 | ||
26 | S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" | ||
27 | 18 | ||
28 | DEPENDS_append = " edma3-lld-rtos \ | 19 | DEPENDS_append = " edma3-lld-rtos \ |
29 | osal-rtos \ | 20 | osal-rtos \ |