Re: [meta-freescale] [meta-fsl-ppc][PATCH] lttng-modules: build as 64-bit kernel module on e6500

2013-12-13 Thread zhenhua....@freescale.com
Applied, thanks. Best Regards, Zhenhua > -Original Message- > From: b40...@freescale.com [mailto:b40...@freescale.com] > Sent: Friday, December 13, 2013 3:48 PM > To: meta-freescale@yoctoproject.org > Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290 > Subject: [meta-fsl-pp

Re: [meta-freescale] [meta-fsl-ppc][PATCH] qemu: add gtk options in configure

2013-12-13 Thread zhenhua....@freescale.com
Applied, thanks. Best Regards, Zhenhua > -Original Message- > From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale- > boun...@yoctoproject.org] On Behalf Of Otavio Salvador > Sent: Friday, December 13, 2013 6:39 PM > To: Guo Chunrong-B40290 > Cc: meta-freescale@yoctopr

Re: [meta-freescale] mkfs application takes a long time

2013-12-13 Thread Fabio Estevam
On Fri, Dec 13, 2013 at 10:02 PM, Niklas Molin wrote: > Hi. > > I'm running a linux-imx (kernel 3.10) on a Sabre SD board. > I compiled e2fsprogs package on my ARM and installed it. So far everything > is well. > After that I tried to format the 8GB flash (mkfs.ext3) and it takes around > 3-4 hour

Re: [meta-freescale] ALSA in meta-qt5

2013-12-13 Thread Philip Craig
On Sat, Dec 14, 2013 at 5:24 AM, Alfonso Tamés wrote: > Does anyone know why if alsa-lib is getting included in IMAGE_INSTALL_append, > meta-qt5 is configuring qt5 with the -no-alsa flag? You need to add alsa to the qtbase PACKAGECONFIG. It can't auto detect that the image includes alsa-lib beca

[meta-freescale] mkfs application takes a long time

2013-12-13 Thread Niklas Molin
Hi. I'm running a linux-imx (kernel 3.10) on a Sabre SD board. I compiled e2fsprogs package on my ARM and installed it. So far everything is well. After that I tried to format the 8GB flash (mkfs.ext3) and it takes around 3-4 hours to do this, which seems to be way too long. Has anyone tried this

Re: [meta-freescale] [meta-fsl-arm][PATCH] gst-fsl-plugin: Fix that enables mfw_isink work by default.

2013-12-13 Thread Jānis Čoders
No, unfortunately I don't have imx6 based board. And yeah, I hoped someone could test this on imx6. On 13 December 2013 18:49, Daiane Angolini wrote: > On 13-12-2013 14:44, Jānis Čoders wrote: > >> I used board based on QSB - imx53. >> > > I think your patch breaks imx6. Are you available to tes

Re: [meta-freescale] re QT5 on Yocto

2013-12-13 Thread Joerg boge
Looks nice on Nitrogen 6x :-) Now bitbake for Mars Board, should work to I think. Only the Touchscreen not realy works. Am 13.12.2013 19:17, schrieb Alfonso Tamés: Joerg, Include dbus in IMAGE_INSTALL_append in your conf/local.conf file. Let me know what happens… Alfonso

[meta-freescale] ALSA in meta-qt5

2013-12-13 Thread Alfonso Tamés
Does anyone know why if alsa-lib is getting included in IMAGE_INSTALL_append, meta-qt5 is configuring qt5 with the -no-alsa flag? Otavio? Best regards, Alfonso ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoprojec

Re: [meta-freescale] re QT5 on Yocto

2013-12-13 Thread Alfonso Tamés
Joerg, Include dbus in IMAGE_INSTALL_append in your conf/local.conf file. Let me know what happens… Alfonso On Dec 13, 2013, at 11:03 AM, Joerg Boge wrote: > Spoke too soon :-( > > When I try > > Qt5_CinematicExperience -platform eglfs -plugin tslib > > > it abort with > > Cannot find

[meta-freescale] Updates to meta-fsl-arm (master) in 2013-12-13

2013-12-13 Thread Otavio Salvador
Hello, I pushed following updates: commit b04357d36e77e2ba5b9a8ddf2c2c8332b8063cde Author: Daiane Angolini Date: Thu Dec 12 13:35:00 2013 -0200 linux-imx: Update SRC_URI for new fetcher behavior. If SRCREV is not in the master branch, the SRC_URI must specify the branch.

[meta-freescale] Updates to meta-fsl-demos (master) in 2013-12-13

2013-12-13 Thread Otavio Salvador
Hello, I pushed following updates: commit bcf793274bb5a7b2cbfd5f6dc26d028c081d1c04 Author: John Weber Date: Tue Dec 10 14:47:51 2013 -0600 glive: Add recipe for Gstreamer Live Example glive is a Gstreamer Live Example project consisting of a server and a client program which

Re: [meta-freescale] re QT5 on Yocto

2013-12-13 Thread Joerg Boge
Spoke too soon :-( When I try Qt5_CinematicExperience -platform eglfs -plugin tslib it abort with Cannot find lidbus-1 in your system to resolve symbol bus_get_local_machine_id' I have to set up the network ? even not work with dhcp any hints? On both boards I have the same, Nitrogen6x a

[meta-freescale] mkfs problem

2013-12-13 Thread Niklas Molin
Hi. I'm trying to format my flash on a sabreSD board, using the mkfs (image is compile with the 3.10 kernel, but I recall I had the same problem before too). When I type command: mkfs -t ext3 /dev/mmcblk1p2 I get following response. mkfs.ext3: No such file or directory Am I missing some setup in

Re: [meta-freescale] [meta-fsl-arm][PATCH] gst-fsl-plugin: Fix that enables mfw_isink work by default.

2013-12-13 Thread Daiane Angolini
On 13-12-2013 14:44, Jānis Čoders wrote: I used board based on QSB - imx53. I think your patch breaks imx6. Are you available to test it on any imx6 board? Otherwise, I will try to test it next week, before we merge the patch Daiane On 13 December 2013 13:37, Daiane Angolini mailto:daia

Re: [meta-freescale] [meta-fsl-arm][PATCH] gst-fsl-plugin: Fix that enables mfw_isink work by default.

2013-12-13 Thread Jānis Čoders
I used board based on QSB - imx53. On 13 December 2013 13:37, Daiane Angolini wrote: > On 25-11-2013 09:22, Otavio Salvador wrote: > >> Hello Janis, >> >> Thanks for sending the patch. >> >> On Mon, Nov 25, 2013 at 8:42 AM, Jānis Čoders >> wrote: >> >>> vssconfig by default has fb_num configure

Re: [meta-freescale] mkfs problem

2013-12-13 Thread Daiane Angolini
On 13-12-2013 14:45, Niklas Molin wrote: Hi. I'm trying to format my flash on a sabreSD board, using the mkfs (image is compile with the 3.10 kernel, but I recall I had the same problem before too). When I type command: mkfs -t ext3 /dev/mmcblk1p2 I get following response. mkfs.ext3: No such fi

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH] UDOO board machine

2013-12-13 Thread Luca Simone Ronga
OK thanks, I will prepare the mods and will post again. L. 2013/12/13 Otavio Salvador > On Thu, Dec 12, 2013 at 3:00 PM, John Weber wrote: > > Hi Luca - > > > > I'm not sure if the policy has changed, but I think you'll need to send > > separate patches series for the machine, U-boot, and the

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH] UDOO board machine

2013-12-13 Thread Otavio Salvador
On Thu, Dec 12, 2013 at 3:00 PM, John Weber wrote: > Hi Luca - > > I'm not sure if the policy has changed, but I think you'll need to send > separate patches series for the machine, U-boot, and the kernel, rather than > bundling them all up in one large patch. These should be maintained > separat

Re: [meta-freescale] aacdec support in gst-fsl-plugin on imx6

2013-12-13 Thread Otavio Salvador
On Fri, Dec 13, 2013 at 11:10 AM, stéphane cerveau wrote: > Dear Otavio, > > I submitted a patch few days ago, did you receive it ? I didn't. Neither patchwork did. Please resend. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystem

Re: [meta-freescale] aacdec support in gst-fsl-plugin on imx6

2013-12-13 Thread stéphane cerveau
Dear Otavio, I submitted a patch few days ago, did you receive it ? BR Stéphane On 12/13/2013 01:13 PM, Otavio Salvador wrote: Hello Stéphane, On Thu, Dec 5, 2013 at 3:48 PM, stéphane cerveau wrote: I was suprised to see that aac decoding was not supported in gst-fsl-plugin_3.0.9. After some

[meta-freescale] [VAC] Non-often access to e-mail and daily builds

2013-12-13 Thread Otavio Salvador
Hello, I will be offline for the next xx days in holidays (will go to Orlando and then Miami) from December 19th up to January 4th. During this period of time I won't be running daily builds and/or following the mailing list closely so please bring my attention to any urgent things. I should be a

Re: [meta-freescale] aacdec support in gst-fsl-plugin on imx6

2013-12-13 Thread Otavio Salvador
Hello Stéphane, On Thu, Dec 5, 2013 at 3:48 PM, stéphane cerveau wrote: > I was suprised to see that aac decoding was not supported in > gst-fsl-plugin_3.0.9. After some investigation i discovered that makefile.am > was not having the AAC option for imx6. > Please see patch attachment. > I add a

Re: [meta-freescale] [meta-fsl-arm][PATCH] gst-fsl-plugin: Fix that enables mfw_isink work by default.

2013-12-13 Thread Daiane Angolini
On 25-11-2013 09:22, Otavio Salvador wrote: Hello Janis, Thanks for sending the patch. On Mon, Nov 25, 2013 at 8:42 AM, Jānis Čoders wrote: vssconfig by default has fb_num configured to 1, but the value must be set to 2 for isink to work properly. Note, that VSALPHA still must be set manuall

Re: [meta-freescale] re QT5 on Yocto

2013-12-13 Thread Joerg Boge
Ok, I did all again, first bitbake for nitrogen and then for "my board with other kernel" works fine thanks On 12/13/2013 08:00 AM, Alfonso Tamés wrote: Can you bitbake -v to find out why it is failing? Alfonso On Dec 13, 2013, at 12:41 AM, Joerg boge wrote: Hello, switching to "dora" he

Re: [meta-freescale] Qt5 with Yocto

2013-12-13 Thread Alfonso Tamés
Hi Marco, Indeed, I tried repo init and sync the master branch today and it is throwing an error about sources/poky/meta/recipes-support/consolekit/consolekit_0.4.6.bb DEPENDS or requires virtual/libx11. This while explicit removing X11 in DISTRO_FEATURES_remove. Something got messed up in th

[meta-freescale] Package Timesys mirror not found

2013-12-13 Thread Thiago Wiezbicki - NHS
Hello, I'm triying to compile the Yocto in my Vybrid twr-vf65gs10 but there are a broken link downloading from a mirror in the Timesys package: http://downloads.yoctoproject.org/mirror/sources/git2_github.com.Timesys.linux-timesys.git.tar.gz I tried this because my git clone command failed

Re: [meta-freescale] [meta-fsl-ppc][PATCH] qemu: add gtk options in configure

2013-12-13 Thread Otavio Salvador
On Fri, Dec 13, 2013 at 5:26 AM, b40...@freescale.com wrote: > configure script is not produced with autoconf and is provided by qemu > source. In this case this seems right. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.

Re: [meta-freescale] Qt5 with Yocto

2013-12-13 Thread Marco
Il 13/12/2013 00:19, Alfonso Tamés ha scritto: Marco, The instructions in http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard should work for Dora and Master branches. Just remember that master is a moving target and sometimes it can give problems. Right now I am using