[meta-freescale] [meta-fsl-ppc master] libxml2: remove unnecessary bbappend

2013-01-08 Thread Zhenhua Luo
"--with-fexceptions" configure flag has been added in the libxml2 recipe of poky. remove the unnecessary bbappend. commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b7a7e6eebac711642944295ad62c996d6a75891c Signed-off-by: Zhenhua Luo --- recipes-append/libxml/libxml2_2.8.0.bbap

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

2013-01-08 Thread McClintock Matthew-B29882
On Tue, Jan 8, 2013 at 9:47 PM, Luo Zhenhua-B19537 wrote: > Bob, > > "libxml2_.bbappend is not needed anymore, the change has been merged into > poky. > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b7a7e6eebac711642944295ad62c996d6a75891c Then we need a patch to drop the bbappends

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

2013-01-08 Thread Luo Zhenhua-B19537
Bob, "libxml2_.bbappend is not needed anymore, the change has been merged into poky. http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b7a7e6eebac711642944295ad62c996d6a75891c Best Regards, Zhenhua > -Original Message- > From: meta-freescale-boun...@yoctoproject.org [mailt

[meta-freescale] Use barebox instead of u-boot

2013-01-08 Thread Jeff Horn
Hi, I've been tasked to test yocto to build our BSP. We have a custom board based on the i.MX53. I was able to follow the instructions and did manage to generate an image for the i.MX53 QSB. That was nice! Now I'm lost in layer land trying to figure out how yocto determines what packages are b

[meta-freescale] [meta-fsl-arm][PATCH] linux-fslc: Update to 3.7.1

2013-01-08 Thread Otavio Salvador
This updates to 3.7.1 version and include some fixes for OlinuXino boards. Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc_3.7.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-fslc_3.7.bb b/recipes-kernel/linux/linux-fs

Re: [meta-freescale] [meta-fsl-arm][PATCH] fsl-mm-*-codeclib: Fix packaging of libraries

2013-01-08 Thread Otavio Salvador
On Tue, Jan 8, 2013 at 5:04 PM, Otavio Salvador wrote: > This patch address many packaging issues which are required to allow > development using those libraries. The changes were: > > * The pkgconfig file provided is the same provided by > fsl-mm-codeclib-dev so we cannot duplicate this file, i

Re: [meta-freescale] [meta-fsl-arm][PATCH] fsl-mm-*-codeclib: Fix packaging of libraries

2013-01-08 Thread Otavio Salvador
On Tue, Jan 8, 2013 at 5:08 PM, Javier Viguera wrote: > On 01/08/2013 08:02 PM, Otavio Salvador wrote: >> >> This is a new patch which replaces the other one. It should address >> all packaging issues in the fsl-mm-*-codeclib packages. Javier, can >> you give it a try? > > > Hi Otavio, > > It's ge

Re: [meta-freescale] [meta-fsl-arm][PATCH] fsl-mm-*-codeclib: Fix packaging of libraries

2013-01-08 Thread Javier Viguera
On 01/08/2013 08:02 PM, Otavio Salvador wrote: This is a new patch which replaces the other one. It should address all packaging issues in the fsl-mm-*-codeclib packages. Javier, can you give it a try? Hi Otavio, It's getting late here (Spain) and i have to leave the office now but I will try

[meta-freescale] [meta-fsl-arm][PATCH] fsl-mm-*-codeclib: Fix packaging of libraries

2013-01-08 Thread Otavio Salvador
This patch address many packaging issues which are required to allow development using those libraries. The changes were: * The pkgconfig file provided is the same provided by fsl-mm-codeclib-dev so we cannot duplicate this file, instead we add a depends on fsl-mm-codeclib-dev to provide a sin

Re: [meta-freescale] [meta-fsl-demos][PATCH] fsl-image-{test, gui}: Disable tools-testapps image feature for iMX5

2013-01-08 Thread Daiane Angolini
On Tue, Jan 8, 2013 at 2:18 PM, Otavio Salvador wrote: > The tools-testapps includes mesa-demos which is currently broken for > AMD GPU libraries. > > For now, we skip the feature when building for iMX5 SoCs. > > Signed-off-by: Otavio Salvador > --- Acked-by: Daiane Angolini

[meta-freescale] libgalUtil.so is missing

2013-01-08 Thread Tarek El-Sherbiny
Hello, I need to use the GPU for scaling, playing and overlaying multiple video streams. I will be implementing something similar to the galRunTest2 unit testing application. I stared by running the test to make sure I've got all the required packages but I've got the flowing error message: # /o

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation

2013-01-08 Thread Otavio Salvador
On Tue, Jan 8, 2013 at 3:27 PM, Javier Viguera wrote: > Hi Otavio, > > > On 01/08/2013 02:06 PM, Otavio Salvador wrote: >> >> Your analisys is right but some other issues need fix as well: >> >> * The pkgconfig file provided is the same provided by >>fsl-mm-codeclib-dev so we cannot du

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

2013-01-08 Thread McClintock Matthew-B29882
On Tue, Jan 8, 2013 at 7:36 AM, Bob Cochran wrote: > On 01/07/2013 03:17 PM, McClintock Matthew-B29882 wrote: >> >> On Mon, Jan 7, 2013 at 8:45 AM, Bob Cochran wrote: >>> >>> Without this patch, fsl-image-minimal-.ext2.gz.u-boot links to a >>> non existent file (u-boot rootfs isn't actually built

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation

2013-01-08 Thread Javier Viguera
Hi Otavio, On 01/08/2013 02:06 PM, Otavio Salvador wrote: Your analisys is right but some other issues need fix as well: * The pkgconfig file provided is the same provided by fsl-mm-codeclib-dev so we cannot duplicate this file, instead we add a depends on fsl-mm-codeclib-dev

[meta-freescale] [meta-fsl-demos][PATCH] fsl-image-{test, gui}: Disable tools-testapps image feature for iMX5

2013-01-08 Thread Otavio Salvador
The tools-testapps includes mesa-demos which is currently broken for AMD GPU libraries. For now, we skip the feature when building for iMX5 SoCs. Signed-off-by: Otavio Salvador --- recipes-fsl/images/fsl-image-gui.bb |1 + recipes-fsl/images/fsl-image-test.bb |1 + 2 files changed, 2 i

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

2013-01-08 Thread Bob Cochran
On 01/07/2013 03:17 PM, McClintock Matthew-B29882 wrote: On Mon, Jan 7, 2013 at 8:45 AM, Bob Cochran wrote: Without this patch, fsl-image-minimal-.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 handl

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation

2013-01-08 Thread Otavio Salvador
On Tue, Jan 8, 2013 at 9:38 AM, Javier Viguera wrote: > On 01/08/2013 11:25 AM, Daiane Angolini wrote: >> Could you, please, apply it to master in order to make sure it's >> applicable? I will test it on master. >> >> How do you test this package? > > Hi Daiane, > > Yes the patch applies to master

[meta-freescale] [meta-fsl-arm][PATCH] fsl-mm-flv-codeclib: Fix packaging

2013-01-08 Thread Otavio Salvador
This patch address many packaging issues which are required to allow development using those libraries. The changes were: * The pkgconfig file provided is the same provided by fsl-mm-codeclib-dev so we cannot duplicate this file, instead we add a depends on fsl-mm-codeclib-dev to provide a sin

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation

2013-01-08 Thread Daiane Angolini
On Tue, Jan 8, 2013 at 9:38 AM, Javier Viguera wrote: > On 01/08/2013 11:25 AM, Daiane Angolini wrote: >> Could you, please, apply it to master in order to make sure it's >> applicable? I will test it on master. >> >> How do you test this package? > > Hi Daiane, > > Yes the patch applies to master

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation

2013-01-08 Thread Javier Viguera
On 01/08/2013 11:25 AM, Daiane Angolini wrote: > Could you, please, apply it to master in order to make sure it's > applicable? I will test it on master. > > How do you test this package? Hi Daiane, Yes the patch applies to master as well without problems. About the testing. I have not tested i

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation

2013-01-08 Thread Daiane Angolini
On Mon, Jan 7, 2013 at 2:39 PM, Javier Viguera wrote: > The prebuilt libraries in fsl-mm-flv-codeclib package do not follow > the lib*.so.* naming rule, so the 'do_install' function fails to copy > some of the library files and later failing to create the package > (tested with DEB and IPK formats