All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] adding ipc 3.x recipe to bitbake
@ 2013-05-08  0:28 Sajesh Kumar Saran
  2013-05-08  0:28 ` [PATCH] added test package to ti-ipc recipe Sajesh Kumar Saran
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sajesh Kumar Saran @ 2013-05-08  0:28 UTC (permalink / raw)
  To: meta-arago

---
 .../recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb           |   27 ++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb

diff --git a/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb b/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb
new file mode 100644
index 0000000..1e87abc
--- /dev/null
+++ b/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb
@@ -0,0 +1,27 @@
+DESCRIPTION="This support the communication between processors \
+			in a multi-processor environment and communication to peripherals. \
+            This communication includes message passing, streams, and linked lists. \
+            These modules work transparently in both uni-processor and multi-processor \
+            configurations."
+
+HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://products.mak;beginline=2;endline=30;md5=195feadf798bb4165bcb1a23ffd50dbb"
+SECTION = "console"
+COMPATIBLE_MACHINE = "keystone"
+
+PR = "r11"
+
+BRANCH ?= "master"
+SRCREV = "3.00.00.15_eng"
+
+SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+
+export PLATFORM = "tci6638"
+
+export PARALLEL_MAKE = "-j 1"
+
+inherit autotools
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-08  1:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08  0:28 [PATCH] adding ipc 3.x recipe to bitbake Sajesh Kumar Saran
2013-05-08  0:28 ` [PATCH] added test package to ti-ipc recipe Sajesh Kumar Saran
2013-05-08  0:28 ` [PATCH] incrementing IPC verion to 3.0.0.16 Sajesh Kumar Saran
2013-05-08  0:28 ` [PATCH] update to run lad at bootup Sajesh Kumar Saran
2013-05-08  1:12   ` Denys Dmytriyenko
2013-05-08  1:09 ` [PATCH] adding ipc 3.x recipe to bitbake Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.