--- .../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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
