[meta-freescale] [for-danny][PATCH 0/4] Fixes for danny - Pull request #2

2013-01-07 Thread Otavio Salvador
Andrei Gherzan (3): xorg-driver-video: Install vivante_gal.h layer.conf: Use .= for adding to BBPATH and += to BBFILES barebox: Right now barebox supports only imx53qsb board Otavio Salvador (1): layer.conf: Use 'fsl-arm' for collection name conf/layer.conf

[meta-freescale] [for-danny][PATCH 2/4] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-07 Thread Otavio Salvador
From: Andrei Gherzan andrei.gher...@windriver.com http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Andrei Gherzan

[meta-freescale] [for-danny][PATCH 3/4] barebox: Right now barebox supports only imx53qsb board

2013-01-07 Thread Otavio Salvador
From: Andrei Gherzan andrei.gher...@windriver.com Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com --- recipes-bsp/barebox/barebox_2012.02.0.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/barebox/barebox_2012.02.0.bb

[meta-freescale] [for-danny][PATCH 4/4] layer.conf: Use 'fsl-arm' for collection name

2013-01-07 Thread Otavio Salvador
The 'freescale' collection name is too generic without making clear which architecture it supports. Using 'fsl-arm' we make it clear. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- conf/layer.conf |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [meta-freescale] [PATCH] imx-base.inc: Centralize the preferred kernel for i.MX3X SoCs

2013-01-07 Thread Daiane Angolini
On Sun, Jan 6, 2013 at 7:23 PM, Otavio Salvador ota...@ossystems.com.br wrote: The preferred kernel for i.MX3X SoCs are the same so we should set it in imx-base.inc. The previous setting were not working as the board files were using weak setting and the default (linux-imx) were being used by

Re: [meta-freescale] [PATCH] imx-base.inc: Centralize the preferred kernel for i.MX3X SoCs

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 10:23 AM, Daiane Angolini daiane.l...@gmail.com wrote: On Sun, Jan 6, 2013 at 7:23 PM, Otavio Salvador ota...@ossystems.com.br wrote: The preferred kernel for i.MX3X SoCs are the same so we should set it in imx-base.inc. The previous setting were not working as the

Re: [meta-freescale] [for-danny][PATCH 2/4] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-07 Thread Daiane Angolini
On Mon, Jan 7, 2013 at 8:59 AM, Otavio Salvador ota...@ossystems.com.br wrote: From: Andrei Gherzan andrei.gher...@windriver.com http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not

Re: [meta-freescale] [for-danny][PATCH 3/4] barebox: Right now barebox supports only imx53qsb board

2013-01-07 Thread Daiane Angolini
On Mon, Jan 7, 2013 at 8:59 AM, Otavio Salvador ota...@ossystems.com.br wrote: From: Andrei Gherzan andrei.gher...@windriver.com Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com Acked-by: Daiane Angolini daiane.angol...@freescale.com Great, thanks!

Re: [meta-freescale] Port of iMX5's Xorg driver to newer Xorg API

2013-01-07 Thread Daiane Angolini
On Sun, Dec 30, 2012 at 3:27 AM, Otavio Salvador ota...@ossystems.com.br wrote: Hello, I know this holidays time is supposed to us to rest and relax but as a true hacking addicted I was suffering of hacking abstinence (no hacking since before Christimas) so I ended looking at the port of

[meta-freescale] [PATCH] meta-fsl-ppc master: inherit image_types_uboot

2013-01-07 Thread Bob Cochran
Without this patch, fsl-image-minimal-machine.ext2.gz.u-boot links to a non existent file (u-boot rootfs isn't actually built). As commented by Matthew McClintock on 1/2/13, this had been handled previously using a setup script. Signed-off-by: Robert Cochran yo...@mindchasers.com --- diff

[meta-freescale] [PATCH] [meta-ppc-fsl] on master, move linux patches under newly created files subdirectory

2013-01-07 Thread Bob Cochran
As I reported back on 11/27, I get linux-qoriq-sdk-headers build errors with the linux patch files located in meta-fsl-ppc/recipes-kernel/linux. Therefore, I created a files subdirectioy and moved the patch files under there. Signed-off-by: Robert Cochran yo...@mindchasers.com ---

Re: [meta-freescale] [PATCH] [meta-ppc-fsl] on master, move linux patches under newly created files subdirectory

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 1:39 PM, Bob Cochran yo...@mindchasers.com wrote: As I reported back on 11/27, I get linux-qoriq-sdk-headers build errors with the linux patch files located in meta-fsl-ppc/recipes-kernel/linux. Therefore, I created a files subdirectioy and moved the patch files under

Re: [meta-freescale] [PATCH] [meta-ppc-fsl] on master, move linux patches under newly created files subdirectory

2013-01-07 Thread Bob Cochran
On 01/07/2013 03:14 PM, McClintock Matthew-B29882 wrote: On Mon, Jan 7, 2013 at 9:39 AM, Bob Cochran yo...@mindchasers.com wrote: As I reported back on 11/27, I get linux-qoriq-sdk-headers build errors with the linux patch files located in meta-fsl-ppc/recipes-kernel/linux. Therefore, I created