[oe] [PATCH] am-benchmarks: update to latest version

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Wed Sep 29 16:23:53 UTC 2010


2010/9/29 Chase Maupin <chasemaupin03 at gmail.com>:
> * Updated the SRCREV to the latest version of this project
>  which includes support for multiple platforms.
>
> Signed-off-by: Chase Maupin <chase.maupin at ti.com>
> ---
>  recipes/ti/am-benchmarks_svn.bb |   12 +++++++++---
>  1 files changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/recipes/ti/am-benchmarks_svn.bb b/recipes/ti/am-benchmarks_svn.bb
> index 51ac6af..1160503 100644
> --- a/recipes/ti/am-benchmarks_svn.bb
> +++ b/recipes/ti/am-benchmarks_svn.bb
> @@ -4,15 +4,21 @@ LICENSE = "BSD"
>  SECTION = "system"
>  PRIORITY = "optional"
>
> -SRCREV = "33"
> -PV = "1.0"
> +SRCREV = "56"
> +PV = "1.1"
>  PR = "r1+svnr${SRCPV}"
>
> +ARCHITECTURE_dm365 = "arm9"
> +ARCHITECTURE_da850-omapl138-evm = "arm9"
> +ARCHITECTURE_omap3 = "cortex-a8"
> +ARCHITECTURE_ti816x = "cortex-a8"
> +ARCHITECTURE ?= "<UNDEFINED>"

Don't have the full recipe handy, but is this latter UNDEFINED needed?
I would expect a COMPATIBLE_MACHINE somewhere causing the latter never
to happen.
Then again it might be a good safeguard.

Frans.
> +
>  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 at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list