From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E493EE009A3; Fri, 29 May 2015 13:03:22 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [198.47.26.152 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 894C9E0086D for ; Fri, 29 May 2015 13:03:20 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id t4TK3I4o014770 for ; Fri, 29 May 2015 15:03:18 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t4TK3IFN010699 for ; Fri, 29 May 2015 15:03:18 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Fri, 29 May 2015 15:03:18 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t4TK3I6c002214; Fri, 29 May 2015 15:03:18 -0500 Date: Fri, 29 May 2015 16:03:17 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20150529200317.GX16418@edge> References: <1432727881-31872-1-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1432727881-31872-1-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH v2] ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07 X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 20:03:23 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Ack On Wed, May 27, 2015 at 07:58:00AM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler > --- > * v2 changes: > - Add all files to the main package. > > recipes-ti/ipc/ti-ipc-rtos.inc | 18 ++++++++++++++++++ > recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb | 8 ++++++++ > 2 files changed, 26 insertions(+) > create mode 100644 recipes-ti/ipc/ti-ipc-rtos.inc > create mode 100644 recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb > > diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc > new file mode 100644 > index 0000000..fe179f5 > --- /dev/null > +++ b/recipes-ti/ipc/ti-ipc-rtos.inc > @@ -0,0 +1,18 @@ > +DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" > +HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" > + > +LICENSE = "BSD" > + > +require recipes-ti/includes/ti-paths.inc > +require recipes-ti/includes/ti-staging.inc > + > +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_${PV}.zip;name=ipczip" > + > +S = "${WORKDIR}/ipc_${PV}" > + > +do_install() { > + install -d ${D}${IPC_INSTALL_DIR_RECIPE} > + cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE} > +} > + > +FILES_${PN} += "${IPC_INSTALL_DIR_RECIPE}" > diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb > new file mode 100644 > index 0000000..4c67c6e > --- /dev/null > +++ b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb > @@ -0,0 +1,8 @@ > +require ti-ipc-rtos.inc > + > +PV = "3_35_01_07" > + > +LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" > + > +SRC_URI[ipczip.md5sum] = "9e62e35b8c2d44b1ac5f7ad9554b1a34" > +SRC_URI[ipczip.sha256sum] = "006ac780ded0a5fa843397bbde0cb597338dc521544121f697c2efdd80f86314" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti