From: Denys Dmytriyenko <denis@denix.org>
To: Chase Maupin <Chase.Maupin@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] arm-benchmarks: port of am-benchmarks from arago
Date: Thu, 26 Jan 2012 14:09:49 -0500 [thread overview]
Message-ID: <20120126190949.GA18244@denix.org> (raw)
In-Reply-To: <1327604455-4778-1-git-send-email-Chase.Maupin@ti.com>
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@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? ^^^
> +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
> +}
> +
> +RDEPENDS += matrix-gui-armbenchmarks-demos
Do we really need to RDEPENDS on matrix?
--
Denys
next prev parent reply other threads:[~2012-01-26 19:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-26 19:00 [PATCH] arm-benchmarks: port of am-benchmarks from arago Chase Maupin
2012-01-26 19:09 ` Denys Dmytriyenko [this message]
2012-01-26 19:28 ` Maupin, Chase
2012-01-26 19:39 ` Denys Dmytriyenko
2012-01-26 19:58 ` Maupin, Chase
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120126190949.GA18244@denix.org \
--to=denis@denix.org \
--cc=Chase.Maupin@ti.com \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.