aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorJeff Lance <jefflance01@gmail.com>2011-01-05 05:29:49 +0000
committerKoen Kooi <koen@openembedded.org>2011-01-05 09:23:55 +0100
commitb1008d9751fb092dfdf97a7dfd2daf5d0bdf9dd0 (patch)
treecab4a3a2de4119001ad8aa7f3449c50c4dfc8a69 /recipes/ti
parent918ac10ebc2df03d59ee33ac6605701d33405182 (diff)
downloadopenembedded-b1008d9751fb092dfdf97a7dfd2daf5d0bdf9dd0.tar.gz
am-benchmarks: Remove am-benchmarks_svn.bb
* Remove am-benchmarks_svn.bb now that the recipe name inlucdes the PV. Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/am-benchmarks_svn.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/recipes/ti/am-benchmarks_svn.bb b/recipes/ti/am-benchmarks_svn.bb
deleted file mode 100644
index 63c122f4b5..0000000000
--- a/recipes/ti/am-benchmarks_svn.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-#NOTE: This package is currently only supported for the Angstrom
-# distribution. Other distributions and toolchains may or
-# may not work.
-
-DESCRIPTION = "AM Benchmarks"
-HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
-LICENSE = "BSD"
-SECTION = "system"
-PRIORITY = "optional"
-
-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/${ARCHITECTURE}"
-
-do_compile() {
- # don't build debug version
- touch debug
- export CROSS_COMPILE=${TARGET_PREFIX}
- make release
-}
-
-do_install() {
- make DESTDIR=${D} install
-}