summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mcasp-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commit841746173624c57d5d507530836bf9e5003d4d8f (patch)
tree86b475afe2bb271aaa4bc0a9f154c1e4aba1e14f /recipes-bsp/mcasp-lld
parentbfc869e3e0bf7debae74c4680077cea829d12262 (diff)
downloadmeta-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.bb19
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 @@
1SUMMARY = "TI RTOS low level driver for Multi channel Audio Serial port (McASP)" 1SUMMARY = "TI RTOS low level driver for Multi channel Audio Serial port (McASP)"
2 2
3inherit ti-pdk 3inherit ti-pdk ti-pdk-fetch
4
5TI_PDK_COMP = "ti.drv.mcasp"
6
7PE = "1"
4 8
5LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=19;endline=47;md5=75a9adc782a6df0d3a5419743e9a9f18" 10LIC_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
8COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3" 12COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
10 14
11MCASP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/mcasp-lld.git"
12MCASP_LLD_GIT_PROTOCOL = "git"
13MCASP_LLD_GIT_BRANCH = "master"
14MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp"
15
16# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.15C"
17MCASP_LLD_SRCREV = "3b206c0081cc3e78122982948b40a16e2e24522c"
18
19BRANCH = "${MCASP_LLD_GIT_BRANCH}"
20SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 15
22SRCREV = "${MCASP_LLD_SRCREV}"
23PV = "01.01.00.15C"
24PR = "r0" 16PR = "r0"
25 17
26S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"
27 18
28DEPENDS_append = " edma3-lld-rtos \ 19DEPENDS_append = " edma3-lld-rtos \
29 osal-rtos \ 20 osal-rtos \