Re: [meta-freescale] [PATCH 2/2] twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10

2013-07-29 Thread Otavio Salvador
On Fri, Jul 26, 2013 at 5:26 PM, Andy Voltz andy.vo...@timesys.com wrote: Signed-off-by: Andy Voltz andy.vo...@timesys.com In master-next :-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53)

Re: [meta-freescale] [v3 PATCH 0/3] Add support for twr-vf65gs10

2013-07-29 Thread Otavio Salvador
On Fri, Jul 26, 2013 at 7:12 PM, Fabio Estevam feste...@gmail.com wrote: Hi Andy, On Fri, Jul 26, 2013 at 5:26 PM, Andy Voltz andy.vo...@timesys.com wrote: This series adds initial support for the Vybrid twr-vf65gs10 platform. Changes in v3: * Use mainline u-boot This is excellent!

Re: [meta-freescale] [meta-fsl-arm][PATCH v7] qt5: add mx5 and mx6 support

2013-07-29 Thread Eric Bénard
Hi Otavio, Le Mon, 10 Jun 2013 15:35:07 +0200, Eric Bénard e...@eukrea.com a écrit : - this allow to build qt5 with OpenGL ES support for i.MX5 and i.MX6 - tested on i.MX51, i.MX53 and i.MX6Q - X11 support is not yet tested so we don't change the core settings when x11 is in DISTRO_FEATURES

Re: [meta-freescale] [meta-fsl-arm][PATCH v7] qt5: add mx5 and mx6 support

2013-07-29 Thread Otavio Salvador
On Mon, Jul 29, 2013 at 9:25 AM, Eric Bénard e...@eukrea.com wrote: Hi Otavio, Le Mon, 10 Jun 2013 15:35:07 +0200, Eric Bénard e...@eukrea.com a écrit : - this allow to build qt5 with OpenGL ES support for i.MX5 and i.MX6 - tested on i.MX51, i.MX53 and i.MX6Q - X11 support is not yet

Re: [meta-freescale] [meta-fsl-arm][PATCH v7] qt5: add mx5 and mx6 support

2013-07-29 Thread Eric Bénard
Le Mon, 29 Jul 2013 09:45:54 -0300, Otavio Salvador ota...@ossystems.com.br a écrit : On Mon, Jul 29, 2013 at 9:25 AM, Eric Bénard e...@eukrea.com wrote: Hi Otavio, Le Mon, 10 Jun 2013 15:35:07 +0200, Eric Bénard e...@eukrea.com a écrit : - this allow to build qt5 with OpenGL ES

Re: [meta-freescale] [meta-fsl-arm][PATCH v7] qt5: add mx5 and mx6 support

2013-07-29 Thread Otavio Salvador
On Mon, Jul 29, 2013 at 9:48 AM, Eric Bénard e...@eukrea.com wrote: Le Mon, 29 Jul 2013 09:45:54 -0300, Otavio Salvador ota...@ossystems.com.br a écrit : On Mon, Jul 29, 2013 at 9:25 AM, Eric Bénard e...@eukrea.com wrote: Hi Otavio, Le Mon, 10 Jun 2013 15:35:07 +0200, Eric Bénard

Re: [meta-freescale] Cross compile mesa ./configure error - how to install python libmxl2 module?

2013-07-29 Thread Otavio Salvador
On Fri, Jul 26, 2013 at 8:29 AM, Michał Ściubidło michal.sciubi...@gmail.com wrote: Hi I'm trying to build upstream mesa + etna_viv driver. ./configure --target=${TARGET} --host=${TARGET} \ --enable-gles2 --enable-gles1 --disable-glx --enable-egl --enable-dri \

Re: [meta-freescale] Cross compile mesa ./configure error - how to install python libmxl2 module?

2013-07-29 Thread Michał Ściubidło
Did you see https://github.com/dv1/meta-etnaviv ? Yes. I wanted to install mesa with etnaviv driver not bare etnaviv. My post is outdated. I'm working on etnaviv under ubuntu 13.04 armhf. Thank you for your time. ___ meta-freescale mailing list

Re: [meta-freescale] Problem building core-image-x11

2013-07-29 Thread Angolini Daiane-B19406
As I remember, new vivante package does not have an external dri package. It was included into the vivante package. So, the -dri package is not needed any more, as the DRI source code is inside vivante package. Do you know which package requires libvivante-dri-mx6? Daiane

Re: [meta-freescale] Problem building core-image-x11

2013-07-29 Thread John Weber
Daiane - it is this one: xf86-video-imxfb-vivante It is required for both core-image-x11 and fsl-image-gui John On 7/29/13 8:20 AM, Angolini Daiane-B19406 wrote: As I remember, new vivante package does not have an external dri package. It was included into the vivante package. So, the -dri

Re: [meta-freescale] Problem building core-image-x11

2013-07-29 Thread Angolini Daiane-B19406
I will take a look. We may had missed something during the 3.5.7 port Daiane From: meta-freescale-boun...@yoctoproject.org [meta-freescale-boun...@yoctoproject.org] on behalf of John Weber [rjohnwe...@gmail.com] Sent: Monday, July 29, 2013 10:24 To:

Re: [meta-freescale] Problem building core-image-x11

2013-07-29 Thread Toby Flynn
I have a fix that builds a image, but is not tested on hardware so I cannot submit a tested patch. The line FILES_libvivante-dri-mx6 = ${libdir}/dri/vivante_dri.so fails because the file ${libdir}/dri/vivante_dri.so is not present. I added 2 lines to do_install to copy vivante_dri.so to

Re: [meta-freescale] Problem building core-image-x11

2013-07-29 Thread Otavio Salvador
On Mon, Jul 29, 2013 at 10:42 AM, Toby Flynn campingandski...@gmail.com wrote: I have a fix that builds a image, but is not tested on hardware so I cannot submit a tested patch. The line FILES_libvivante-dri-mx6 = ${libdir}/dri/vivante_dri.so fails because the file

Re: [meta-freescale] RFC regarding glimagesink

2013-07-29 Thread Rogerio Nunes
Hi Eric, I've been usually working without X, so don't know much about glimagesink. I have some comments about bitbuck branches bellow. On Sun, Jul 28, 2013 at 7:44 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi all, I spent some time looking at the internals of glimagesink

[meta-freescale] [Summary] Know 3D issues for i.MX6 Vivante

2013-07-29 Thread Diego
Hello everybody, I've tested 3D rendering on i.MX6 for some months now, but it seems some important problems still need to be sorted out. I'll recap them for the stakeholders and FSL guys following the list. X11 can run only at 16bpp color depth, 24bpp crashes X:

Re: [meta-freescale] RFC regarding glimagesink

2013-07-29 Thread Eric Nelson
Thanks Rogerio, On 07/29/2013 07:35 AM, Rogerio Nunes wrote: Hi Eric, I've been usually working without X, so don't know much about glimagesink. I have some comments about bitbuck branches bellow. Note that my testing was also without X. On Sun, Jul 28, 2013 at 7:44 PM, Eric Nelson

Re: [meta-freescale] Problem building core-image-x11

2013-07-29 Thread Otavio Salvador
On Mon, Jul 29, 2013 at 11:05 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, Jul 29, 2013 at 10:42 AM, Toby Flynn campingandski...@gmail.com wrote: I have a fix that builds a image, but is not tested on hardware so I cannot submit a tested patch. The line FILES_libvivante-dri-mx6

[meta-freescale] [meta-fsl-arm PATCH] gpu-viv-bin-mx6q.inc: Ensure DRI module is add for Wayland + X11 case

2013-07-29 Thread Otavio Salvador
When Wayland and X11 distro features are enabled, ensure DRI module is installed. Fixes a regression introduced by 20d7652 (gpu-viv-bin-mx6q: Adding support to install Wayland GPU libs). Change-Id: I0b515641edee6a172469f65068f9de837b592c87 Signed-off-by: Otavio Salvador ota...@ossystems.com.br

Re: [meta-freescale] [meta-fsl-arm PATCH] gpu-viv-bin-mx6q.inc: Ensure DRI module is add for Wayland + X11 case

2013-07-29 Thread Otavio Salvador
On Mon, Jul 29, 2013 at 1:21 PM, Otavio Salvador ota...@ossystems.com.br wrote: When Wayland and X11 distro features are enabled, ensure DRI module is installed. Fixes a regression introduced by 20d7652 (gpu-viv-bin-mx6q: Adding support to install Wayland GPU libs). Change-Id:

Re: [meta-freescale] [Summary] Know 3D issues for i.MX6 Vivante

2013-07-29 Thread Otavio Salvador
On Mon, Jul 29, 2013 at 12:08 PM, Diego diego...@zoho.com wrote: ... vivante-gpu-sdk samples (not building on hardfp atm). Please report one ticket for this issue as well. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

[meta-freescale] Updates to meta-fsl-demos in 2013-07-29

2013-07-29 Thread Otavio Salvador
Hello, I pushed following changes onto master: commit 833c511f9490c5a5a73e75f11b0c71b88c8b0914 Author: Otavio Salvador ota...@ossystems.com.br Date: Mon Jul 15 19:27:16 2013 -0300 pointercal-xinput: Add mx6 default calibration data This change has been based on a change done in

[meta-freescale] Updates for meta-fsl-arm in 2013-07-29

2013-07-29 Thread Otavio Salvador
Hello, I have pushed following changes onto master: commit 547315e01ab1c802d8490cc087a9affa0ad6c6ee Author: Andy Voltz andy.vo...@timesys.com Date: Fri Jul 26 13:51:50 2013 -0400 twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10 Change-Id:

Re: [meta-freescale] RFC regarding glimagesink

2013-07-29 Thread Rogerio Nunes
My apologies, Eric. I misread your email the first time. I'm trying a clean build now with master-next, but I'm having dependency issues. As soon as I fix this I'll look into glimagesink. On Mon, Jul 29, 2013 at 11:08 AM, Eric Nelson eric.nel...@boundarydevices.com wrote: Thanks Rogerio, On

Re: [meta-freescale] [meta-fsl-arm PATCH] gpu-viv-bin-mx6q.inc: Ensure DRI module is add for Wayland + X11 case

2013-07-29 Thread John Weber
On 7/29/13 11:26 AM, Otavio Salvador wrote: On Mon, Jul 29, 2013 at 1:21 PM, Otavio Salvador ota...@ossystems.com.br wrote: When Wayland and X11 distro features are enabled, ensure DRI module is installed. Fixes a regression introduced by 20d7652 (gpu-viv-bin-mx6q: Adding support to install

Re: [meta-freescale] RFC regarding glimagesink

2013-07-29 Thread Eric Nelson
Hi Rogerio, On 07/29/2013 12:29 PM, Rogerio Nunes wrote: My apologies, Eric. I misread your email the first time. I'm trying a clean build now with master-next, but I'm having dependency issues. As soon as I fix this I'll look into glimagesink. I had some dependency issues as well, and I

Re: [meta-freescale] RFC regarding glimagesink

2013-07-29 Thread Otavio Salvador
On Mon, Jul 29, 2013 at 4:54 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Rogerio, On 07/29/2013 12:29 PM, Rogerio Nunes wrote: My apologies, Eric. I misread your email the first time. I'm trying a clean build now with master-next, but I'm having dependency issues. As soon

Re: [meta-freescale] RFC regarding glimagesink

2013-07-29 Thread Rogerio Nunes
On Mon, Jul 29, 2013 at 3:54 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Rogerio, On 07/29/2013 12:29 PM, Rogerio Nunes wrote: My apologies, Eric. I misread your email the first time. I'm trying a clean build now with master-next, but I'm having dependency issues. As soon

Re: [meta-freescale] RFC regarding glimagesink

2013-07-29 Thread Eric Nelson
On 07/29/2013 01:06 PM, Otavio Salvador wrote: On Mon, Jul 29, 2013 at 4:54 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: Hi Rogerio, On 07/29/2013 12:29 PM, Rogerio Nunes wrote: My apologies, Eric. I misread your email the first time. I'm trying a clean build now with

Re: [meta-freescale] RFC regarding glimagesink

2013-07-29 Thread Rogerio Nunes
I meant: out of an X-LIKE environment ;) On Mon, Jul 29, 2013 at 4:24 PM, Rogerio Nunes ronu...@gmail.com wrote: On Mon, Jul 29, 2013 at 4:12 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: On 07/29/2013 01:06 PM, Otavio Salvador wrote: On Mon, Jul 29, 2013 at 4:54 PM, Eric Nelson

Re: [meta-freescale] [PATCH] base.bbclass: Add support to EXTRA_DISTRO_FEATURES

2013-07-29 Thread Otavio Salvador
Hello Eric and Rogerio, On Mon, Jul 29, 2013 at 7:26 PM, Otavio Salvador ota...@ossystems.com.br wrote: This allow the addition and removal of distro features easily. To add a feature, use: EXTRA_DISTRO_FEATURES += wayland and to remove, use '~' prefix, as: EXTRA_DISTRO_FEATURES += ~x11

Re: [meta-freescale] [meta-fsl-ppc][PATCH] add license file for TestFloat

2013-07-29 Thread Luo Zhenhua-B19537
Applied, thanks. Best Regards, Zhenhua -Original Message- From: Liu Ting-B28495 Sent: Thursday, July 25, 2013 2:26 PM To: meta-freescale@yoctoproject.org Cc: Luo Zhenhua-B19537; Liu Ting-B28495 Subject: [meta-fsl-ppc][PATCH] add license file for TestFloat From: Ting Liu

Re: [meta-freescale] [OE-core] [PATCH] base.bbclass: Add support to EXTRA_DISTRO_FEATURES

2013-07-29 Thread Abhijit Potnis
Hello Otavio, Thanks for pulling in the fix from meta-mentor. I am extremely sorry for breaking so many builds, it was a gross mistake from my end and I did overlook this issue. This fix should set right up the broken builds. Regards, Abhijit On Mon, Jul 29, 2013 at 3:57 PM, Rogerio Nunes