[meta-ti] [PATCH] arm-benchmarks: port of am-benchmarks from arago
Maupin, Chase
chase.maupin at ti.com
Thu Jan 26 11:28:01 PST 2012
> -----Original Message-----
> From: Denys Dmytriyenko [mailto:denis at denix.org]
> Sent: Thursday, January 26, 2012 1:10 PM
> To: Maupin, Chase
> Cc: meta-ti at yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] arm-benchmarks: port of am-
> benchmarks from arago
>
> On Thu, Jan 26, 2012 at 01:00:55PM -0600, Chase Maupin wrote:
> > * Ported the am-benchmarks recipe from arago and changed the name
> > to arm-benchmarks.
> > * Updated the SRCREV to pickup licensing file
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
> > ---
> > recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb | 26
> +++++++++++++++++++++++
> > 1 files changed, 26 insertions(+), 0 deletions(-)
> > create mode 100644 recipes-ti/arm-benchmarks/arm-
> benchmarks_1.3.bb
> >
> > diff --git a/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> > new file mode 100644
> > index 0000000..c7a8e12
> > --- /dev/null
> > +++ b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> > @@ -0,0 +1,26 @@
> > +DESCRIPTION = "AM Benchmarks"
>
> Didn't you change the name? ^^^
Yes, good point
>
>
> > +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;us
> er=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
> > +}
> > +
> > +RDEPENDS += matrix-gui-armbenchmarks-demos
>
> Do we really need to RDEPENDS on matrix?
It just pulls in the matrix information, but this by itself does not pull in full matrix.
>
> --
> Denys
More information about the meta-ti
mailing list