Re: [meta-freescale] [meta-fsl-arm-extra][PATCHv2] linux-boundary: Updated SRCREV to pull latest changes.

2013-07-10 Thread Erik Botö
On Tue, Jul 9, 2013 at 5:18 PM, Otavio Salvador ota...@ossystems.com.brwrote: On Tue, Jul 9, 2013 at 11:50 AM, Erik Botö erik.b...@pelagicore.com wrote: The linux-boundary git now contain fixes for GCC 4.8. Without those the kernels built using GCC 4.8 crashed during boot.

Re: [meta-freescale] Wandboard Quad experience (good!)

2013-07-10 Thread Chris Tapp
Hi John, On 10 Jul 2013, at 03:57, John Weber wrote: Hi Chris, First off - thanks for trying out the kernel. Let me know if you see anything that needs to be fixed. Patches are welcome, of course. I chatted with Otavio about this issue because I'm working on getting Quad up and

Re: [meta-freescale] QtMultimedia on i.MX6

2013-07-10 Thread Thomas Senyk
On Wednesday, 10 July, 2013 10:25:09 Philip Craig wrote: On Wed, Jul 10, 2013 at 9:53 AM, Rogerio Nunes ronu...@gmail.com wrote: On Tue, Jul 9, 2013 at 4:14 AM, Thomas Senyk thomas.se...@pelagicore.com wrote: On Friday, 05 July, 2013 13:16:23 Rogerio Nunes wrote: Repository is public

Re: [meta-freescale] [meta-fsl-arm-extra][PATCHv2] linux-boundary: Updated SRCREV to pull latest changes.

2013-07-10 Thread Erik Botö
On Wed, Jul 10, 2013 at 8:37 AM, Erik Botö erik.b...@pelagicore.com wrote: On Tue, Jul 9, 2013 at 5:18 PM, Otavio Salvador ota...@ossystems.com.brwrote: On Tue, Jul 9, 2013 at 11:50 AM, Erik Botö erik.b...@pelagicore.com wrote: The linux-boundary git now contain fixes for GCC 4.8. Without

Re: [meta-freescale] QtMultimedia on i.MX6

2013-07-10 Thread Philip Craig
On Wed, Jul 10, 2013 at 6:26 PM, Thomas Senyk thomas.se...@pelagicore.comwrote: On Wednesday, 10 July, 2013 10:25:09 Philip Craig wrote: On Wed, Jul 10, 2013 at 9:53 AM, Rogerio Nunes ronu...@gmail.com wrote: On Tue, Jul 9, 2013 at 4:14 AM, Thomas Senyk thomas.se...@pelagicore.com

Re: [meta-freescale] wayland enabled gpu-viv

2013-07-10 Thread Thomas Senyk
On Wednesday, 10 July, 2013 7:16:29 Ahsan, Noor wrote: Hello, We are working on wayland support on saberlite. I saw that meta-fsl-arm layer does not have wayland enabled gpu-viv recipes. May I know what is the plan regarding that? I'm currently overloaded with my imx6-vpu work, but in

Re: [meta-freescale] wayland enabled gpu-viv

2013-07-10 Thread Ahsan, Noor
So you have modified same gpu-viv recipe that is available in meta-fal-arm or created the new one. I am interested to know couple of things here. First is why gpu-viv recipe is removing wayland specific things. See following # FIXME: Remove Wayland contents rm -r

Re: [meta-freescale] QtMultimedia on i.MX6

2013-07-10 Thread Thomas Senyk
On Wednesday, 10 July, 2013 19:13:57 Philip Craig wrote: On Wed, Jul 10, 2013 at 6:26 PM, Thomas Senyk thomas.se...@pelagicore.comwrote: On Wednesday, 10 July, 2013 10:25:09 Philip Craig wrote: On Wed, Jul 10, 2013 at 9:53 AM, Rogerio Nunes ronu...@gmail.com wrote: On Tue, Jul 9,

Re: [meta-freescale] QtMultimedia on i.MX6

2013-07-10 Thread Philip Craig
On Wed, Jul 10, 2013 at 7:52 PM, Thomas Senyk thomas.se...@pelagicore.comwrote: On Wednesday, 10 July, 2013 19:13:57 Philip Craig wrote: On Wed, Jul 10, 2013 at 6:26 PM, Thomas Senyk thomas.se...@pelagicore.comwrote: On Wednesday, 10 July, 2013 10:25:09 Philip Craig wrote: On Wed,

Re: [meta-freescale] wayland enabled gpu-viv

2013-07-10 Thread Thomas Senyk
On Wednesday, 10 July, 2013 9:28:06 Ahsan, Noor wrote: So you have modified same gpu-viv recipe that is available in meta-fal-arm or created the new one. I am interested to know couple of things here. First is why gpu-viv recipe is removing wayland specific things. See following #

Re: [meta-freescale] Wandboard Quad experience (good!)

2013-07-10 Thread Otavio Salvador
On Wed, Jul 10, 2013 at 4:50 AM, Chris Tapp opensou...@keylevel.com wrote: Hi John, On 10 Jul 2013, at 03:57, John Weber wrote: Hi Chris, First off - thanks for trying out the kernel. Let me know if you see anything that needs to be fixed. Patches are welcome, of course. I chatted with

Re: [meta-freescale] Booting Yocto on i.MX35

2013-07-10 Thread Fabio Estevam
Hi Gary, On Tue, Jun 18, 2013 at 8:34 AM, Fabio Estevam feste...@gmail.com wrote: Hi Gary, On Tue, Jun 18, 2013 at 4:02 AM, Gary Thomas g...@mlbassoc.com wrote: I don't have a mx35pdk board handy, but looking at the defconfig both framebuffer and camera support are selected. Indeed, but

[meta-freescale] Gstreamer pipeline problem

2013-07-10 Thread Chris Tapp
I've got an application which uses playbin2 to capture video. The pipeline is of the form: playbin2 uri=... video-sink=queue2 ! videoscale ! video/x-raw-rgb, pixel-aspect-ratio=1/1, width=capture-width, height=capture-height ! fakesink I then get the frame property from the pipeline and use

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-10 Thread Chris Tapp
On 10 Jul 2013, at 20:19, Chris Tapp wrote: I've got an application which uses playbin2 to capture video. The pipeline is of the form: playbin2 uri=... video-sink=queue2 ! videoscale ! video/x-raw-rgb, pixel-aspect-ratio=1/1, width=capture-width, height=capture-height ! fakesink I