From dcb37f56dd394b7974a185486a913375962bc3da Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Wed, 19 Jul 2017 05:03:26 +0000 Subject: [PATCH] tsip-lld-rtos: Add rtos recipe for tsip-lld Upstreaming RTOS recipe for Telecom Serial Interface Port (TSIP) Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb 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 @@ +SUMMARY = "TI RTOS low level driver for Telecom Serial Interface Port (TSIP)" + +inherit ti-pdk + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://tsip.h;beginline=1;endline=32;md5=dab2257b0b8a3678c26915f6eb49b71e" + +COMPATIBLE_MACHINE = "k2e-evm|c667x-evm" +PACKAGE_ARCH = "${MACHINE_ARCH}" + +TSIP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/tsip-lld.git" +TSIP_LLD_GIT_PROTOCOL = "git" +TSIP_LLD_GIT_BRANCH = "master" + +# Below commit ID corresponds to "DEV.TSIP_LLD.01.00.00.07A" +TSIP_LLD_SRCREV = "211d2f1a5c3c7ec80349a18e6e6cae6c9e4df921" + +BRANCH = "${TSIP_LLD_GIT_BRANCH}" +SRC_URI = "${TSIP_LLD_GIT_URI};protocol=${TSIP_LLD_GIT_PROTOCOL};branch=${BRANCH}" + +SRCREV = "${TSIP_LLD_SRCREV}" +PV = "01.00.00.07" +PR = "r0" + +# HTML doc link params +PDK_COMP_LINK_TEXT = "TSIP LLD"