All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-prefs: update graphics preferred version
@ 2013-04-05 18:30 Chase Maupin
  2013-04-05 18:32 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Chase Maupin @ 2013-04-05 18:30 UTC (permalink / raw)
  To: meta-arago

* Update the preferred version of the TI graphics components to
  the version that will support the later v3.8 kernels as well.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 .../conf/distro/include/arago-prefs.inc            |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index d858a52..853844a 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -7,8 +7,10 @@ PREFERRED_VERSION_wpa-supplicant = "2.0-devel-ti"
 PREFERRED_VERSION_hostap-daemon = "2.0-devel-ti"
 
 # Use v4.08.00.01 of the Graphics SDK
-PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01"
-PREFERRED_VERSION_libgles-omap3 = "4.08.00.01"
+#PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01"
+#PREFERRED_VERSION_libgles-omap3 = "4.08.00.01"
+PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
+PREFERRED_VERSION_libgles-omap3 = "4.09.00.01"
 
 ARAGO_QT_PROVIDER = "${@base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d)}"
 
-- 
1.7.0.4



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

* Re: [PATCH] arago-prefs: update graphics preferred version
  2013-04-05 18:30 [PATCH] arago-prefs: update graphics preferred version Chase Maupin
@ 2013-04-05 18:32 ` Denys Dmytriyenko
  2013-04-05 18:39   ` Maupin, Chase
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-04-05 18:32 UTC (permalink / raw)
  To: Chase Maupin; +Cc: meta-arago

On Fri, Apr 05, 2013 at 01:30:45PM -0500, Chase Maupin wrote:
> * Update the preferred version of the TI graphics components to
>   the version that will support the later v3.8 kernels as well.
> 
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
>  .../conf/distro/include/arago-prefs.inc            |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index d858a52..853844a 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -7,8 +7,10 @@ PREFERRED_VERSION_wpa-supplicant = "2.0-devel-ti"
>  PREFERRED_VERSION_hostap-daemon = "2.0-devel-ti"
>  
>  # Use v4.08.00.01 of the Graphics SDK
> -PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01"
> -PREFERRED_VERSION_libgles-omap3 = "4.08.00.01"
> +#PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01"
> +#PREFERRED_VERSION_libgles-omap3 = "4.08.00.01"
> +PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
> +PREFERRED_VERSION_libgles-omap3 = "4.09.00.01"

There is no such version neither in meta-ti nor in meta-arago :)


>  ARAGO_QT_PROVIDER = "${@base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d)}"
>  
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] arago-prefs: update graphics preferred version
  2013-04-05 18:32 ` Denys Dmytriyenko
@ 2013-04-05 18:39   ` Maupin, Chase
  0 siblings, 0 replies; 3+ messages in thread
From: Maupin, Chase @ 2013-04-05 18:39 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org

Patch was sent to meta-ti to add it :)

But I should probably not leave the old version commented out.  Still, I figured this needs adaptation based on your "branding" patches.


Sincerely,
Chase Maupin
Integration Team Manager
Linux Core Product Development
e-mail: chase.maupin@ti.com
phone: (214) 567-2950

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/ 


> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, April 05, 2013 1:33 PM
> To: Maupin, Chase
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] arago-prefs: update graphics
> preferred version
> 
> On Fri, Apr 05, 2013 at 01:30:45PM -0500, Chase Maupin wrote:
> > * Update the preferred version of the TI graphics components to
> >   the version that will support the later v3.8 kernels as well.
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > ---
> >  .../conf/distro/include/arago-prefs.inc            |    6
> ++++--
> >  1 files changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-arago-distro/conf/distro/include/arago-
> prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > index d858a52..853844a 100644
> > --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> > @@ -7,8 +7,10 @@ PREFERRED_VERSION_wpa-supplicant = "2.0-devel-
> ti"
> >  PREFERRED_VERSION_hostap-daemon = "2.0-devel-ti"
> >
> >  # Use v4.08.00.01 of the Graphics SDK
> > -PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01"
> > -PREFERRED_VERSION_libgles-omap3 = "4.08.00.01"
> > +#PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01"
> > +#PREFERRED_VERSION_libgles-omap3 = "4.08.00.01"
> > +PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
> > +PREFERRED_VERSION_libgles-omap3 = "4.09.00.01"
> 
> There is no such version neither in meta-ti nor in meta-arago :)
> 
> 
> >  ARAGO_QT_PROVIDER =
> "${@base_contains('MACHINE_FEATURES','sgx','qt4-embedded-
> gles','qt4-embedded',d)}"
> >
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2013-04-05 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 18:30 [PATCH] arago-prefs: update graphics preferred version Chase Maupin
2013-04-05 18:32 ` Denys Dmytriyenko
2013-04-05 18:39   ` Maupin, Chase

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.