Please use the proper commit message. And what does "add to bitbake" mean?
On Tue, May 07, 2013 at 08:28:07PM -0400, Sajesh Kumar Saran wrote: > --- > .../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 This is the successor to the older ti-ipc here: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-ti/ipc/ti-ipc.inc Is there anything you need from the old recipe? If ipcdev is the master repository for ti-ipc these days, we should probably deprecate the old stuff in meta-ti... > @@ -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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
