diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-15 03:44:16 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-21 23:00:17 -0500 |
commit | 6107563a38eb54931f73c0cf9c0da2d69e00cca3 (patch) | |
tree | 086467e2f711dfcf20f1abca608a87629d0697c3 /recipes-bsp/transport-rtos | |
parent | c5d5357bf4a45e67296c8703cd0721e5cd2ddffd (diff) | |
download | meta-ti-6107563a38eb54931f73c0cf9c0da2d69e00cca3.tar.gz |
transport-rtos: Update to version 1.0.0.9 & update rtos dependencies for c66x and omapl1
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/transport-rtos')
-rw-r--r-- | recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb | 3 | ||||
-rw-r--r-- | 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 \ | |||
13 | pruss-lld-rtos \ | 13 | pruss-lld-rtos \ |
14 | icss-emac-lld-rtos \ | 14 | icss-emac-lld-rtos \ |
15 | " | 15 | " |
16 | DEPENDS_append_c665x-evm = " emac-lld-rtos" | ||
17 | DEPENDS_append_c667x-evm = " pa-lld-rtos" | ||
18 | DEPENDS_append_omapl1 = " emac-lld-rtos" | ||
16 | 19 | ||
17 | NIMU_ICSS_DESTSUFFIX = "git/ndk/nimu_icss" | 20 | NIMU_ICSS_DESTSUFFIX = "git/ndk/nimu_icss" |
18 | 21 | ||
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" | |||
6 | TRANSPORT_GIT_PROTOCOL = "git" | 6 | TRANSPORT_GIT_PROTOCOL = "git" |
7 | TRANSPORT_GIT_BRANCH = "master" | 7 | TRANSPORT_GIT_BRANCH = "master" |
8 | 8 | ||
9 | # Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.07A" | 9 | # Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.09" |
10 | TRANSPORT_SRCREV = "099dbf371cea3b2d883f5c97a4b0e7ef40e84c6a" | 10 | TRANSPORT_SRCREV = "7b69e1d6d189c579e2a27b955891f9f268fd0e98" |
11 | 11 | ||
12 | BRANCH = "${TRANSPORT_GIT_BRANCH}" | 12 | BRANCH = "${TRANSPORT_GIT_BRANCH}" |
13 | SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" | 13 | SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" |
14 | 14 | ||
15 | SRCREV = "${TRANSPORT_SRCREV}" | 15 | SRCREV = "${TRANSPORT_SRCREV}" |
16 | PV = "01.00.00.07A" | 16 | PV = "01.00.00.09" |
17 | INC_PR = "r0" | 17 | INC_PR = "r0" |