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

Jeff Lance jefflance01 at gmail.com
Tue Jan 4 18:56:32 UTC 2011


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





More information about the Openembedded-devel mailing list