[meta-freescale] Building qtbase for imx6qsabresd

2013-11-14 Thread Simone
Hello, Today I've cloned the layer meta-qt5 because I want to try qt5 for imx6qsabresd. I added qtbase qtbase-tools and qtbase-plugins to my image recipe (which is based on fsl-image gui). Of course i have removed qt4 from build. The bsp i'm currently using is the fsl one, freshly cloned from dor

[meta-freescale] Updates to meta-fsl-arm-extra (dora) in 2013-11-14

2013-11-14 Thread Otavio Salvador
Hello, I pushed following updates: commit 11ac45d22963a3f047a85c96009c36cb6e156d0a Author: Otavio Salvador Date: Fri Nov 1 19:17:47 2013 -0200 m53evk: Do not enable GStreamer plugin The kernel used for this board is based in the mainline kernel and does not provide the Freesc

[meta-freescale] [meta-fsl-arm][PATCH 3/3] fsl-alsa-plugins: Update for 3.10 uapi headers

2013-11-14 Thread Otavio Salvador
From: Lauren Post Add include directory for uapi which contains the mxc_asrc.h header Change-Id: If4027ff5e7d7bc86704e095fe051aadfdf2f2e20 Signed-off-by: Lauren Post --- recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rec

[meta-freescale] [meta-fsl-arm][PATCH 1/3] linux-imx.inc: Remove imx-test specific hack

2013-11-14 Thread Otavio Salvador
The new kernels now have all generated contents installed in sysroot so the imx-text specific hacks are not need anymore. Change-Id: I050fc33ca20447d7453f5553be7c9135354ddb45 Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc.inc | 3 --- recipes-kernel/linux/linux-imx.inc | 18

Re: [meta-freescale] mfw_isink imx53 missing libgstfsl-0.10.so

2013-11-14 Thread Otavio Salvador
Hello Janis, On Thu, Nov 14, 2013 at 2:23 PM, Otavio Salvador wrote: > On Thu, Nov 14, 2013 at 5:36 AM, Janis Coders wrote: >> Seems like the bug has been reported a year ago for imx6, but I've got the >> same bug for imx53 (about not found library): >> https://bugzilla.yoctoproject.org/show_bug

[meta-freescale] [meta-fsl-arm][PATCH 2/3] gst-fsl-plugin.inc: Add libgstfsl-0.10.so in ${PN}-libgstfsl

2013-11-14 Thread Otavio Salvador
The mfw_isink plugin looks for the libgstfsl-0.10.so library, instead of the proper soname. This forces the inclusion of the .so file in the runtime package. Fixes [YOCTO: #3781] Change-Id: I370f5ca6bfbcd5e65fd68214d8ca61434dd8757b Signed-off-by: Otavio Salvador --- recipes-multimedia/gstreamer

Re: [meta-freescale] mfw_isink imx53 missing libgstfsl-0.10.so

2013-11-14 Thread Otavio Salvador
Hello Janis, On Thu, Nov 14, 2013 at 5:36 AM, Janis Coders wrote: > On 11/13/2013 05:58 PM, Otavio Salvador wrote: >> >> On Wed, Nov 13, 2013 at 1:03 PM, Janis Coders >> wrote: >>> >>> (dora branch, imx53, all image with gstreamer) >>> >>> Hi, recently started playing with gstreamer mfw_isink el

Re: [meta-freescale] latest stable kernel version for i.MX6

2013-11-14 Thread Otavio Salvador
Hi Marco, Nice to see you here :-) On Thu, Nov 14, 2013 at 5:00 AM, Marco wrote: > I am using Yocto dora with an imx6dlsabre and I see that it uses the 3.0.35 > (4.1.0) kernel version. > I wonder if there is any other more recent kernel version provided by > Freescale. > In meta-freescale ML I h

Re: [meta-freescale] mfw_isink imx53 missing libgstfsl-0.10.so

2013-11-14 Thread Janis Coders
On 11/13/2013 05:58 PM, Otavio Salvador wrote: On Wed, Nov 13, 2013 at 1:03 PM, Janis Coders wrote: (dora branch, imx53, all image with gstreamer) Hi, recently started playing with gstreamer mfw_isink element, which allows multiple simultaneous video playbacks on one screen. I am having multip