diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-05-27 17:58:00 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-06-01 10:09:50 -0400 |
commit | 74356ce9c00eb9c6aa45515a9d98468ddfa7a2ee (patch) | |
tree | a3ef197c5f205056b56f9111442b4dfd74148903 /recipes-ti/ipc | |
parent | 21875db27e3636308b7dcadbe9011df0389f96ee (diff) | |
download | meta-ti-74356ce9c00eb9c6aa45515a9d98468ddfa7a2ee.tar.gz |
ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 18 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb | 8 |
2 files changed, 26 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc new file mode 100644 index 00000000..fe179f5a --- /dev/null +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -0,0 +1,18 @@ | |||
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 | FILES_${PN} += "${IPC_INSTALL_DIR_RECIPE}" | ||
diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb new file mode 100644 index 00000000..4c67c6e3 --- /dev/null +++ b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require ti-ipc-rtos.inc | ||
2 | |||
3 | PV = "3_35_01_07" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | ||
6 | |||
7 | SRC_URI[ipczip.md5sum] = "9e62e35b8c2d44b1ac5f7ad9554b1a34" | ||
8 | SRC_URI[ipczip.sha256sum] = "006ac780ded0a5fa843397bbde0cb597338dc521544121f697c2efdd80f86314" | ||