diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:54 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
| commit | 0a4cd3153325a775dba5950f4a4d44df960d7bec (patch) | |
| tree | febbac7ba02a7a84ee69dbb803103076de03e81c | |
| parent | 1bb460f4349c4df6dff2fdd7624e70ff8e8f3a1c (diff) | |
| download | meta-ti-0a4cd3153325a775dba5950f4a4d44df960d7bec.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.bb | 18 |
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 @@ | |||
| 1 | SUMMARY = "TI RTOS low level driver for Telecom Serial Interface Port (TSIP)" | 1 | SUMMARY = "TI RTOS low level driver for Telecom Serial Interface Port (TSIP)" |
| 2 | 2 | ||
| 3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
| 4 | |||
| 5 | TI_PDK_COMP = "ti.drv.tsip" | ||
| 6 | |||
| 7 | PE = "1" | ||
| 4 | 8 | ||
| 5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://tsip.h;beginline=1;endline=32;md5=dab2257b0b8a3678c26915f6eb49b71e" | 10 | LIC_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 | |||
| 8 | COMPATIBLE_MACHINE = "k2e|c667x-evm" | 12 | COMPATIBLE_MACHINE = "k2e|c667x-evm" |
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 10 | 14 | ||
| 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.08A" | ||
| 16 | TSIP_LLD_SRCREV = "368ff5fbd963f4b5d5c81bbfaf3daca23beb2a87" | ||
| 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.08A" | ||
| 23 | PR = "r0" | 15 | PR = "r0" |
| 24 | 16 | ||
| 25 | # HTML doc link params | 17 | # HTML doc link params |
