Re: [meta-freescale] Xorg fails to start on test Initializing EXA on Nitrogen6x [Was] Fixes current ...

2013-04-22 Thread Diego
On Thu, Apr 18, 2013 at 11:07 AM, Diego diego.ml at zoho.com wrote: In data giovedì 18 aprile 2013 09:20:41, Otavio Salvador ha scritto: On Thu, Apr 18, 2013 at 4:50 AM, Diego diego.ml at zoho.com wrote: I applied the v4 of the patchset; can you build it again and give it a go?

Re: [meta-freescale] Media automounting /etc/udev/rules.d/automount.rules

2013-04-22 Thread Vladan Jovanovic
On Fri, Apr 19, 2013 at 4:15 PM, Otavio Salvador ota...@ossystems.com.brwrote: Can you try to change mount.sh as: @@ -47,7 +47,7 @@ rm_dir() { fi } -if [ $ACTION = add ] [ -n $DEVNAME ]; then +if [ $ACTION = add ] [ -n $DEVNAME ] [ -n $ID_FS_TYPE ]; then if [ -x

Re: [meta-freescale] Xorg fails to start on test Initializing EXA on Nitrogen6x [Was] Fixes current ...

2013-04-22 Thread Otavio Salvador
On Mon, Apr 22, 2013 at 4:02 AM, Diego diego...@zoho.com wrote: On Thu, Apr 18, 2013 at 11:07 AM, Diego diego.ml at zoho.com wrote: In data giovedì 18 aprile 2013 09:20:41, Otavio Salvador ha scritto: On Thu, Apr 18, 2013 at 4:50 AM, Diego diego.ml at zoho.com wrote: I applied the v4 of

[meta-freescale] [meta-fsl-arm PATCH 1/6] u-boot-fslc: Update to patches-2013.04's 20130420 snapshot

2013-04-22 Thread Otavio Salvador
This features the following updates: * Fixes i.MX51EVK board support * Update to 2013.04 final release Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- recipes-bsp/u-boot/u-boot-fslc_2013.04.bb| 2 +- recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb | 2 +- 2 files changed, 2

[meta-freescale] [meta-fsl-arm PATCH 2/6] linux-fslc: Update to patches-3.8's snapshot from 20130420

2013-04-22 Thread Otavio Salvador
This features the following updates: * Merge of 3.8.8 stable release * Fix for i.MX233 OlinuXino MMC boot Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- recipes-kernel/linux/linux-fslc_3.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[meta-freescale] [meta-fsl-arm PATCH 3/6] xserver-xorg: Do not remove Xorg native DRI module

2013-04-22 Thread Otavio Salvador
The DRI support of Xorg is need to trigger the loading of Vivante DRI. So we revert this change while we keep the removal of Xorg header so we build against Vivante ones. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb | 3 +-- 1

[meta-freescale] [meta-fsl-arm PATCH 4/6] xf86-dri-vivante: Add rdepends for GLX, DRI and DRI2 Xorg's extensions

2013-04-22 Thread Otavio Salvador
The Vivante DRI support requires GLX, DRI and DRI2 Xorg's extensions to properly work, so we add them as explicit runtime dependencies to avoid the removal of them by mistake. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb | 4

[meta-freescale] [meta-fsl-arm PATCH 5/6] gpu-viv-bin-mx6q: Package DRI module

2013-04-22 Thread Otavio Salvador
The DRI module is dlopen by GLX code so we need to have it packaged. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git

Re: [meta-freescale] [meta-fsl-arm PATCH 2/6] linux-fslc: Update to patches-3.8's snapshot from 20130420

2013-04-22 Thread Daiane Angolini
On 04/22/2013 08:43 AM, Otavio Salvador wrote: This features the following updates: * Merge of 3.8.8 stable release * Fix for i.MX233 OlinuXino MMC boot Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- recipes-kernel/linux/linux-fslc_3.8.bb | 4 ++-- 1 file changed, 2

Re: [meta-freescale] [meta-fsl-arm PATCH 1/6] u-boot-fslc: Update to patches-2013.04's 20130420 snapshot

2013-04-22 Thread Otavio Salvador
On Mon, Apr 22, 2013 at 8:55 AM, Daiane Angolini daiane.angol...@freescale.com wrote: On 04/22/2013 08:43 AM, Otavio Salvador wrote: This features the following updates: * Fixes i.MX51EVK board support * Update to 2013.04 final release Finally it's the final release. Could you,

Re: [meta-freescale] [meta-fsl-arm PATCH 2/6] linux-fslc: Update to patches-3.8's snapshot from 20130420

2013-04-22 Thread Daiane Angolini
On 04/22/2013 09:01 AM, Otavio Salvador wrote: On Mon, Apr 22, 2013 at 8:57 AM, Daiane Angolini daiane.angol...@freescale.com wrote: On 04/22/2013 08:43 AM, Otavio Salvador wrote: This features the following updates: * Merge of 3.8.8 stable release * Fix for i.MX233 OlinuXino MMC boot

Re: [meta-freescale] [meta-fsl-arm PATCH 1/6] u-boot-fslc: Update to patches-2013.04's 20130420 snapshot

2013-04-22 Thread Daiane Angolini
On 04/22/2013 09:05 AM, Otavio Salvador wrote: On Mon, Apr 22, 2013 at 8:55 AM, Daiane Angolini daiane.angol...@freescale.com wrote: On 04/22/2013 08:43 AM, Otavio Salvador wrote: This features the following updates: * Fixes i.MX51EVK board support * Update to 2013.04 final release

[meta-freescale] [meta-fsl-arm PATCH v2 1/6] u-boot-fslc: Update to 2013.04 release

2013-04-22 Thread Otavio Salvador
This features the following updates: * Fixes i.MX51EVK board support * Update to 2013.04 final release Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - Reword shortlog recipes-bsp/u-boot/u-boot-fslc_2013.04.bb| 2 +- recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb

[meta-freescale] [meta-fsl-arm PATCH v2 2/6] linux-fslc: Update to patches-3.8's snapshot from 20130420

2013-04-22 Thread Otavio Salvador
This features the following updates: * Merge of 3.8.8 stable release * Fix for i.MX233 OlinuXino MMC boot Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: - Remove PR bump recipes-kernel/linux/linux-fslc_3.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[meta-freescale] [meta-fsl-arm PATCH v2 3/6] xserver-xorg: Do not remove Xorg native DRI module

2013-04-22 Thread Otavio Salvador
The DRI support of Xorg is need to trigger the loading of Vivante DRI. So we revert this change while we keep the removal of Xorg header so we build against Vivante ones. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: None

[meta-freescale] [meta-fsl-arm PATCH v2 6/6] xf86-video-imxfb-vivante: Add rdepends on libvivante-dri-mx6

2013-04-22 Thread Otavio Salvador
The driver try to dynamically load the DRI support code and it needs to be available in rootfs for use in Xorg driver. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: None recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | 5 - 1 file changed, 4

[meta-freescale] [meta-fsl-arm PATCH v2 5/6] gpu-viv-bin-mx6q: Package DRI module

2013-04-22 Thread Otavio Salvador
The DRI module is dlopen by GLX code so we need to have it packaged. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: None recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git

Re: [meta-freescale] [PATCH] [meta-fsl-arm] linux-imx_3.0.35.bb: Update to top of tree

2013-04-22 Thread John Weber
Also technically is this not rev 1.1.1 instead of 1.1.0? On Monday, April 22, 2013, Otavio Salvador wrote: On Sun, Apr 21, 2013 at 11:45 PM, Fabio Estevam feste...@gmail.comjavascript:; wrote: From: Fabio Estevam fabio.este...@freescale.com javascript:; There are two important commits

Re: [meta-freescale] [PATCH] [meta-fsl-arm] linux-imx_3.0.35.bb: Update to top of tree

2013-04-22 Thread Daiane Angolini
On 04/22/2013 09:51 AM, John Weber wrote: Also technically is this not rev 1.1.1 instead of 1.1.0? We try to follow the Freescale version. So, it's still 1.1.0 branch/version/tag/whatever Daiane ___ meta-freescale mailing list

[meta-freescale] [PATCH v2] [meta-fsl-arm] linux (3.0.35): Update 1.1.0 branch to top of tree

2013-04-22 Thread Fabio Estevam
There are two important commits missing in branch 1.1.0 currently. Update it to the top of tree. Also, change 'tag' to 'branch' in the comment. Reported-by: Rogerio Nunes rogerio.nu...@freescale.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Improve Subject

[meta-freescale] Help with redundant RPATH /usr/lib

2013-04-22 Thread Lewis, Nick
I have written a very basic recipe which inherits autotools but it is failing complaining of an rpath containing an unnecessary /usr/lib Is someone able to assist me please with any pointers as to what may be causing this rpath issue and how to avoid it. Would the configure.ac or Makefile.in

Re: [meta-freescale] [PATCH v2] [meta-fsl-arm] linux (3.0.35): Update 1.1.0 branch to top of tree

2013-04-22 Thread Otavio Salvador
On Mon, Apr 22, 2013 at 10:22 AM, Fabio Estevam fabio.este...@freescale.com wrote: There are two important commits missing in branch 1.1.0 currently. Update it to the top of tree. Also, change 'tag' to 'branch' in the comment. Reported-by: Rogerio Nunes rogerio.nu...@freescale.com

[meta-freescale] [PATCH] [meta-fsl-arm] linux (3.0.35): Use 'branch' instead of 'tag'

2013-04-22 Thread Fabio Estevam
Correct term is 'branch', so update the comments. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- recipes-kernel/linux/linux-imx_3.0.35.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb

Re: [meta-freescale] [PATCH] [meta-fsl-arm] linux (3.0.35): Use 'branch' instead of 'tag'

2013-04-22 Thread Otavio Salvador
On Mon, Apr 22, 2013 at 10:42 AM, Fabio Estevam fabio.este...@freescale.com wrote: Correct term is 'branch', so update the comments. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Applied. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br

Re: [meta-freescale] Help with redundant RPATH /usr/lib

2013-04-22 Thread Fabio Estevam
Hi Nick, On Mon, Apr 22, 2013 at 10:32 AM, Lewis, Nick nick.le...@usa.g4s.com wrote: I have written a very basic recipe which inherits autotools but it is failing complaining of an rpath containing an unnecessary /usr/lib Is someone able to assist me please with any pointers as to what may

Re: [meta-freescale] [PATCH] [meta-fsl-arm] linux-imx_3.0.35.bb: Update to top of tree

2013-04-22 Thread Fabio Estevam
Hi John, On Mon, Apr 22, 2013 at 10:04 AM, John Weber rjohnwe...@gmail.com wrote: Yes it is confusing. Because the branch/tag is moving with successive commits. git.freescale.com has just been updated: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_3.0.35_1.1.0 Just

Re: [meta-freescale] Shouldn't we update imx_3.0.35_1.1.0?

2013-04-22 Thread Rogerio Nunes
Thank you. On Sun, Apr 21, 2013 at 10:46 PM, Fabio Estevam feste...@gmail.com wrote: Hi Rogerio, On Sun, Apr 21, 2013 at 8:17 PM, Rogerio Nunes ronu...@gmail.com wrote: Hi, I've just realized branch imx_3.0.35_1.1.0 is two commits ahead in git.freescale.com, including important LDO

Re: [meta-freescale] Help with redundant RPATH /usr/lib

2013-04-22 Thread Richard Purdie
On Mon, 2013-04-22 at 14:32 +0100, Lewis, Nick wrote: I have written a very basic recipe which inherits autotools but it is failing complaining of an rpath containing an unnecessary /usr/lib Is someone able to assist me please with any pointers as to what may be causing this rpath issue and

Re: [meta-freescale] [PATCH] [meta-fsl-arm] linux-imx_3.0.35.bb: Update to top of tree

2013-04-22 Thread Rogerio Nunes
One correction on my initial comment: LDO and TEMP: patches available now at git.freescale.com as Fabio reported. PFD: uboot only (no kernel patch for this one) On Mon, Apr 22, 2013 at 10:20 AM, Fabio Estevam feste...@gmail.com wrote: Hi John, On Mon, Apr 22, 2013 at 10:04 AM, John Weber

Re: [meta-freescale] Help with redundant RPATH /usr/lib

2013-04-22 Thread Lewis, Nick
Richard Thank you for your assistance Did you write your own do_configure? This is my first recipe so I did what I guessed was the minimum necessary to get it up and running. The recipe only fetches the source and validates the license before the inherit autotools line The most common reason

Re: [meta-freescale] Disable core(s) on imx6Q

2013-04-22 Thread Sandoval Gonzalez Leonardo-B42214
I once did this on a iMX6Q-SD adding the kernel's param 'maxcpus'. Just make sure the kernel you are using supports this parameter. Leo From: meta-freescale-boun...@yoctoproject.org [meta-freescale-boun...@yoctoproject.org] on behalf of Ashwin Kirpalani

Re: [meta-freescale] Disable core(s) on imx6Q

2013-04-22 Thread Fabio Estevam
On Mon, Apr 22, 2013 at 1:08 PM, Sandoval Gonzalez Leonardo-B42214 b42...@freescale.com wrote: I once did this on a iMX6Q-SD adding the kernel's param 'maxcpus'. Just make sure the kernel you are using supports this parameter. Yes, but also take into consideration that the DDR width, density

Re: [meta-freescale] [meta-fsl-arm][PATCH] xf86-dri-vivante: add missing dependency on xf86driproto

2013-04-22 Thread Christian Charreyre
Le 22/04/2013 15:51, Otavio Salvador a écrit : On Mon, Apr 22, 2013 at 10:34 AM, Christian Charreyre christian.charre...@cioinfoindus.fr wrote: Le 19/04/2013 20:04, Otavio Salvador a écrit : On Fri, Apr 19, 2013 at 12:41 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Apr 19, 2013

Re: [meta-freescale] [meta-fsl-arm][PATCH] xf86-dri-vivante: add missing dependency on xf86driproto

2013-04-22 Thread Otavio Salvador
On Mon, Apr 22, 2013 at 2:23 PM, Christian Charreyre christian.charre...@cioinfoindus.fr wrote: Le 22/04/2013 15:51, Otavio Salvador a écrit : On Mon, Apr 22, 2013 at 10:34 AM, Christian Charreyre I've been building using Poky, not OE-Core. If you find out how to reproduce the issue let me