summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc
diff options
context:
space:
mode:
authorMrinmayee Hingolikar <mrinmayee@ti.com>2014-05-20 01:19:41 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-05-21 15:37:19 -0400
commitd0b2529bb53ed19059c17969a26f281c1f69958f (patch)
tree1734bad77dbd82a5057d054b025ea042ccb42a10 /recipes-ti/ipc/ti-ipc
parentec17eef312f281484e4cb96c1370303ca57b6daf (diff)
downloadmeta-ti-d0b2529bb53ed19059c17969a26f281c1f69958f.tar.gz
ti-ipc: Add version 3.21.00.07
* Added version 3.21.00.07 from the meta-ti-glsdk layer. Preserved authorship by Mrinmayee * Cleaned up the recipe for upstream by removing the sed lines in do_configure and instead using EXTRA_OEMAKE values passed into the make process. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc')
-rw-r--r--recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
new file mode 100644
index 00000000..58d77c74
--- /dev/null
+++ b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
@@ -0,0 +1,38 @@
1From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
2From: Mrinmayee Hingolikar <mrinmayee@ti.com>
3Date: Thu, 5 Sep 2013 17:01:15 +0530
4Subject: [PATCH] ipc: Added installation prefix feature to products.mak
5
6Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
7---
8 ipc-linux.mak | 1 +
9 products.mak | 1 +
10 2 files changed, 2 insertions(+)
11
12diff --git a/ipc-linux.mak b/ipc-linux.mak
13index 788a5a2..01579e4 100644
14--- a/ipc-linux.mak
15+++ b/ipc-linux.mak
16@@ -38,6 +38,7 @@ include products.mak
17 config:
18 @echo "Configuring Linux Ipc ..."
19 ./configure --host=$(TOOLCHAIN_LONGNAME) \
20+ --prefix=$(PREFIX) \
21 CC=$(TOOLCHAIN_PREFIX)gcc \
22 PLATFORM=$(PLATFORM) \
23 CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
24diff --git a/products.mak b/products.mak
25index e418d2f..4578a1e 100644
26--- a/products.mak
27+++ b/products.mak
28@@ -55,6 +55,7 @@ PLATFORM ?=
29 TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
30 TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
31 TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
32+PREFIX = /usr/local
33
34 # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
35 # (for devices that support it)
36--
371.7.9.5
38