Re: [meta-freescale] [meta-fsl-arm-extra][fido][PATCH 2/6] nitrogen6x-lite: Switch to zImage and new 3.14.28 kernel

2015-10-02 Thread Otavio Salvador
On Thu, Oct 1, 2015 at 9:22 PM, Ian Coolidge wrote: > Signed-off-by: Ian Coolidge > --- > conf/machine/nitrogen6x-lite.conf | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/conf/machine/nitrogen6x-lite.conf >

Re: [meta-freescale] [meta-fsl-arm-extra][fido][PATCH 6/6] u-boot-script-boundary: New bootscript for 3.14.28 kernel

2015-10-02 Thread Otavio Salvador
On Thu, Oct 1, 2015 at 9:22 PM, Ian Coolidge wrote: > Streamlined cross-platform bootscript > Supports Nitrogen6_SoloX board > > Signed-off-by: Ian Coolidge > --- > recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 12 +--- > 1 file

Re: [meta-freescale] [meta-fsl-arm-extra][fido][PATCH 4/6] nitrogen6sx: add machine configuration

2015-10-02 Thread Otavio Salvador
On Thu, Oct 1, 2015 at 9:22 PM, Ian Coolidge wrote: > Adds support for Boundary Device's Nitrogen6 SoloX board. > More information at: > > http://boundarydevices.com/product/nit6_solox-imx6/ > Signed-off-by: Ian Coolidge I would use the commit

Re: [meta-freescale] [meta-fsl-arm-extra][fido][PATCH 1/6] linux-boundary: Bump kernel version to 3.14.28

2015-10-02 Thread Otavio Salvador
Hello Ian, I have some comments for the patches, which need to be addressed for v2. However, please don't send the Fido backport request /before/ we apply it in master. This confuses people and makes harder to follow the patchset review process as it ends duplicated. Comments inline on this and

Re: [meta-freescale] [meta-fsl-arm-extra][fido][PATCH 3/6] nitrogen6x: Switch to zImage, new 3.14.28 kernel, dtb changes

2015-10-02 Thread Otavio Salvador
On Thu, Oct 1, 2015 at 9:22 PM, Ian Coolidge wrote: > Remove hdmi-input DTB > Add nitrogen6_vm DTBs > > Signed-off-by: Ian Coolidge Remove? why? Add? why? > --- > conf/machine/nitrogen6x.conf | 6 +++--- > 1 file changed, 3 insertions(+), 3

[meta-freescale] Updates to meta-fsl-arm (master) in 2015-10-02

2015-10-02 Thread Otavio Salvador
Hello, I pushed following updates: commit 0ad570270d47a592dd71f9af66362112874ddf28 (yocto/master) Author: Otavio Salvador Date: Tue Sep 29 16:15:49 2015 -0300 imx-base.inc: Drop explicit 'ext4' filesystem from IMAGE_FSTYPES The 'ext4' filesystem is

Re: [meta-freescale] [meta-fsl-arm-extra][fido][PATCH 5/6] u-boot-boundary: Update to 2015-07 release

2015-10-02 Thread Otavio Salvador
On Thu, Oct 1, 2015 at 9:22 PM, Ian Coolidge wrote: > Adds support for Nitrogen6_SoloX board > Required u-boot version for 3.14.28 boundary kernel > > Signed-off-by: Ian Coolidge > --- > recipes-bsp/u-boot/u-boot-boundary_git.bb | 8 >

Re: [meta-freescale] [PATCH] Restrict virtual/libgl and libvivante-dri

2015-10-02 Thread Jens Rehsack
> Am 02.10.2015 um 14:09 schrieb Otavio Salvador > : > > On Thu, Oct 1, 2015 at 5:34 PM, Jens Rehsack wrote: >>> Am 01.10.2015 um 20:53 schrieb Otavio Salvador >>> : >>> On Thu, Oct 1, 2015 at 3:45 PM, Jens

Re: [meta-freescale] [meta-fsl-arm] The state of the art of Wayland on IMX6 devices

2015-10-02 Thread eien sakebe
With more information (export WAYLAND_DEBUG=1) root@imx6dlsabresd:~/qwindow-compositor# Qt5_CinematicExperience [3892344.992] -> wl_display@1.get_registry(new id wl_registry@2) [3892345.459] -> wl_disp...@1.sync(new id wl_callback@3) [3892345.870] wl_display@1.delete_id(3) [3892346.005]

Re: [meta-freescale] OV5640 autofocus kernel+gstreamer+Qt implementation

2015-10-02 Thread Carlos Rafael Giani
Thanks, I integrated that patch into gstreamer-imx. I am however thinking of copying the gstphotography files into gstreamer-imx until the GstPhotography API becomes stable, to avoid any future compilation problems due to API changes. Carlos Am 2015-09-29 um 22:10 schrieb Nikita Yushchenko:

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 1/2] gstreamer1.0-plugins-bad: Install head file of gstaggregator and gstvideoaggregator

2015-10-02 Thread Carlos Rafael Giani
Sorry for the late reply. This looks plausible, since the GstAggregator API isn't public yet. But it is so because it is unstable. The recommended option for now is to copy the GstAggregator and GstVideoAggregator files from -bad (and rename the symbols to avoid collisions), but I guess that

Re: [meta-freescale] [PATCH] Restrict virtual/libgl and libvivante-dri

2015-10-02 Thread Otavio Salvador
On Thu, Oct 1, 2015 at 5:34 PM, Jens Rehsack wrote: >> Am 01.10.2015 um 20:53 schrieb Otavio Salvador >> : >> On Thu, Oct 1, 2015 at 3:45 PM, Jens Rehsack wrote: >>> the problem is the pointless dependency to mesa and

Re: [meta-freescale] [meta-fsl-arm] The state of the art of Wayland on IMX6 devices

2015-10-02 Thread eien sakebe
Hello, Thanks to M. Otavio insights Wayland weston is running perfectly on my HW target since is tarted using Fido branch. Now i'd like to have Qt5 application running,Qt5 built but for some reason QtWayland isn't. any one can share the change needed to build Qt5 with Wayland using Yocto please ?

Re: [meta-freescale] [meta-fsl-arm] The state of the art of Wayland on IMX6 devices

2015-10-02 Thread Prabhu S
Seem like gpu-viv kernel and user side drivers does not match. Check the versions as below from the userguide. dmesg | grep Galcore grep VERSION /usr/lib/libGAL* On Fri, Oct 2, 2015 at 9:10 AM, eien sakebe wrote: > With more information (export WAYLAND_DEBUG=1) > >

[meta-freescale] [meta-fsl-arm-extra][PATCH 2/3] u-boot-karo: add initial recipe

2015-10-02 Thread Oliver Wendt
Add initial support for TX6-series COM U-Boot. The U-Boot will be fetched from a remote git repository via: SRC_URI = "git://git.karo-electronics.de/karo-tx-uboot.git;branch=${SRCBRANCH}" SRCBRANCH = "karo-tx6" Signed-off-by: Oliver Wendt ---

[meta-freescale] [meta-fsl-arm-extra][PATCH 3/3] linux-karo: add initial recipe for Linux 3.16

2015-10-02 Thread Oliver Wendt
Add initial support for Ka-Ro Linux 3.16. Which is a 3.16 based Linux plus added Freescale patches to support FSL video output drivers. the source are fetched from a remote git repository: SRCBRANCH = "karo-tx6" KERNEL_SRC = "git://git.karo-electronics.de/karo-tx-linux.git;protocol=git"

[meta-freescale] [meta-fsl-arm-extra][PATCH 1/3] tx6-com: add machine configs

2015-10-02 Thread Oliver Wendt
The TX6-family COM configs produce, based on their respective enumeration, images for the TX6-COM, which are based on the i.MX6 series soc.. This patch and the related kernel and u-boot recipe are valid for the following TX6S (i.MX6S), TX6U (i.MX6U) and TX6Q (i.MX6Q): MACHINE= | TX6-COM |

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/3] tx6-com: add machine configs

2015-10-02 Thread Fabio Estevam
On Fri, Oct 2, 2015 at 12:55 PM, Oliver Wendt wrote: > The TX6-family COM configs produce, based on their respective enumeration, > images for the TX6-COM, which are based on the i.MX6 series soc.. > > This patch and the related kernel and u-boot recipe are valid for the

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 3/3] linux-karo: add initial recipe for Linux 3.16

2015-10-02 Thread Otavio Salvador
On Fri, Oct 2, 2015 at 12:55 PM, Oliver Wendt wrote: > Add initial support for Ka-Ro Linux 3.16. Which is a 3.16 based Linux plus > added > Freescale patches to support FSL video output drivers. > > the source are fetched from a remote git repository: > > SRCBRANCH =

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 2/3] u-boot-karo: add initial recipe

2015-10-02 Thread Otavio Salvador
On Fri, Oct 2, 2015 at 12:55 PM, Oliver Wendt wrote: > Add initial support for TX6-series COM U-Boot. > > The U-Boot will be fetched from a remote git repository via: > > SRC_URI = > "git://git.karo-electronics.de/karo-tx-uboot.git;branch=${SRCBRANCH}" > SRCBRANCH =

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/6] linux-boundary: Bump kernel version to 3.14.28

2015-10-02 Thread Gary Thomas
On 2015-10-02 17:05, Gary Thomas wrote: On 2015-10-01 18:22, Ian Coolidge wrote: Updated kernel recipe to 3.14.28 and added universal defconfig which works across all BD's boards. Signed-off-by: Ian Coolidge --- .../linux/linux-boundary-3.10.53/defconfig |

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/3] tx6-com: add machine configs

2015-10-02 Thread Otavio Salvador
On Fri, Oct 2, 2015 at 12:55 PM, Oliver Wendt wrote: > The TX6-family COM configs produce, based on their respective enumeration, > images for the TX6-COM, which are based on the i.MX6 series soc.. > > This patch and the related kernel and u-boot recipe are valid for the