From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 4F536E0083C; Wed, 14 Jan 2015 18:53:02 -0800 (PST) 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: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [198.47.26.153 listed in list.dnswl.org] Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D7AD0E003E3 for ; Wed, 14 Jan 2015 18:52:57 -0800 (PST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id t0F2qupf010206 for ; Wed, 14 Jan 2015 20:52:56 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t0F2quLA023250 for ; Wed, 14 Jan 2015 20:52:56 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.174.1; Wed, 14 Jan 2015 20:52:55 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t0F2qtnw006040; Wed, 14 Jan 2015 20:52:55 -0600 Date: Wed, 14 Jan 2015 21:52:55 -0500 From: Denys Dmytriyenko To: Sam Nelson Message-ID: <20150115025255.GQ4759@edge> References: <1421174378-2479-1-git-send-email-sam.nelson@ti.com> MIME-Version: 1.0 In-Reply-To: <1421174378-2479-1-git-send-email-sam.nelson@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] cuia: Add recipe for TI unified Instrumentation Architecture in C module 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: Thu, 15 Jan 2015 02:53:02 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline NAK. No AUTOREV allowed in meta-ti! On Tue, Jan 13, 2015 at 01:39:37PM -0500, Sam Nelson wrote: > - Provides instrumentation libraries in C for TI SoCs > > Signed-off-by: Sam Nelson > --- > recipes-bsp/cuia/cuia_1.0.0.13.bb | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 recipes-bsp/cuia/cuia_1.0.0.13.bb > > diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/cuia_1.0.0.13.bb > new file mode 100644 > index 0000000..343d176 > --- /dev/null > +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb > @@ -0,0 +1,24 @@ > +DESCRIPTION = "TI Unified Instrumentation Architecture in C (cUIA)" > +LICENSE = "BSD-3-Clause" > +LIC_FILES_CHKSUM = "file://cuia_${CUIA_PV}_manifest.html;md5=0eea94e3bb94de4ddee77653eba1c7c5" > + > +CUIA_PV = "1_00_00_13" > +CUIA_PVExtra = "" > + > +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/UIA/SCMCSDK/cuia_${CUIA_PV}${CUIA_PVExtra}.tar.gz;name=cuia" > +SRC_URI[cuia.md5sum] = "ef53989ac70c191841cd656cdc8770be" > +SRC_URI[cuia.sha256sum] = "f16d138a9146fdc7d52cba77bd30596da65835f6ffe4092baf2b33d1c1a4fb0d" > + > +S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}" > +SRCREV = "${AUTOREV}" > + > +do_compile () { > + cd ${S} > + oe_runmake clean > + oe_runmake all > +} > + > +do_install() { > + cd ${S} > + oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir} install > +} > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti