[meta-freescale] error in bitbake cleanstate cmd

2014-08-29 Thread Aravind Ganesan
Hello I have created a core image : bitbake fsl-image-core target : t4240qds Ubuntu 12.04 SDK 1.5 I am getting the following error while running configuring uboot *ara@Aravind:~/yocto/build_t4240qds_release$ bitbake -c cleanstate u-bootTraceback (most recent

Re: [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-29 Thread Daiane Angolini
On Fri, Aug 29, 2014 at 2:42 AM, Zidan Wang b50...@freescale.com wrote: 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.

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

2014-08-29 Thread Daiane Angolini
On Fri, Aug 29, 2014 at 2:42 AM, Zidan Wang b50...@freescale.com wrote: 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. What do you mean by bug fix here? The version bump brings bug fixes, or you have

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

2014-08-29 Thread Daiane Angolini
On Fri, Aug 29, 2014 at 2:42 AM, Zidan Wang b50...@freescale.com wrote: From: Wang Zidan b50...@freescale.com Freesclae Gstreamer1.0 Plugins: typo: Freescale It´s Gstreamer 1.0 first release, isn´t it? Why it´s version is 4.0.1? It make me think that, it´s linked someway with gstreamer 0.1

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

2014-08-29 Thread Daiane Angolini
On Fri, Aug 29, 2014 at 2:42 AM, Zidan Wang b50...@freescale.com wrote: From: Wang Zidan b50...@freescale.com - Remove the IOVirtmem patch as it is part of the 3.10.31 release. Great! \o/ - Include some bug fix. Again, bug fix is too open, would you, please, elaborate where/what is the bug

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

2014-08-29 Thread Daiane Angolini
On Thu, Aug 28, 2014 at 4:19 AM, kongling k870818...@outlook.com wrote: 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

Re: [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-29 Thread Lauren Post
For us to use a common include that works for both gstreamer 1.0 and gstreamer 0.1 we kept only common settings in the gst-fsl-plugin.inc and put 0.1 specific changes into 0.1 package recipe and 1.0 changes into 1.0 package recipe. WE preferred that over creating a 1.0 and 0.1 include file.

Re: [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-29 Thread Daiane Angolini
On Fri, Aug 29, 2014 at 10:13 AM, Lauren Post lauren.p...@freescale.com wrote: For us to use a common include that works for both gstreamer 1.0 and gstreamer 0.1 we kept only common settings in the gst-fsl-plugin.inc and put 0.1 specific changes into 0.1 package recipe and 1.0 changes into

Re: [meta-freescale] [meta-fsl-arm][PATCH 00/14] Upgrade to 3.10.31-1.1.0 Beta BSP

2014-08-29 Thread Daiane Angolini
On Wed, Aug 27, 2014 at 4:06 PM, Lauren Post lauren.p...@freescale.com wrote: From: Lauren Post lauren.p...@freescale.com This is first of 3 patch sets for 3.10.31-1.1.0 Beta Great to hear that! I´m going to review the patches, and comment as needed. - Kernel upgrade to 3.10.31 - New

Re: [meta-freescale] [meta-fsl-arm][PATCH 04/14] imx6dlsabresd.conf: Add the imx6dl-sabresd-enetirq device tree

2014-08-29 Thread Daiane Angolini
On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post lauren.p...@freescale.com wrote: Apply ENET IRQ workaround for sabresd board This is pretty much an example to demonstrate how the GPIO6 workaround for bug ERR006687 (ENET: Only the ENET wake-up interrupt request can wake the system from Wait mode)

Re: [meta-freescale] [meta-fsl-arm][PATCH 06/14] imx6slevk.conf: Add the imx6sl-evk-pf200 device tree

2014-08-29 Thread Daiane Angolini
On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post lauren.p...@freescale.com wrote: Add support for pfuze200 on imx6sl-evk If you don´t mind. I prefer if you use the machine name here. Instead of imx6sl-evk, please, use imx6slevk Daiane Move pmic device node from imx6sl-evk.dtsi to upper-level,

Re: [meta-freescale] [meta-fsl-arm][PATCH 07/14] imx6sxsabresd.conf: Create i.MX 6SoloX Machine configuration

2014-08-29 Thread Daiane Angolini
On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post lauren.p...@freescale.com wrote: Signed-off-by: Lauren Post lauren.p...@freescale.com --- conf/machine/imx6sxsabresd.conf | 21 + 1 file changed, 21 insertions(+) create mode 100644 conf/machine/imx6sxsabresd.conf diff

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

2014-08-29 Thread Otavio Salvador
On Fri, Aug 29, 2014 at 9:57 AM, Daiane Angolini daiane.l...@gmail.com wrote: On Fri, Aug 29, 2014 at 2:42 AM, Zidan Wang b50...@freescale.com wrote: 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.

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

2014-08-29 Thread Lauren Post
Remove build-Fix-out-of-tree-build.patch as it is part of 3.10.31 release. I thought that is clear - we included the out-of-tree build patch in our release so the patch needs to be removed. -Original Message- From: meta-freescale-boun...@yoctoproject.org

Re: [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-29 Thread Lauren Post
We kept gst 0.1 and 1.0 in separate patches since gst 1.0 is a new component. -Original Message- From: angol...@gmail.com [mailto:angol...@gmail.com] On Behalf Of Daiane Angolini Sent: Friday, August 29, 2014 8:23 AM To: Post Lauren-RAA013 Cc: Wang Zidan-B50113;

Re: [meta-freescale] [meta-fsl-arm][PATCH 08/14] u-boot-imx: Upgrade to 2014.04

2014-08-29 Thread Daiane Angolini
On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post lauren.p...@freescale.com wrote: - Add mx6sx support - General fixes for mx6slevk and other mx6 - Support to use zImage I just realized the patch order is wrong. You must first add the uboot support and _then_ add the new machine support which

Re: [meta-freescale] [meta-fsl-arm][PATCH 00/14] Upgrade to 3.10.31-1.1.0 Beta BSP

2014-08-29 Thread Lauren Post
This patch set requires a graphics update to 3.10.31 and u-boot change to work with community u-boot. What do you mean by u-boot cahge to work with community u-boot? I think I will figure it out when reviewing the patches ;) Daiane The kernel-3.10.31 has a change that affects community

Re: [meta-freescale] [meta-fsl-arm][PATCH 00/14] Upgrade to 3.10.31-1.1.0 Beta BSP

2014-08-29 Thread Daiane Angolini
On Fri, Aug 29, 2014 at 10:54 AM, Lauren Post lauren.p...@freescale.com wrote: This patch set requires a graphics update to 3.10.31 and u-boot change to work with community u-boot. What do you mean by u-boot cahge to work with community u-boot? I think I will figure it out when reviewing the

Re: [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-29 Thread Daiane Angolini
On Fri, Aug 29, 2014 at 10:51 AM, Lauren Post lauren.p...@freescale.com wrote: We kept gst 0.1 and 1.0 in separate patches since gst 1.0 is a new component. Oh, I see. So please, in this patch, change the commit log when Gstreamer Freescale 1.0 specific features moved into the 1.0 recipe.

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

2014-08-29 Thread Daiane Angolini
On Fri, Aug 29, 2014 at 10:47 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Aug 29, 2014 at 9:57 AM, Daiane Angolini daiane.l...@gmail.com wrote: On Fri, Aug 29, 2014 at 2:42 AM, Zidan Wang b50...@freescale.com wrote: From: Wang Zidan b50...@freescale.com - Remove

Re: [meta-freescale] [meta-fsl-arm][PATCH 11/14] imx-vpu: Upgrade to 3.10.31-1.1.0 Beta

2014-08-29 Thread Daiane Angolini
On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post lauren.p...@freescale.com wrote: Upgrade to v5.4.26 version 3 - Fixes to support multiple thread robustness - SOF stuffing new command added used for MJPEG - VPU performance fixes with multiple instances - IOGetVirtMem - return checking - Remove

Re: [meta-freescale] [meta-fsl-arm][PATCH 12/14] imx-test: Update include PLATFORM and DEPEND for mx6sx and mx6sl

2014-08-29 Thread Daiane Angolini
On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post lauren.p...@freescale.com wrote: Add mx6sx depends similar to mx6sl. mx6sx has no VPU like mx6sl. Update PLATFORM to be specific to mx6sx and mx6sl which both support PXP but only mx6sx supports mxc_mcc_tty_test tests Beautiful patch 3 Daiane

Re: [meta-freescale] [meta-fsl-arm][PATCH 13/14] imx-test: Upgrade to 3.10.31-1.1.0 Beta version

2014-08-29 Thread Daiane Angolini
On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post lauren.p...@freescale.com wrote: - Fixes to csi_v4l2 test - Add dcic driver test case - Add mxc_mcc_tty_test case used for mx6sx - Fixes for VPU test for IOGetVirtMem Checking and SOF stuffing - Updates to mxc_v4l2 to use csi_v4l2 tests - Update

Re: [meta-freescale] [meta-fsl-arm][PATCH 01/14] linux-imx: Upgrade to 3.10.31-1.1.0 Beta version

2014-08-29 Thread Daiane Angolini
I think I´m done with this patchset review. I´m looking forward to test this! Have all the patchesets for 3.10.31-Beta been already sent? Otavio, when you have an image, please, let me know, I want to test it asap On Wed, Aug 27, 2014 at 4:06 PM, Lauren Post lauren.p...@freescale.com wrote: -

Re: [meta-freescale] [meta-fsl-arm][PATCH 07/14] imx6sxsabresd.conf: Create i.MX 6SoloX Machine configuration

2014-08-29 Thread Fabio Estevam
On Fri, Aug 29, 2014 at 10:47 AM, Daiane Angolini daiane.l...@gmail.com wrote: From that I assume there is no imx6sxsabresd u-boot-fslc support so far, right? I added this board support into U-boot mainline and Otavio has applied it into u-boot-fslc. --

Re: [meta-freescale] [meta-fsl-arm][PATCH 13/14] imx-test: Upgrade to 3.10.31-1.1.0 Beta version

2014-08-29 Thread Lauren Post
No it is not a typo - it was a change made for 3.10.17 that missed the GA cycle. Info came from the commit for that change. Lauren -Original Message- From: angol...@gmail.com [mailto:angol...@gmail.com] On Behalf Of Daiane Angolini Sent: Friday, August 29, 2014 9:09 AM To: Post

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

2014-08-29 Thread Otavio Salvador
On Fri, Aug 29, 2014 at 10:50 AM, Lauren Post lauren.p...@freescale.com wrote: Remove build-Fix-out-of-tree-build.patch as it is part of 3.10.31 release. I thought that is clear - we included the out-of-tree build patch in our release so the patch needs to be removed. It is a good practice

Re: [meta-freescale] [meta-fsl-arm][PATCH 01/14] linux-imx: Upgrade to 3.10.31-1.1.0 Beta version

2014-08-29 Thread Otavio Salvador
On Fri, Aug 29, 2014 at 11:18 AM, Daiane Angolini daiane.l...@gmail.com wrote: I think I´m done with this patchset review. I´m looking forward to test this! Have all the patchesets for 3.10.31-Beta been already sent? Otavio, when you have an image, please, let me know, I want to test it asap

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

2014-08-29 Thread John Weber
Hi Zidan, On Fri, Aug 29, 2014 at 12:42 AM, Zidan Wang b50...@freescale.com wrote: 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

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

2014-08-29 Thread John Weber
On Fri, Aug 29, 2014 at 8:04 AM, Daiane Angolini daiane.l...@gmail.com wrote: On Fri, Aug 29, 2014 at 2:42 AM, Zidan Wang b50...@freescale.com wrote: From: Wang Zidan b50...@freescale.com Freesclae Gstreamer1.0 Plugins: typo: Freescale It´s Gstreamer 1.0 first release, isn´t it? Why

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

2014-08-29 Thread Lauren Post
Freescale developed their own Gstreamer 1.0 plugins so they are not a replacement but another choice that customers can use. It is not linked to gst-fsl-plugin. They are 2 separate plugin sets however there are probably some common areas like aiur and beep which is why we chose to use same

[meta-freescale] kernel 3.10*: CONFIG_SOC_IMX6S* useless

2014-08-29 Thread Alexander Holler
Hello, I don't know if this is the right channel for such stuff, but anyway: Just try to build a kernel after switching one of these switches. Regards, Alexander Holler -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org

Re: [meta-freescale] [meta-fsl-arm][PATCH 07/14] imx6sxsabresd.conf: Create i.MX 6SoloX Machine configuration

2014-08-29 Thread Otavio Salvador
On Fri, Aug 29, 2014 at 11:18 AM, Fabio Estevam feste...@gmail.com wrote: On Fri, Aug 29, 2014 at 10:47 AM, Daiane Angolini daiane.l...@gmail.com wrote: From that I assume there is no imx6sxsabresd u-boot-fslc support so far, right? I added this board support into U-boot mainline and

Re: [meta-freescale] [meta-fsl-arm][PATCH 08/14] u-boot-imx: Upgrade to 2014.04

2014-08-29 Thread Otavio Salvador
On Fri, Aug 29, 2014 at 10:53 AM, Daiane Angolini daiane.l...@gmail.com wrote: On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post lauren.p...@freescale.com wrote: - Add mx6sx support - General fixes for mx6slevk and other mx6 - Support to use zImage I just realized the patch order is wrong. You

[meta-freescale] [meta-fsl-arm][PATCH] xf86-video-imxfb: Fix build with glibc 2.20

2014-08-29 Thread Khem Raj
This issue is unearthed with glibc 2.20 but the patch is good with eglibc 2.19 as well Signed-off-by: Khem Raj raj.k...@gmail.com --- .../xorg-driver/xf86-video-imxfb/glibc-2.20.patch | 57 ++ .../xorg-driver/xf86-video-imxfb_11.09.01.bb | 1 + 2 files changed, 58

[meta-freescale] Uboot configuration error

2014-08-29 Thread Aravind Ganesan
Hello I have created a core image : bitbake fsl-image-core target : t4240qds Ubuntu 12.04 SDK 1.5 I am getting the following error while running configuring uboot ara@Aravind:~/yocto/build_t4240qds_release$ bitbake -c cleanstate u-boot Traceback (most recent call last): File /usr/bin/bitbake,