diff options
author | Koen Kooi <k-kooi@ti.com> | 2011-07-06 09:55:54 +0100 |
---|---|---|
committer | Koen Kooi <k-kooi@ti.com> | 2011-07-06 15:34:44 +0100 |
commit | 8f7291208ea7195654fa5ce6a3861f6eebb5916d (patch) | |
tree | 8169523bd504ef033032f3c99645df285a76e9ca /recipes-ti/ipc | |
parent | cf66e1cd2881822c7e3fae1284e4b486e55c36c7 (diff) | |
download | meta-ti-8f7291208ea7195654fa5ce6a3861f6eebb5916d.tar.gz |
add ipc 1.23.02.27
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 36 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc/ipc.pc | 8 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc_1.23.02.27.bb | 9 |
3 files changed, 53 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc new file mode 100644 index 00000000..8d1b8020 --- /dev/null +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -0,0 +1,36 @@ | |||
1 | DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" | ||
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html" | ||
3 | |||
4 | SECTION = "devel" | ||
5 | LICENSE = "BSD" | ||
6 | |||
7 | require ../includes/ti-paths.inc | ||
8 | require ../includes/ti-staging.inc | ||
9 | require ../includes/ti-eula-unpack.inc | ||
10 | |||
11 | S = "${WORKDIR}/ipc_${PV}" | ||
12 | |||
13 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin" | ||
14 | |||
15 | SRC_URI =+ "file://ipc.pc" | ||
16 | |||
17 | DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools" | ||
18 | |||
19 | BINFILE="ipc_setuplinux_${PV}.bin" | ||
20 | TI_BIN_UNPK_CMDS="Y: q:workdir:Y" | ||
21 | |||
22 | do_configure() { | ||
23 | sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc | ||
24 | |||
25 | cp ${WORKDIR}/ipc.pc ${S} | ||
26 | } | ||
27 | |||
28 | do_install() { | ||
29 | install -d ${D}${IPC_INSTALL_DIR_RECIPE} | ||
30 | cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE} | ||
31 | |||
32 | install -d ${D}/${libdir}/pkgconfig | ||
33 | install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/ | ||
34 | } | ||
35 | |||
36 | FILES_ti-ipc-dev = "${libdir}/*" | ||
diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc new file mode 100644 index 00000000..1a8c52df --- /dev/null +++ b/recipes-ti/ipc/ti-ipc/ipc.pc | |||
@@ -0,0 +1,8 @@ | |||
1 | prefix=/../../ipc_@VERSION@ | ||
2 | includedir=${prefix}/ti/ipc | ||
3 | |||
4 | Name: TI IPC | ||
5 | Description: TI ARM-DSP IPC (Inter Processor Communication) | ||
6 | Version: @VERSION@ | ||
7 | Requires: | ||
8 | Cflags: -I${includedir} | ||
diff --git a/recipes-ti/ipc/ti-ipc_1.23.02.27.bb b/recipes-ti/ipc/ti-ipc_1.23.02.27.bb new file mode 100644 index 00000000..2176b136 --- /dev/null +++ b/recipes-ti/ipc/ti-ipc_1.23.02.27.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require ti-ipc.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://ipc_1_23_02_27_manifest.html;md5=74cbdd9a526809df81e080f19b36eec7" | ||
4 | |||
5 | PV = "1_23_02_27" | ||
6 | |||
7 | SRC_URI[ipcbin.md5sum] = "8c45f6a81cef62f9717335911ee1c9cd" | ||
8 | SRC_URI[ipcbin.sha256sum] = "b16f29ef016819fe0632468e2f756e05508143cbc732bcaabd269571163b568e" | ||
9 | |||