Re: [meta-freescale] Starting the test cicly for 1.6

2014-04-02 Thread daiane.angol...@freescale.com
My test result for today. http://pastebin.com/HwwwTY4R conclusion: imx6qsabreSD is great imx6slevk "GPU" and "VPU" integration is bad Daiane -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/me

[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-cfa.inc: typo fix (s/SECTion/SECTION/)

2014-04-02 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart --- recipes-kernel/linux/linux-cfa.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-cfa.inc b/recipes-kernel/linux/linux-cfa.inc index 065d747..96f934c 100644 --- a/recipes-kernel/linux/linux-cfa.inc +++ b

Re: [meta-freescale] Chromium acceleration

2014-04-02 Thread Eric Nelson
Hi Zoltan, On 04/02/2014 03:29 AM, Boszormenyi Zoltan wrote: Hi, 2014-04-01 21:22 keltezéssel, Eric Nelson írta: Mahyar updated these patches to apply against the chromium-35.0.1883.0 build currently in meta-browser. Additional notes to follow, but this appears to achieve HTML5 video against

Re: [meta-freescale] seiko and prism drivers in linux-wandboard_3.10.17?

2014-04-02 Thread Daiane Angolini
On Wed, Apr 2, 2014 at 9:13 AM, Stefan wrote: > Hi, > > the 3.10.17-Version of the Kernel stopped shipping seiko video and > prism touch drivers. > Are there plans to add them back? > Do they have any issues, that caused their removal? I suppose you're talking about linux-imx kernel. Here is no

Re: [meta-freescale] compilation issue related to a custom recipe

2014-04-02 Thread Daiane Angolini
On Wed, Apr 2, 2014 at 6:36 AM, aymen irt wrote: > Hi all, > > I have followed this tutorial > (https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_put_my_recipe_into_Yocto.3F) > in order to create my own recipe for the helloworld example (from section > 5.3.1 of Yocto dev-manual: > http://www

Re: [meta-freescale] Chromium acceleration

2014-04-02 Thread Carlos Rafael Giani
On 2014-04-02 14:02, Christian Betz wrote: The VPU part could be because of missing firmware. Check if the vpu files are present in /lib/firmware. As for MP4, this is a known problem. You are building Chromium, not Chrome. MP4 support is part of the restricted feature se

[meta-freescale] seiko and prism drivers in linux-wandboard_3.10.17?

2014-04-02 Thread Stefan
Hi, the 3.10.17-Version of the Kernel stopped shipping seiko video and prism touch drivers. Are there plans to add them back? Do they have any issues, that caused their removal? -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://

Re: [meta-freescale] Chromium acceleration

2014-04-02 Thread Christian Betz
> > The VPU part could be because of missing firmware. Check if the vpu files >> are present in /lib/firmware. >> > As for MP4, this is a known problem. You are building Chromium, not > Chrome. MP4 support is part of the restricted feature set, which is > included in Chrome but not Chromium. Try a

Re: [meta-freescale] Chromium acceleration

2014-04-02 Thread Boszormenyi Zoltan
2014-04-02 12:23 keltezéssel, Carlos Rafael Giani írta: On 2014-04-02 12:21, Boszormenyi Zoltan wrote: Hi, 2014-04-01 21:22 keltezéssel, Eric Nelson írta: Mahyar updated these patches to apply against the chromium-35.0.1883.0 build currently in meta-browser. Additional notes to follow, but t

Re: [meta-freescale] Chromium acceleration

2014-04-02 Thread Carlos Rafael Giani
On 2014-04-02 12:28, Gary Thomas wrote: On 2014-04-02 04:21, Carlos Rafael Giani wrote: Keep in mind what I wrote. This version of VPU acceleration is very basic (it will copy frames with the CPU), and fulfilled the customer's immediate needs back then, but can be done much better. I am curren

Re: [meta-freescale] Chromium acceleration

2014-04-02 Thread Gary Thomas
On 2014-04-02 04:21, Carlos Rafael Giani wrote: > Keep in mind what I wrote. This version of VPU acceleration is very basic (it > will copy frames with the CPU), and fulfilled the customer's immediate needs > back then, but can be > done much better. I am currently looking into a better approach.

Re: [meta-freescale] Chromium acceleration

2014-04-02 Thread Carlos Rafael Giani
On 2014-04-02 12:21, Boszormenyi Zoltan wrote: Hi, 2014-04-01 21:22 keltezéssel, Eric Nelson írta: Mahyar updated these patches to apply against the chromium-35.0.1883.0 build currently in meta-browser. Additional notes to follow, but this appears to achieve HTML5 video against Webm/Ogg video

Re: [meta-freescale] Chromium acceleration

2014-04-02 Thread Carlos Rafael Giani
Keep in mind what I wrote. This version of VPU acceleration is very basic (it will copy frames with the CPU), and fulfilled the customer's immediate needs back then, but can be done much better. I am currently looking into a better approach. On 2014-04-01 21:22, Eric Nelson wrote: Thanks agai

[meta-freescale] compilation issue related to a custom recipe

2014-04-02 Thread aymen irt
Hi all, I have followed this tutorial ( https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_put_my_recipe_into_Yocto.3F) in order to create my own recipe for the helloworld example (from section 5.3.1 of Yocto dev-manual: http://www.yoctoproject.org/docs/1.4.2/dev-manual/dev-manual.html#usingp