diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2017-11-03 01:19:29 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-11-28 21:23:58 -0500 |
| commit | 97c308121c52326722994f0042326ffaee00d17f (patch) | |
| tree | 45a26268286b3a3c2502064e7c3f4e069d639b92 /recipes-bsp | |
| parent | 2a0fd0687e96b99b53856925e2160bf8ded236a6 (diff) | |
| download | meta-ti-97c308121c52326722994f0042326ffaee00d17f.tar.gz | |
icss-emac-lld-rtos: add for TI RTOS
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb b/recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb new file mode 100644 index 00000000..882ce997 --- /dev/null +++ b/recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "TI RTOS low level driver for ICSS-EMAC" | ||
| 2 | |||
| 3 | inherit ti-pdk | ||
| 4 | require icss-emac-lld.inc | ||
| 5 | |||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | DEPENDS_append = " osal-rtos \ | ||
| 9 | pruss-lld-rtos \ | ||
| 10 | " | ||
| 11 | DEPENDS_append_ti33x = " starterware-rtos \ | ||
| 12 | " | ||
| 13 | DEPENDS_append_ti43x = " starterware-rtos \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Build with make instead of XDC | ||
| 17 | TI_PDK_XDCMAKE = "0" | ||
| 18 | |||
| 19 | export PDK_ICSS_EMAC_ROOT_PATH ="${WORKDIR}/build" | ||
| 20 | export DEST_ROOT="${S}" | ||
| 21 | |||
| 22 | # HTML doc link params | ||
| 23 | PDK_COMP_LINK_TEXT = "ICSS-EMAC LLD" | ||
| 24 | |||
| 25 | INSANE_SKIP_${PN} = "arch" | ||
