[oe-commits] Koen Kooi : ti-c6accell: fix COMPATIBLE_MACHINE

git version control git at git.openembedded.org
Fri Oct 1 06:14:02 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 17f1d408be3f8d6fdba0ee0f0bd5925cf056f569
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=17f1d408be3f8d6fdba0ee0f0bd5925cf056f569

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Oct  1 08:11:56 2010 +0200

ti-c6accell: fix COMPATIBLE_MACHINE

---

 recipes/ti/ti-c6accel.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/ti-c6accel.inc b/recipes/ti/ti-c6accel.inc
index e0ac230..4d3d194 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"
 





More information about the Openembedded-commits mailing list