summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-09-28 22:26:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-01 15:30:07 +0000
commit5510b4bbdb6d585ea4e89d8ea7b5979654e0cb2f (patch)
tree55660aae4ab863d8b33511b273623e78063e531f
parent51166786b7994a5c69828b3278ee32686fb50407 (diff)
downloadmeta-ti-5510b4bbdb6d585ea4e89d8ea7b5979654e0cb2f.tar.gz
transport-rtos: nimu-rtos: Updated to version 01.00.00.13 & added k3 support
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/transport-rtos/nimu-rtos_git.bb3
-rw-r--r--recipes-bsp/transport-rtos/transport.inc6
2 files changed, 5 insertions, 4 deletions
diff --git a/recipes-bsp/transport-rtos/nimu-rtos_git.bb b/recipes-bsp/transport-rtos/nimu-rtos_git.bb
index 3321af42..101951bb 100644
--- a/recipes-bsp/transport-rtos/nimu-rtos_git.bb
+++ b/recipes-bsp/transport-rtos/nimu-rtos_git.bb
@@ -7,7 +7,7 @@ PR = "${INC_PR}.0"
7 7
8LIC_FILES_CHKSUM = "file://nimu_eth.h;beginline=1;endline=35;md5=ee9c662c39d4584fb2a8b66413d2866d" 8LIC_FILES_CHKSUM = "file://nimu_eth.h;beginline=1;endline=35;md5=ee9c662c39d4584fb2a8b66413d2866d"
9 9
10COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1" 10COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1|k3"
11 11
12NIMU_DESTSUFFIX = "git/ndk/nimu" 12NIMU_DESTSUFFIX = "git/ndk/nimu"
13 13
@@ -25,6 +25,7 @@ DEPENDS_append_k2g = " emac-lld-rtos"
25DEPENDS_append_c665x-evm = " emac-lld-rtos" 25DEPENDS_append_c665x-evm = " emac-lld-rtos"
26DEPENDS_append_c667x-evm = " pa-lld-rtos cppi-lld-rtos" 26DEPENDS_append_c667x-evm = " pa-lld-rtos cppi-lld-rtos"
27DEPENDS_append_omapl1 = " emac-lld-rtos" 27DEPENDS_append_omapl1 = " emac-lld-rtos"
28DEPENDS_append_k3 = " emac-lld-rtos"
28 29
29# Build with make instead of XDC 30# Build with make instead of XDC
30TI_PDK_XDCMAKE = "0" 31TI_PDK_XDCMAKE = "0"
diff --git a/recipes-bsp/transport-rtos/transport.inc b/recipes-bsp/transport-rtos/transport.inc
index 61772bd8..b78b680f 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"
6TRANSPORT_GIT_PROTOCOL = "git" 6TRANSPORT_GIT_PROTOCOL = "git"
7TRANSPORT_GIT_BRANCH = "master" 7TRANSPORT_GIT_BRANCH = "master"
8 8
9# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.12" 9# Below commit ID corresponds to "DEV.TRANSPORT.01.00.00.13"
10TRANSPORT_SRCREV = "0e0f30a30388ea34b3a00beb69c9bfccc26dfaa0" 10TRANSPORT_SRCREV = "3129b2ac9b00eb8882252402bc6ff31092e57da2"
11 11
12BRANCH = "${TRANSPORT_GIT_BRANCH}" 12BRANCH = "${TRANSPORT_GIT_BRANCH}"
13SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}" 13SRC_URI = "${TRANSPORT_GIT_URI};protocol=${TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
14 14
15SRCREV = "${TRANSPORT_SRCREV}" 15SRCREV = "${TRANSPORT_SRCREV}"
16PV = "01.00.00.12" 16PV = "01.00.00.13"
17INC_PR = "r0" 17INC_PR = "r0"