summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:54 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-06 22:38:10 +0000
commiteda458e5a650680080b68ba2d6e17240200ee40d (patch)
tree0f044f0ace394edb7d95d35cef08da8334f16022
parent6211c51c1c2fad724a1931613c33297227b12b03 (diff)
downloadmeta-ti-eda458e5a650680080b68ba2d6e17240200ee40d.tar.gz
tsip-lld: migrate to ti-pdk-fetch.bbclass
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb18
1 files changed, 5 insertions, 13 deletions
diff --git a/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb b/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb
index 6da80ddd..bd8a6e37 100644
--- a/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb
+++ b/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb
@@ -1,6 +1,10 @@
1SUMMARY = "TI RTOS low level driver for Telecom Serial Interface Port (TSIP)" 1SUMMARY = "TI RTOS low level driver for Telecom Serial Interface Port (TSIP)"
2 2
3inherit ti-pdk 3inherit ti-pdk ti-pdk-fetch
4
5TI_PDK_COMP = "ti.drv.tsip"
6
7PE = "1"
4 8
5LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://tsip.h;beginline=1;endline=32;md5=dab2257b0b8a3678c26915f6eb49b71e" 10LIC_FILES_CHKSUM = "file://tsip.h;beginline=1;endline=32;md5=dab2257b0b8a3678c26915f6eb49b71e"
@@ -8,18 +12,6 @@ LIC_FILES_CHKSUM = "file://tsip.h;beginline=1;endline=32;md5=dab2257b0b8a3678c26
8COMPATIBLE_MACHINE = "k2e|c667x-evm" 12COMPATIBLE_MACHINE = "k2e|c667x-evm"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
10 14
11TSIP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/tsip-lld.git"
12TSIP_LLD_GIT_PROTOCOL = "git"
13TSIP_LLD_GIT_BRANCH = "master"
14
15# Below commit ID corresponds to "DEV.TSIP_LLD.01.00.00.08A"
16TSIP_LLD_SRCREV = "368ff5fbd963f4b5d5c81bbfaf3daca23beb2a87"
17
18BRANCH = "${TSIP_LLD_GIT_BRANCH}"
19SRC_URI = "${TSIP_LLD_GIT_URI};protocol=${TSIP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
20
21SRCREV = "${TSIP_LLD_SRCREV}"
22PV = "01.00.00.08A"
23PR = "r0" 15PR = "r0"
24 16
25# HTML doc link params 17# HTML doc link params