From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173009pub.verizon.net (vms173009pub.verizon.net [206.46.173.9]) by arago-project.org (Postfix) with ESMTP id 711AB52A59 for ; Tue, 31 Jan 2012 20:26:14 +0000 (UTC) Received: from gandalf.denix.org ([unknown] [71.178.225.66]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LYO001YRJFBRYV1@vms173009.mailsrvcs.net> for meta-arago@arago-project.org; Tue, 31 Jan 2012 14:26:00 -0600 (CST) Received: by gandalf.denix.org (Postfix, from userid 1000) id 34484201C0; Tue, 31 Jan 2012 15:25:58 -0500 (EST) Date: Tue, 31 Jan 2012 15:25:58 -0500 From: Denys Dmytriyenko To: Chase Maupin Message-id: <20120131202558.GF5169@denix.org> References: <1328040232-28814-1-git-send-email-Chase.Maupin@ti.com> MIME-version: 1.0 In-reply-to: <1328040232-28814-1-git-send-email-Chase.Maupin@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH] arm-benchmarks: port benchmarks from old arago X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2012 20:26:15 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Tue, Jan 31, 2012 at 02:03:52PM -0600, Chase Maupin wrote: > * Port the am-benchmarks from the original arago overlay to > meta-arago > * Change the name to arm-benchmarks > * Modify the recipe for oe-core changes > * Updated the SRCREV to pickup licensing file > > Signed-off-by: Chase Maupin > --- > .../arm-benchmarks/arm-benchmarks_1.3.bb | 24 ++++++++++++++++++++ > 1 files changed, 24 insertions(+), 0 deletions(-) > create mode 100644 meta-arago-extras/recipes-core/arm-benchmarks/arm-benchmarks_1.3.bb There is a whole set of benchmarks in meta-oe/recipes-benchmark/, so should we use the same path instead of recipes-core? -- Denys > diff --git a/meta-arago-extras/recipes-core/arm-benchmarks/arm-benchmarks_1.3.bb b/meta-arago-extras/recipes-core/arm-benchmarks/arm-benchmarks_1.3.bb > new file mode 100644 > index 0000000..71f5eb8 > --- /dev/null > +++ b/meta-arago-extras/recipes-core/arm-benchmarks/arm-benchmarks_1.3.bb > @@ -0,0 +1,24 @@ > +DESCRIPTION = "ARM Benchmarks" > +HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/" > +LICENSE = "BSD" > +LIC_FILES_CHKSUM = "file://COPYING;md5=7aefb5e1cffc7b6a3ef18b803f957922" > +SECTION = "system" > + > +SRCREV = "76" > +PR = "r0+svnr${SRCPV}" > + > +SRC_URI = "svn://gforge.ti.com/svn/am_benchmarks/;module=trunk;proto=https;user=anonymous;pswd=''" > + > +S = "${WORKDIR}/trunk" > + > +do_compile() { > + export CROSS_COMPILE=${TARGET_PREFIX} > + export ARCH=${TUNE_PKGARCH} > + # build the release version > + make release > +} > + > +do_install() { > + export ARCH=${TUNE_PKGARCH} > + make DESTDIR=${D} install > +} > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago >