[meta-freescale] Autobuilder failures for fsl-ppc

2013-05-30 Thread Richard Purdie
So, we've had failures on the autobuilder for weeks for fsl-ppc: http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-ppc-lsb?numbuilds=25 http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-ppc?numbuilds=25 The successes are danny builds, master has not built successfully for

Re: [meta-freescale] [PATCH v4 3/3] amd-gpu-bin-mx51: new recipe

2013-05-30 Thread Javier Viguera
Hi Eric, On 29/05/13 20:01, Eric Bénard wrote: > diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb > b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb > +COMPATIBLE_MACHINE = "(mx5)" > diff --git > a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11

Re: [meta-freescale] Autobuilder failures for fsl-ppc

2013-05-30 Thread Luo Zhenhua-B19537
Hello Richard, We will investigation the build error soon and plan to post the fix patch early next week. We will also paying attention to the build status timely, sorry for the frustration. Best Regards, Zhenhua > -Original Message- > From: meta-freescale-boun...@yoctoproject.org

Re: [meta-freescale] [PATCH v4 3/3] amd-gpu-bin-mx51: new recipe

2013-05-30 Thread Eric Bénard
Hi Javier, Le Thu, 30 May 2013 11:49:44 +0200, Javier Viguera a écrit : > On 29/05/13 20:01, Eric Bénard wrote: > > diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb > > b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb > > +COMPATIBLE_MACHINE = "(mx5)" >

[meta-freescale] Trouble installing fsl codec libraries

2013-05-30 Thread Daniel Kenji Morgan
Hello, I'm trying to play audio files using gstreamer on the SABRE Lite board. I've tried building an image by inheriting "core-image" and adding "gstreamer" and "gst-fsl-plugin" to CORE_IMAGE_EXTRA_INSTALL. For some reason, none of the codecs included in "libfslcodec" are installed onto my imag

Re: [meta-freescale] [PATCH v4 3/3] amd-gpu-bin-mx51: new recipe

2013-05-30 Thread Javier Viguera
Hi Eric, On 30/05/13 12:29, Eric Bénard wrote: > This raise an other problem : > - when x11 is not in DISTRO_FEATURES, we shouldn't have the x11-bin > package. Well, this probably is solved by something like: amd-gpu-x11-bin-mx51: COMPATIBLE_MACHINE = "${@base_contains('DISTRO_FEATURES', 'x11',

Re: [meta-freescale] [PATCH v4 3/3] amd-gpu-bin-mx51: new recipe

2013-05-30 Thread Eric Bénard
Le Thu, 30 May 2013 14:02:33 +0200, Javier Viguera a écrit : > Hi Eric, > > On 30/05/13 12:29, Eric Bénard wrote: > > This raise an other problem : > > - when x11 is not in DISTRO_FEATURES, we shouldn't have the x11-bin > > package. > > Well, this probably is solved by something like: > > amd-

[meta-freescale] several questions about yocto on sabrelite

2013-05-30 Thread Thanassis Silis
Hello everyone, I am fiddling around with yocto on sabrelite. I seem to have generated softfp images for my imx6 sabrelite board . I also generated an adt-installer and a toolchain using the application developer guide. A few questions have risen: I sourced /setup_environment and then configure

Re: [meta-freescale] Vivante X11 tests

2013-05-30 Thread Diego Rondini
Silas wrote: > Hi Diego, > > I did some quick and dirty plot this morning. What I did are replacing the > kernel gpu driver source code, writing recipes for gpu-viv-bin-mx6q, > xf86-dri-vivante and xf86-video-imxfb-vivante. It compiles fine and I test > the simple triangle sample from the sdk. The

Re: [meta-freescale] [meta-fsl-arm][PATCH RFC 1/4] qt5: add mx5 and mx6 support

2013-05-30 Thread Chris Larson
On Tue, May 28, 2013 at 6:29 AM, Otavio Salvador wrote: > On Mon, May 27, 2013 at 9:02 PM, Eric Bénard wrote: > >> - this allow to build qt5 with OpenGL ES support for i.MX5 and i.MX6 >> - tested on i.MX51, i.MX53 and i.MX6Q >> >> Signed-off-by: Eric Bénard >> > > I like the idea of it dynamical

Re: [meta-freescale] [meta-fsl-arm][PATCH 00/13] Update multimedia to version 3.0.7

2013-05-30 Thread Otavio Salvador
On Thu, May 23, 2013 at 4:22 PM, Daiane Angolini < daiane.angol...@freescale.com> wrote: > Update the gstreamer plugins to version 3.0.7 provided by > Freescale (from BSP 3.0.35-4.0.0). > > The 3.0.7 version is compatible with MX28, MX5 and MX6. > > Update imx-lib to version 3.0.35-4.0.0 (it's com

Re: [meta-freescale] [fsl-community-bsp-platform][PATCH] setup-environment: add options for the script

2013-05-30 Thread Mahadevan Mahesh-R9AADQ
Hi Otavio, Do you think it is safe to get this patch to the Dylan branch. Best regards, -Mahesh From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Wednesday, May 22, 2013 8:20 AM To: Mahadevan Mahesh-R9AADQ Cc: meta-freescale@yoctoproject.org Su

Re: [meta-freescale] Trouble installing fsl codec libraries

2013-05-30 Thread Sandoval Gonzalez Leonardo-B42214
have you tried building a 'fsl-image-gui' image? that image contains freescale's gstreamer plugins. Leo From: meta-freescale-boun...@yoctoproject.org [meta-freescale-boun...@yoctoproject.org] on behalf of Daniel Kenji Morgan [daniel.kenji.mor...@gmail.co

Re: [meta-freescale] Autobuilder failures for fsl-ppc

2013-05-30 Thread Richard Purdie
On Thu, 2013-05-30 at 09:54 +, Luo Zhenhua-B19537 wrote: > Hello Richard, > > We will investigation the build error soon and plan to post the fix patch > early next week. > > We will also paying attention to the build status timely, sorry for the > frustration. Thanks, I look forward to

[meta-freescale] Vivante OpenCL Examples Source

2013-05-30 Thread Sébastien Taylor
I am unable to find the source code for the Vivante SDK OpenCL samples. I am having issues with the most basic of kernels failing to build with the error CL_BUILD_PROGRAM_FAILURE and clGetProgramBuildInfo with CL_PROGRAM_BUILD_LOG is returning an empty string. I have tested this code against t

Re: [meta-freescale] Vivante OpenCL Examples Source

2013-05-30 Thread Sébastien Taylor
Running the same code under the LTIB BSP I am getting the compiler errors so this is specific to the version in Yocto 1.4. I'll dig more to see library version differences. In terms of the error, it was complaining about the const sampler_t outside the function. On 2013-05-30, at 9:10 PM, Sé

Re: [meta-freescale] QT4.8 or 5.0 on wandboard-solo (I.MX6S) with OPENGL ES2

2013-05-30 Thread Bastiaan de Nooij
On 05/29/2013 05:02 PM, Eric Bénard wrote: Le Wed, 29 May 2013 17:00:56 +0200, Bastiaan de Nooij a écrit : On 05/28/2013 04:56 PM, Eric Bénard wrote: Le Tue, 28 May 2013 16:38:14 +0200, Bastiaan de Nooij a écrit : On 05/28/2013 09:04 AM, Eric Bénard wrote: Le Tue, 28 May 2013 08:23:14 +02

Re: [meta-freescale] [meta-fsl-arm][PATCH RFC 1/4] qt5: add mx5 and mx6 support

2013-05-30 Thread Erik Botö
On Thu, May 30, 2013 at 5:26 PM, Chris Larson wrote: > > It is quite helpful for this sort of case, either a bsp layer appending to > optional layer content, or a common layer appending to bsp layer content, we > do something similar for the mentor layer — > http://git.yoctoproject.org/cgit/cgit.c