From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCHv2] am-benchmarks: update to latest version
Date: Wed, 29 Sep 2010 15:53:38 -0400 [thread overview]
Message-ID: <20100929195338.GC27217@denix.org> (raw)
In-Reply-To: <1285781858-5299-1-git-send-email-chase.maupin@ti.com>
On Wed, Sep 29, 2010 at 12:37:38PM -0500, Chase Maupin wrote:
> * Updated the SRCREV to the latest version of this project
> which includes support for multiple platforms.
> * Add COMPATIBLE_MACHINE setting for recipe.
>
> Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
> ---
> recipes/ti/am-benchmarks_svn.bb | 13 ++++++++++---
> 1 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/recipes/ti/am-benchmarks_svn.bb b/recipes/ti/am-benchmarks_svn.bb
> index 51ac6af..6ab29f5 100644
> --- a/recipes/ti/am-benchmarks_svn.bb
> +++ b/recipes/ti/am-benchmarks_svn.bb
> @@ -4,15 +4,22 @@ LICENSE = "BSD"
> SECTION = "system"
> PRIORITY = "optional"
>
> -SRCREV = "33"
> -PV = "1.0"
> +SRCREV = "56"
> +PV = "1.1"
> PR = "r1+svnr${SRCPV}"
>
> +COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
> +
> +ARCHITECTURE_dm365 = "arm9"
> +ARCHITECTURE_omapl138 = "arm9"
> +ARCHITECTURE_omap3 = "cortex-a8"
> +ARCHITECTURE_ti816x = "cortex-a8"
> +
> INSANE_SKIP_${PN} = "True"
>
> SRC_URI = "svn://gforge.ti.com/svn/am_benchmarks/;module=trunk;proto=https;user=anonymous;pswd=''"
>
> -S = "${WORKDIR}/trunk"
> +S = "${WORKDIR}/trunk/${ARCHITECTURE}"
>
> do_compile() {
> # don't build debug version
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2010-09-29 19:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-29 17:37 [PATCHv2] am-benchmarks: update to latest version Chase Maupin
2010-09-29 19:17 ` Frans Meulenbroeks
2010-09-29 19:53 ` Denys Dmytriyenko [this message]
2010-09-29 23:43 ` Paul Menzel
2010-09-30 7:25 ` Paul Menzel
2010-09-30 19:23 ` Maupin, Chase
2010-09-30 13:13 ` Maupin, Chase
2010-09-30 13:33 ` Paul Menzel
2010-09-30 14:53 ` Paul Menzel
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=20100929195338.GC27217@denix.org \
--to=denis@denix.org \
--cc=openembedded-devel@lists.openembedded.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.