diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2015-11-20 09:54:59 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-20 22:27:26 -0500 |
| commit | 52c5cc74e91db1483b517e5b2df7fc683ac23ac3 (patch) | |
| tree | 770ceb6abbbedf4a43a3967a39e4f43b7dc07f6d /recipes-ti/ipc/ti-ipc-rtos.inc | |
| parent | 4f095b2a099be3a088db598ab8666023b65ab1f1 (diff) | |
| download | meta-ti-52c5cc74e91db1483b517e5b2df7fc683ac23ac3.tar.gz | |
ipc: ti-ipc, ti-ipc-rtos: Update to new version of IPC 3.41.0.3_eng
- Update to new version of IPC: 3.41.0.3_eng
- Add recipe to build ti-ipc-rtos from git repo
- Remove K2G hack
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-rtos.inc')
| -rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc deleted file mode 100644 index d14c7567..00000000 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" | ||
| 2 | HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" | ||
| 3 | |||
| 4 | LICENSE = "BSD" | ||
| 5 | |||
| 6 | require recipes-ti/includes/ti-paths.inc | ||
| 7 | require recipes-ti/includes/ti-staging.inc | ||
| 8 | |||
| 9 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_${PV}.zip;name=ipczip" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/ipc_${PV}" | ||
| 12 | |||
| 13 | do_install() { | ||
| 14 | install -d ${D}${IPC_INSTALL_DIR_RECIPE} | ||
| 15 | cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE} | ||
| 16 | } | ||
| 17 | |||
| 18 | ALLOW_EMPTY_${PN} = "1" | ||
| 19 | FILES_${PN}-dev += "${IPC_INSTALL_DIR_RECIPE}" | ||
