All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Cc: Koen Kooi <koen@openembedded.org>, Koen Kooi <k-kooi@ti.com>
Subject: Re: [STABLE][PATCH 1/3] clutter.inc: rework armv7a machines a	bit and add omap3517-evm to compatible machines
Date: Thu, 05 Nov 2009 00:59:44 -0500	[thread overview]
Message-ID: <20091105055944.GE30116@denix.org> (raw)
In-Reply-To: <1257337925-46801-1-git-send-email-koen@dominion.thruhere.net>

On Wed, Nov 04, 2009 at 01:32:03PM +0100, Koen Kooi wrote:
> From: Koen Kooi <koen@openembedded.org>
> 
> Signed-off-by: Koen Kooi <k-kooi@ti.com>

Is it a correct assumption that all armv7a machines will be OMAP3-based with 
GLES? :) Would SOC_FEATURES fit here better?

Acked-by: Denys Dmytriyenko <denis@denix.org>

> 
> ---
>  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
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



      parent reply	other threads:[~2009-11-05  6:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091105055944.GE30116@denix.org \
    --to=denis@denix.org \
    --cc=k-kooi@ti.com \
    --cc=koen@openembedded.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.