From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 574F0E009E5; Fri, 22 May 2015 11:17:12 -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 * [192.94.94.40 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 67360E00945 for ; Fri, 22 May 2015 11:17:10 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id t4MIH9xx004709 for ; Fri, 22 May 2015 13:17:09 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t4MIH9NH018126 for ; Fri, 22 May 2015 13:17:09 -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, 22 May 2015 13:17:08 -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 t4MIH2e2028637; Fri, 22 May 2015 13:17:06 -0500 Date: Fri, 22 May 2015 14:17:01 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20150522181658.GE8903@edge> References: <1431094924-13197-1-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1431094924-13197-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] 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, 22 May 2015 18:17:12 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline This is rather confusing with another ti-ipc recipe/component... Is it the DSP side of it? On Fri, May 08, 2015 at 10:22:04AM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler > --- > 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..dc18bf9 > --- /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} > +} > + > +INSANE_SKIP_${PN} = "installed-vs-shipped" > 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