All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH 1/3] clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible machines
@ 2009-11-04 12:32 Koen Kooi
  2009-11-04 12:32 ` [STABLE][PATCH 2/3] xserver-xorg-conf: add omap3517-evm support Koen Kooi
  2009-11-05  5:59 ` [STABLE][PATCH 1/3] clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible machines Denys Dmytriyenko
  0 siblings, 2 replies; 6+ messages in thread
From: Koen Kooi @ 2009-11-04 12:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi, Koen Kooi

From: Koen Kooi <koen@openembedded.org>

Signed-off-by: Koen Kooi <k-kooi@ti.com>

---
 recipes/clutter/clutter.inc |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/recipes/clutter/clutter.inc b/recipes/clutter/clutter.inc
index e900c43..7bce3e2 100644
--- a/recipes/clutter/clutter.inc
+++ b/recipes/clutter/clutter.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter graphics library"
 HOMEPAGE = "http://www.clutter-project.org/"
 LICENSE = "LGPL"
 
-COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|beagleboard|overo|omap3evm)"
+COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|omap3517-evm|beagleboard|overo|omap3evm)"
 
 STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+"
 BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
@@ -20,6 +20,10 @@ EXTRA_OECONF_mx31litekit = "${BASE_CONF} --with-flavour=eglnative"
 PACKAGE_ARCH_mx31litekit = "${MACHINE_ARCH}"
 LDFLAGS_append_mx31litekit = " -lpvrNULLWSEGL -lstdc++ "
 
+DEPENDS_armv7a = "${STDDEPENDS} libgles-omap3 tslib"
+EXTRA_OECONF_armv7a = "${BASE_CONF} --with-flavour=eglx --with-gles=2.0"
+PACKAGE_ARCH_armv7a = "${MACHINE_ARCH}"
+
 DEPENDS_omap-3430ldp = "${STDDEPENDS} libgles-omap3 tslib"
 EXTRA_OECONF_omap-3430ldp = "${BASE_CONF} --with-flavour=eglx"
 PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}"
@@ -28,18 +32,6 @@ DEPENDS_omap-3430sdp = "${STDDEPENDS} libgles-omap3 tslib"
 EXTRA_OECONF_omap-3430sdp = "${BASE_CONF} --with-flavour=eglx"
 PACKAGE_ARCH_omap-3430sdp = "${MACHINE_ARCH}"
 
-DEPENDS_beagleboard = "${STDDEPENDS} libgles-omap3 tslib"
-EXTRA_OECONF_beagleboard = "${BASE_CONF} --with-flavour=eglx --with-gles=2.0"
-PACKAGE_ARCH_beagleboard = "${MACHINE_ARCH}"
-
-DEPENDS_omap3evm = "${STDDEPENDS} libgles-omap3 tslib"
-EXTRA_OECONF_omap3evm = "${BASE_CONF} --with-flavour=eglx --with-gles=2.0"
-PACKAGE_ARCH_omap3evm = "${MACHINE_ARCH}"
-
-DEPENDS_overo = "${STDDEPENDS} libgles-omap3 tslib"
-EXTRA_OECONF_overo = "${BASE_CONF} --with-flavour=eglx --with-gles=2.0"
-PACKAGE_ARCH_overo = "${MACHINE_ARCH}"
-
 DEPENDS_mx31ads = "${STDDEPENDS} libgles-mx31 tslib"
 EXTRA_OECONF_mx31ads = "${BASE_CONF} --with-flavour=eglnative"
 PACKAGE_ARCH_mx31ads = "${MACHINE_ARCH}"
-- 
1.6.1




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-05  6:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 12:32 [STABLE][PATCH 1/3] clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible machines Koen Kooi
2009-11-04 12:32 ` [STABLE][PATCH 2/3] xserver-xorg-conf: add omap3517-evm support Koen Kooi
2009-11-04 12:32   ` [STABLE][PATCH 3/3] omap3517-evm: omap3517 was the pre-production name, AM3517 is the production name, rename machine to avoid confusion Koen Kooi
2009-11-05  6:02     ` Denys Dmytriyenko
2009-11-05  6:00   ` [STABLE][PATCH 2/3] xserver-xorg-conf: add omap3517-evm support Denys Dmytriyenko
2009-11-05  5:59 ` [STABLE][PATCH 1/3] clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible machines Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.