[oe] [PATCH 1/1] am-benchmarks: add platform support and correct makefile

Maupin, Chase chase.maupin at ti.com
Tue Jan 4 19:39:50 UTC 2011


> -----Original Message-----
> From: openembedded-devel-bounces at lists.openembedded.org
> [mailto:openembedded-devel-bounces at lists.openembedded.org] On Behalf Of
> Jeff Lance
> Sent: Tuesday, January 04, 2011 12:57 PM
> To: openembedded-devel at lists.openembedded.org
> Cc: Lance, Jeff
> Subject: [oe] [PATCH 1/1] am-benchmarks: add platform support and correct
> makefile
> 
>   * Modify recipe name to include package version
>   * add support for additional platforms am181x-evm and am180x-evm
>   * Update the SRCREV
>     * Fix pathname to Rules.make in each Makefile
> 
> Signed-off-by: Jeff Lance <j-lance1 at ti.com>
> ---
>  .../{am-benchmarks_svn.bb => am-benchmarks_1.2.bb} |    8 +++++---
>  1 files changed, 5 insertions(+), 3 deletions(-)
>  copy recipes/ti/{am-benchmarks_svn.bb => am-benchmarks_1.2.bb} (87%)
> 
> diff --git a/recipes/ti/am-benchmarks_svn.bb b/recipes/ti/am-
> benchmarks_1.2.bb
> similarity index 87%
> copy from recipes/ti/am-benchmarks_svn.bb
> copy to recipes/ti/am-benchmarks_1.2.bb
> index 63c122f..dbe2db7 100644
> --- a/recipes/ti/am-benchmarks_svn.bb
> +++ b/recipes/ti/am-benchmarks_1.2.bb
> @@ -8,9 +8,9 @@ LICENSE = "BSD"
>  SECTION = "system"
>  PRIORITY = "optional"
> 
> -SRCREV = "56"
> -PV = "1.1"
> -PR = "r1+svnr${SRCPV}"
> +SRCREV = "58"
> +PV = "1.2"

No need to set PV to 1.2 since you have changed the recipe name to am-benchmarks_1.2.bb.  PV will automatically get set to 1.2 because of the recipe name.

> +PR = "r2+svnr${SRCPV}"
> 
>  COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
> 
> @@ -18,6 +18,8 @@ ARCHITECTURE_dm365 = "arm9"
>  ARCHITECTURE_omapl138 = "arm9"
>  ARCHITECTURE_omap3 = "cortex-a8"
>  ARCHITECTURE_ti816x = "cortex-a8"
> +ARCHITECTURE_am180x-evm = "arm9"
> +ARCHITECTURE_am181x-evm = "arm9"

You do not need to set architecture for am180x-evm and am181x-evm since the ARCHITECTURE_omapl138 override applies to these already and sets the architecture to "arm9"

> 
>  INSANE_SKIP_${PN} = "True"
> 
> --
> 1.6.3.3
> 
> 
> _______________________________________________
> 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