diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-19 05:03:26 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-08-22 16:03:56 -0400 |
commit | 9abc770e7df9af04aa3ee5877888d7bbbe2860be (patch) | |
tree | be1b70cc6d4432c55819ba677df4743fea83ac99 /recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb | |
parent | ed04da4933f299fb905af2203d3fa8f4a1acde80 (diff) | |
download | meta-ti-9abc770e7df9af04aa3ee5877888d7bbbe2860be.tar.gz |
tsip-lld-rtos: Add rtos recipe for tsip-lld
Upstreaming RTOS recipe for Telecom Serial Interface Port (TSIP)
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb')
-rw-r--r-- | recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb b/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb new file mode 100644 index 00000000..cae1b477 --- /dev/null +++ b/recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | SUMMARY = "TI RTOS low level driver for Telecom Serial Interface Port (TSIP)" | ||
2 | |||
3 | inherit ti-pdk | ||
4 | |||
5 | LICENSE = "BSD-3-Clause" | ||
6 | LIC_FILES_CHKSUM = "file://tsip.h;beginline=1;endline=32;md5=dab2257b0b8a3678c26915f6eb49b71e" | ||
7 | |||
8 | COMPATIBLE_MACHINE = "k2e-evm|c667x-evm" | ||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
10 | |||
11 | TSIP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/tsip-lld.git" | ||
12 | TSIP_LLD_GIT_PROTOCOL = "git" | ||
13 | TSIP_LLD_GIT_BRANCH = "master" | ||
14 | |||
15 | # Below commit ID corresponds to "DEV.TSIP_LLD.01.00.00.07A" | ||
16 | TSIP_LLD_SRCREV = "211d2f1a5c3c7ec80349a18e6e6cae6c9e4df921" | ||
17 | |||
18 | BRANCH = "${TSIP_LLD_GIT_BRANCH}" | ||
19 | SRC_URI = "${TSIP_LLD_GIT_URI};protocol=${TSIP_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
20 | |||
21 | SRCREV = "${TSIP_LLD_SRCREV}" | ||
22 | PV = "01.00.00.07" | ||
23 | PR = "r0" | ||
24 | |||
25 | # HTML doc link params | ||
26 | PDK_COMP_LINK_TEXT = "TSIP LLD" | ||