From ad2a2da1ba7a5f998d4c184aac11d9e28448be0e Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Fri, 15 Dec 2017 03:44:16 +0000 Subject: transport-rtos: Update to version 1.0.0.9 & update rtos dependencies for c66x and omapl1 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb | 3 +++ recipes-bsp/transport-rtos/transport.inc | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb b/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb index 3ca196d6..9aacfe43 100644 --- a/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb +++ b/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb @@ -13,6 +13,9 @@ DEPENDS_append = " ti-ndk \ pruss-lld-rtos \ icss-emac-lld-rtos \ " +DEPENDS_append_c665x-evm = " emac-lld-rtos" +DEPENDS_append_c667x-evm = " pa-lld-rtos" +DEPENDS_append_omapl1 = " emac-lld-rtos" NIMU_ICSS_DESTSUFFIX = "git/ndk/nimu_icss" diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc index 82427fb9..9097689d 100644 --- a/recipes-bsp/transport-rtos/transport.inc +++ b/recipes-bsp/transport-rtos/transport.inc @@ -6,12 +6,12 @@ TRANSPORT_GIT_URI = "git://git.ti.com/keystone-rtos/transport.git" TRANSPORT_GIT_PROTOCOL = "git" TRANSPORT_GIT_BRANCH = "master" -# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.07A" -TRANSPORT_SRCREV = "099dbf371cea3b2d883f5c97a4b0e7ef40e84c6a" +# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.09" +TRANSPORT_SRCREV = "7b69e1d6d189c579e2a27b955891f9f268fd0e98" BRANCH = "${TRANSPORT_GIT_BRANCH}" SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${TRANSPORT_SRCREV}" -PV = "01.00.00.07A" +PV = "01.00.00.09" INC_PR = "r0" -- cgit v1.2.3-54-g00ecf