[meta-freescale] [ANN] "dora" branch created for ARM BSP layers

2013-09-27 Thread Otavio Salvador
Hello, We’ve made the ‘dora’ branches available and changed the ‘fsl-community-bsp-platform’ to use them. At this moment, the branches are going to be kept in sync with master and are they to allow people to setup their environments, documentation and products to base on dora. Please check if yo

[meta-freescale] Updates for meta-fsl-demos in 2013-09-28

2013-09-27 Thread Otavio Salvador
Hello, I pushed following changes for master and dora: commit 393b0119d513f9abf7b0570ab0d32b81583dedca Author: Otavio Salvador Date: Wed Sep 25 22:12:50 2013 -0300 packagegroup-fsl: Fix build without gst-fsl-plugin support There are many situations we want to avoid the inclusion of

[meta-freescale] Updates for meta-fsl-arm-extra in 2013-09-28

2013-09-27 Thread Otavio Salvador
Hi, I pushed following changes to master and dora: commit cc64dc7e894915e9be4e6ac34e01a4f5c123b7b4 Author: Otavio Salvador Date: Wed Sep 25 22:24:48 2013 -0300 cfa10036.inc: Fix machine override definition The order of processing is done from left to right so the machine-group ou

Re: [meta-freescale] Updates for meta-fsl-arm in 2013-09-28

2013-09-27 Thread Otavio Salvador
On Sat, Sep 28, 2013 at 3:18 AM, Otavio Salvador wrote: > Hello, > > I pushed following changes for master and dora branches: I also pushed these: commit 7fd5374958f55049c66a0f650e344eec6d6791bf Author: Otavio Salvador Date: Mon Sep 23 14:08:50 2013 -0300 xf86-video-imxfb-vivante: Use MA

[meta-freescale] Updates for meta-fsl-arm in 2013-09-28

2013-09-27 Thread Otavio Salvador
Hello, I pushed following changes for master and dora branches: commit fd6648d22773d693273b733e0e0e4adc6c1e62db Author: Otavio Salvador Date: Mon Sep 23 16:43:43 2013 -0300 gst-fsl-plugin.inc: Remove redundant PACKAGE_ARCH setting The PACKAGE_ARCH is now dynamically set for package w

[meta-freescale] R: R: # IMX53 GSTREAMER PROBLEMS

2013-09-27 Thread Simone
Hello Daiane, Ok, even if the mp3 is not VPU accelerated (sorry for my stupid thinking) i want to insert in the OS all the multimedia support to be ready in the future, if will be necessary for other application. Now, I have cloned the linux kernel sources and I usually work on my copy of it. When

Re: [meta-freescale] R: # IMX53 GSTREAMER PROBLEMS

2013-09-27 Thread Daiane Angolini
On 09/27/2013 04:22 PM, Simone wrote: Hello Daiane, thank you for your reply. Yes, I want to use FSL plugins to benefit from the hardware acceleration (even if I have to play only mp3 files). I'm going to help you to get gst-fsl-plugin installed on your rootfs, although, I must say you that t

[meta-freescale] R: # IMX53 GSTREAMER PROBLEMS

2013-09-27 Thread Simone
Hello Daiane, thank you for your reply. Yes, I want to use FSL plugins to benefit from the hardware acceleration (even if I have to play only mp3 files). The preferred provider for my MACHINE is "linux" as you can see below (I post my MACHINE .conf file FYR) /*===

Re: [meta-freescale] # IMX53 GSTREAMER PROBLEMS

2013-09-27 Thread Daiane Angolini
On 09/27/2013 02:16 PM, Simone wrote: Dear All, i’m trying to include the gstreamer in our image for iMX53, I have included the package gstreamer, by adding it in my .bb file with: IMAGE_INSTALL += “gstreamer \” The problem is that when I try to play an audio file from my qt4 application (usin

Re: [meta-freescale] # IMX53 GSTREAMER PROBLEMS

2013-09-27 Thread Jose Mª Ferreiro
Hello We work with iMX6Q on dylan but we found very useful this Daiane's document: https://community.freescale.com/docs/DOC-95254 Try adding those licenses and packages. Best regards El 27/09/2013 19:16, Simone escribió: Dear All, i'm trying to include the gstreamer in our image for iMX53

Re: [meta-freescale] Gstreamer problem with mfw_isink

2013-09-27 Thread Jose Mª Ferreiro
Hello Lauren I will never know. At noon we decided to do a ./repo sync (three weeks from last). Now the isink.imx is included. When I try to look at autoconfigure work, I find references to linux/mxcfb.h and the sink compiled. Thanks any way, Jose PD: a full family of pinguins is also incl

Re: [meta-freescale] Gstreamer problem with mfw_isink

2013-09-27 Thread Jose Mª Ferreiro
El 27/09/2013 17:39, Daiane Angolini escribió: On 09/27/2013 11:46 AM, Jose Mª Ferreiro wrote: El 27/09/2013 14:30, Daiane Angolini escribió: On 09/27/2013 06:28 AM, diego wrote: El 27/09/2013 9:16, diego escribió: Hello, Yesterday I just wrote here: https://community.freescale.com/docs/D

[meta-freescale] # IMX53 GSTREAMER PROBLEMS

2013-09-27 Thread Simone
Dear All, i'm trying to include the gstreamer in our image for iMX53, I have included the package gstreamer, by adding it in my .bb file with: IMAGE_INSTALL += "gstreamer \" The problem is that when I try to play an audio file from my qt4 application (using Phonon) it give me this error:

[meta-freescale] Gstreamer problem with mfw_isink

2013-09-27 Thread diego
Hello, Yesterday I just wrote here: https://community.freescale.com/docs/DOC-93788, explaining this: I'm working with gstreamer using fsl-image-gui (dylan branch) and I tried Multi-Overlay tutorial (see link above) . However when I try to use *mfw_isink, *gstreamer tells me : WARNING: e

Re: [meta-freescale] Gstreamer problem with mfw_isink

2013-09-27 Thread Daiane Angolini
On 09/27/2013 11:46 AM, Jose Mª Ferreiro wrote: El 27/09/2013 14:30, Daiane Angolini escribió: On 09/27/2013 06:28 AM, diego wrote: El 27/09/2013 9:16, diego escribió: Hello, Yesterday I just wrote here: https://community.freescale.com/docs/DOC-93788, explaining this: WARNING: erroneou

Re: [meta-freescale] Gstreamer problem with mfw_isink

2013-09-27 Thread Post Lauren-RAA013
Gst plugin for Isink needs access to mxc_fb.h. If gstreamer during autoconfigure state does not find this which has resided in the kernel/include/linux directory than it will auto configure it out of the build. Need to add includes in gst-fsl-plugin to the path where mxc_fb.h resides. -Or

Re: [meta-freescale] Gstreamer problem with mfw_isink

2013-09-27 Thread Jose Mª Ferreiro
El 27/09/2013 14:30, Daiane Angolini escribió: On 09/27/2013 06:28 AM, diego wrote: El 27/09/2013 9:16, diego escribió: Hello, Yesterday I just wrote here: https://community.freescale.com/docs/DOC-93788, explaining this: WARNING: erroneous pipeline: no element "mfw_isink" So if I inspe

Re: [meta-freescale] Gstreamer problem with mfw_isink

2013-09-27 Thread Daiane Angolini
On 09/27/2013 06:28 AM, diego wrote: El 27/09/2013 9:16, diego escribió: Hello, Yesterday I just wrote here: https://community.freescale.com/docs/DOC-93788, explaining this: I'm working with gstreamer using fsl-image-gui (dylan branch) and I tried Multi-Overlay tutorial (see link above) . H

Re: [meta-freescale] GStreamer: Request a key frame in vpuenc

2013-09-27 Thread Javier Jardón
On 27 September 2013 01:19, John Weber wrote: > This is probably not the right list. I would push this to the Freescale > Community at community.freescale.com. Done [1], thanks! [1] https://community.freescale.com/thread/312932 > > On 9/26/13 7:16 PM, Javier Jardón wrote: >> >> Hi, >> >> this

Re: [meta-freescale] iMX6 Qt / EGLFS

2013-09-27 Thread Juha Vuolle
2013/9/27 Thomas Senyk : > On Wednesday, 25 September, 2013 14:55:51 Bell, Andrew [Allen & Heath UK] > wrote: >> Hi All >> >> Could someone tell me the current state of next branch for iMX6 solo / dual >> lite for EGLFS support ? > > It's working flawlessly :) Confirm that, beautiful and performan

Re: [meta-freescale] iMX6 Qt / EGLFS

2013-09-27 Thread Thomas Senyk
On Wednesday, 25 September, 2013 14:55:51 Bell, Andrew [Allen & Heath UK] wrote: > Hi All > > Could someone tell me the current state of next branch for iMX6 solo / dual > lite for EGLFS support ? It's working flawlessly :) > > I'm trying to get Qt 5 with opengl compiled externally against my

Re: [meta-freescale] Gstreamer problem with mfw_isink

2013-09-27 Thread diego
El 27/09/2013 9:16, diego escribió: Hello, Yesterday I just wrote here: https://community.freescale.com/docs/DOC-93788, explaining this: I'm working with gstreamer using fsl-image-gui (dylan branch) and I tried Multi-Overlay tutorial (see link above) . However when I try to use *mfw_isin

[meta-freescale] Gstreamer problem with mfw_isink

2013-09-27 Thread diego
Hello, Yesterday I just wrote here: https://community.freescale.com/docs/DOC-93788, explaining this: I'm working with gstreamer using fsl-image-gui (dylan branch) and I tried Multi-Overlay tutorial (see link above) . However when I try to use *mfw_isink, *gstreamer tells me : WARNING: e