diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-09-19 02:33:33 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-09-28 13:41:27 -0400 |
commit | 7823875689993815dcf94dc8225c0cb4085c5802 (patch) | |
tree | b6bfe810b644aff4746737aa0146ac8efd0eec35 /recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb | |
parent | 3bbb53087f04c207f8eb42225df5f9dc1a35daa6 (diff) | |
download | meta-ti-7823875689993815dcf94dc8225c0cb4085c5802.tar.gz |
transport-rtos: Added transport recipes(bmet, nimu, nimu-icss) for rtos
RTOS driver for Network Interface Management Unit
(NIMU),BMET Ethernet and NIMU ICSS
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb')
-rw-r--r-- | recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb b/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb new file mode 100644 index 00000000..3ca196d6 --- /dev/null +++ b/recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | SUMMARY = "RTOS driver for NIMU ICSS" | ||
2 | |||
3 | inherit ti-pdk | ||
4 | require transport.inc | ||
5 | |||
6 | PR = "${INC_PR}.0" | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://nimu_icssEth.h;beginline=1;endline=35;md5=fd897e67955a19ba88443d4bc2e7e18a" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|c66x|omapl1" | ||
11 | |||
12 | DEPENDS_append = " ti-ndk \ | ||
13 | pruss-lld-rtos \ | ||
14 | icss-emac-lld-rtos \ | ||
15 | " | ||
16 | |||
17 | NIMU_ICSS_DESTSUFFIX = "git/ndk/nimu_icss" | ||
18 | |||
19 | # Build with make instead of XDC | ||
20 | TI_PDK_XDCMAKE = "0" | ||
21 | |||
22 | S = "${WORKDIR}/${NIMU_ICSS_DESTSUFFIX}" | ||
23 | |||
24 | export PDK_NIMU_ICSS_ROOT_PATH ="${WORKDIR}/build" | ||
25 | export DEST_ROOT="${S}" | ||
26 | |||
27 | export NDK_INSTALL_PATH = "${NDK_INSTALL_DIR}" | ||
28 | XDCPATH_append = ";${NDK_INSTALL_DIR}/packages" | ||