Re: [meta-freescale] Question about adding new device trees

2014-08-28 Thread kongling
Hi, Thanks for your reply! It worked! Thanks a lot! BR, kongling Date: Wed, 27 Aug 2014 06:52:53 -0400 From: rfind...@usa.net To: k870818...@outlook.com; meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] Question about adding new device trees kongling, You must

Re: [meta-freescale] Build error occured when build fsl-image-fb and fsl-image-weston

2014-08-28 Thread kongling
Hi, Thanks for your reply! I checked local.conf in fsl-arm-yocto-bsp/build/conf and fsl-arm-yocto-bsp/conf. There was no DISTRO_FEATURE_remove = x11 wayland directfb in them . After this, I added DISTRO_FEATURE_remove = x11 wayland directfb in these two files, but it still failed

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): update to 62ef71f

2014-08-28 Thread Christoph Settgast
On 27.08.2014 14:32, Otavio Salvador wrote: On Wed, Aug 27, 2014 at 7:19 AM, Christoph Settgast christoph.settg...@methodpark.de wrote: nit6xlite: default to multi-touch input for eGalax, ft5x06 nitrogen6x: default to multi-touch input for eGalax, ft5x06 nitrogen6x_ub:

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): update to 62ef71f

2014-08-28 Thread Christoph Settgast
On 28.08.2014 12:15, Christoph Settgast wrote: At least with Qt5 and its MultiPointTouchArea I get 5 touchpoints simultaniously with the ft5x06, X11 backend. Forgot to mention: Tested on daisy branch of yocto. -- ___ meta-freescale mailing list

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 1/6] Add common configure files for Layerscape1 support

2014-08-28 Thread zhenhua....@freescale.com
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Wednesday, August 27, 2014 8:47 PM On Wed, Aug 27, 2014 at 1:57 AM, Zhenhua Luo zhenhua@freescale.com wrote: diff --git

Re: [meta-freescale] packagegroup-core-x11-utils errors still exists

2014-08-28 Thread Pierre Eliotec
I happen to be using debian packaging. I think I found the root cause of the problem, which is conflicting dependencies of the package xserver-nodm-init (xserver-common) with other x packages. xserver-nodm-init happens to be in 2 versions in 2 places, version 2 is in

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 2/6] Add u-boot recipe for Layerscape1 support

2014-08-28 Thread zhenhua....@freescale.com
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Wednesday, August 27, 2014 8:55 PM On Wed, Aug 27, 2014 at 1:57 AM, Zhenhua Luo zhenhua@freescale.com wrote: +do_stage_endian_swap_tool () { +

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 3/6] Add kernel recipe for Layerscape1 support

2014-08-28 Thread zhenhua....@freescale.com
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Wednesday, August 27, 2014 9:01 PM On Wed, Aug 27, 2014 at 1:57 AM, Zhenhua Luo zhenhua@freescale.com wrote: + +do_configure_prepend() { +# copy

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 4/6] Add rcw recipe for Layerscape1 support

2014-08-28 Thread zhenhua....@freescale.com
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Wednesday, August 27, 2014 9:07 PM On Wed, Aug 27, 2014 at 1:57 AM, Zhenhua Luo zhenhua@freescale.com wrote: + +export PYTHON +do_compile_append () {

[meta-freescale] Updates to meta-fsl-arm (daisy) in 2014-08-28

2014-08-28 Thread Otavio Salvador
Hello, I pushed following updates: commit e9bf647e10ff1e31f911d3236dbb22a1ad7ace9f (yocto/daisy) Author: Jacob Kroon jacob.kr...@mikrodidakt.se Date: Tue Aug 26 10:12:44 2014 +0200 linux-imx-rt: Use 'performance' as default cpufreq governor Since CPU frequency scaling is a bad

[meta-freescale] [meta-fsl-ppc] Can I get an update on l2switch?

2014-08-28 Thread Bob Cochran
Hi, A patch had been submitted to put the L2switch recipe (from sdk1.6) into meta-fsl-ppc, but it was never committed. Will we see (a modified version) put back in? If so, please let us know when. Thanks, Bob -- ___ meta-freescale mailing list

Re: [meta-freescale] [meta-fsl-ppc] Can I get an update on l2switch?

2014-08-28 Thread zhenhua....@freescale.com
Hi Bob, Due to license constraint, the l2switch-util source can't be published via FSL external git(git.freescale.com), you might be aware that the source has been removed in ls2switch-util git tree(http://git.freescale.com/git/cgit.cgi/ppc/sdk/l2switch-util.git/), accordingly Yocto recipe

Re: [meta-freescale] [meta-fsl-ppc] Can I get an update on l2switch?

2014-08-28 Thread Bob Cochran
Thank you Zhenhua for the information. FYI - my thought has been to develop a basic driver for the switch from scratch that supports core switching operations and doesn't use the 3rd party binary library. I'm not sure how far this plan will get us though. Hope to start the work soon.

[meta-freescale] [meta-fsl-arm][PATCH 1/5] gst-fsl-plugin: Make a common include file for 0.1 and 1.0 gstreamer plugins

2014-08-28 Thread Zidan Wang
From: Wang Zidan b50...@freescale.com To avoid duplication, use one include file that supports both 0.1 and 1.0 gstreamer plugins common features. Gstreamer Freescale 0.1 specific features moved into the 0.1 recipe. Gstreamer Freescale 1.0 specific features moved into the 1.0 recipe.

[meta-freescale] [meta-fsl-arm][PATCH 4/5] libfslvpuwrap: Upgrade from version 1.0.46 to 1.0.54

2014-08-28 Thread Zidan Wang
From: Wang Zidan b50...@freescale.com - Remove the IOVirtmem patch as it is part of the 3.10.31 release. - Include some bug fix. - Add support for mx6s. Signed-off-by: Wang Zidan b50...@freescale.com --- ...-fix-tests-of-return-value-from-IOGetVirt.patch | 41

[meta-freescale] [meta-fsl-arm][PATCH 2/5] gst-fsl-plugin: Upgrade from version 3.0.11 to 4.0.1

2014-08-28 Thread Zidan Wang
From: Wang Zidan b50...@freescale.com - Remove build-Fix-out-of-tree-build.patch as it is part of 3.10.31 release. - Include some bug fix. - Add mx6sx support. Signed-off-by: Wang Zidan b50...@freescale.com --- recipes-multimedia/gstreamer/gst-fsl-plugin.inc|2 +

[meta-freescale] [meta-fsl-arm][PATCH 3/5] gst1.0-fsl-plugin: Add Freescale Gstreamer1.0 Plugin for MX6

2014-08-28 Thread Zidan Wang
From: Wang Zidan b50...@freescale.com Freesclae Gstreamer1.0 Plugins: Audio Decoder: beepdec Video Decoder: vpudec, gst-libav Demux: aiurdemux Video Render: imxv4l2sink Camera Source: imxv4l2src - Support Audio/Video local playback - Support HTTP/RTSP Streaming playback - Support RTP/UDP MPEGTS

[meta-freescale] [meta-fsl-arm][PATCH 5/5] alsa-lib: Add runtime depends for libasound

2014-08-28 Thread Zidan Wang
From: Wang Zidan b50...@freescale.com libasound should runtime depends on alsa-conf. Signed-off-by: Wang Zidan b50...@freescale.com --- recipes-multimedia/alsa/alsa-lib_%.bbappend |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[meta-freescale] [meta-fsl-arm][PATCH 0/5] Upgrade to 3.10.31-1.1.0 Beta

2014-08-28 Thread Zidan Wang
Multimedia patch sets for 3.10.31-1.1.0 Beta - gst-fsl-plugin.inc: Make a common include file for 0.1 and 1.0 gst plugins - gst-fsl-plugin: Upgrade to version 4.0.1 - gst1.0-fsl-plugin: Add Freescale Gstreamer1.0 Plugin - libfslvpuwrap: Upgrade to version 1.0.54 - alsa-lib: libasound runtime