aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-01 08:11:56 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-01 08:11:56 +0200
commit17f1d408be3f8d6fdba0ee0f0bd5925cf056f569 (patch)
tree058a0277c802676d95e6926ba7199fd5b5ef10d2 /recipes/ti
parentd8d91cad179af864c4c9fedd400670e5e92d096f (diff)
downloadopenembedded-17f1d408be3f8d6fdba0ee0f0bd5925cf056f569.tar.gz
ti-c6accell: fix COMPATIBLE_MACHINE
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-c6accel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-c6accel.inc b/recipes/ti/ti-c6accel.inc
index e0ac230cc4..4d3d1949c7 100644
--- a/recipes/ti/ti-c6accel.inc
+++ b/recipes/ti/ti-c6accel.inc
@@ -12,7 +12,7 @@ PLATFORM_omapl138 = "omapl138"
PLATFORM_omap3 = "omap3530"
PLATFORM ?= "<UNDEFINED_PLATFORM>"
-COMPATIBLE_MACHINE = "(da850-omapl138-evm|omap3evm|dm37x-evm)"
+COMPATIBLE_MACHINE = "(omapl138|omap3)"
PROVIDES += "ti-c6accel-apps"