Openembedded Devel Discussions
 help / color / mirror / Atom feed
* meta-chromium
@ 2012-04-17 20:40 Eric Bénard
  2012-04-17 20:44 ` [OE-core] meta-chromium Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Bénard @ 2012-04-17 20:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: yocto, openembedded-core

Hi,

we have pushed the begining of our (Eukréa Electromatique's team and
especially Denis) work to get Chromium to build with OpenEmbedded Core
to : git://github.com/eukrea/meta-chromium.git
https://github.com/eukrea/meta-chromium

For the moment it's only tested on ARMv7 platforms (i.MX515 and i.MX535
based) where it seems robust and quite fast on most of the HTML5 tests
we ran (only WebGL doesn't yet work).

Feel free to send patches to improve the recipes and add support for
other platforms.

TODO :
- enable WebGL with OpenGL ES support
- support other platforms than armv7
- merge with meta-mozilla to create a meta-browser layer

Eric



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] meta-chromium
  2012-04-17 20:40 meta-chromium Eric Bénard
@ 2012-04-17 20:44 ` Khem Raj
  2012-04-17 20:45   ` Paul Eggleton
  2012-04-17 21:01 ` [yocto] meta-chromium Denys Dmytriyenko
  2012-04-18  8:12 ` meta-chromium Henning Heinold
  2 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2012-04-17 20:44 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: yocto, openembedded-devel

On Tue, Apr 17, 2012 at 1:40 PM, Eric Bénard <eric@eukrea.com> wrote:
>
>
> we have pushed the begining of our (Eukréa Electromatique's team and
> especially Denis) work to get Chromium to build with OpenEmbedded Core
> to : git://github.com/eukrea/meta-chromium.git
> https://github.com/eukrea/meta-chromium

good job Eric and Denis can you add an entry into  layerindex too please
if you havent done that already

http://openembedded.org/LayerIndex



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] meta-chromium
  2012-04-17 20:44 ` [OE-core] meta-chromium Khem Raj
@ 2012-04-17 20:45   ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2012-04-17 20:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: yocto, openembedded-devel

On Tuesday 17 April 2012 13:44:00 Khem Raj wrote:
> On Tue, Apr 17, 2012 at 1:40 PM, Eric Bénard <eric@eukrea.com> wrote:
> > we have pushed the begining of our (Eukréa Electromatique's team and
> > especially Denis) work to get Chromium to build with OpenEmbedded Core
> > to : git://github.com/eukrea/meta-chromium.git
> > https://github.com/eukrea/meta-chromium
> 
> good job Eric and Denis can you add an entry into  layerindex too please
> if you havent done that already
> 
> http://openembedded.org/LayerIndex

I just did ;)

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [yocto] meta-chromium
  2012-04-17 20:40 meta-chromium Eric Bénard
  2012-04-17 20:44 ` [OE-core] meta-chromium Khem Raj
@ 2012-04-17 21:01 ` Denys Dmytriyenko
  2012-04-18  8:12 ` meta-chromium Henning Heinold
  2 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2012-04-17 21:01 UTC (permalink / raw)
  To: Eric B?nard; +Cc: yocto, openembedded-devel, openembedded-core

On Tue, Apr 17, 2012 at 10:40:28PM +0200, Eric B?nard wrote:
> Hi,
> 
> we have pushed the begining of our (Eukr?a Electromatique's team and
> especially Denis) work to get Chromium to build with OpenEmbedded Core
> to : git://github.com/eukrea/meta-chromium.git
> https://github.com/eukrea/meta-chromium
> 
> For the moment it's only tested on ARMv7 platforms (i.MX515 and i.MX535
> based) where it seems robust and quite fast on most of the HTML5 tests
> we ran (only WebGL doesn't yet work).
> 
> Feel free to send patches to improve the recipes and add support for
> other platforms.
> 
> TODO :
> - enable WebGL with OpenGL ES support
> - support other platforms than armv7
> - merge with meta-mozilla to create a meta-browser layer

Eric, Denis,

Great news! Thanks for your work!

-- 
Denys




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: meta-chromium
  2012-04-17 20:40 meta-chromium Eric Bénard
  2012-04-17 20:44 ` [OE-core] meta-chromium Khem Raj
  2012-04-17 21:01 ` [yocto] meta-chromium Denys Dmytriyenko
@ 2012-04-18  8:12 ` Henning Heinold
  2 siblings, 0 replies; 5+ messages in thread
From: Henning Heinold @ 2012-04-18  8:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: yocto, openembedded-core

On Tue, Apr 17, 2012 at 10:40:28PM +0200, Eric Bénard wrote:
> Hi,
> 
> we have pushed the begining of our (Eukréa Electromatique's team and
> especially Denis) work to get Chromium to build with OpenEmbedded Core
> to : git://github.com/eukrea/meta-chromium.git
> https://github.com/eukrea/meta-chromium
> 
> For the moment it's only tested on ARMv7 platforms (i.MX515 and i.MX535
> based) where it seems robust and quite fast on most of the HTML5 tests
> we ran (only WebGL doesn't yet work).
> 
> Feel free to send patches to improve the recipes and add support for
> other platforms.
> 
> TODO :
> - enable WebGL with OpenGL ES support
> - support other platforms than armv7
> - merge with meta-mozilla to create a meta-browser layer
> 
> Eric

Cool and thanks.

Bye Henning



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-18  8:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17 20:40 meta-chromium Eric Bénard
2012-04-17 20:44 ` [OE-core] meta-chromium Khem Raj
2012-04-17 20:45   ` Paul Eggleton
2012-04-17 21:01 ` [yocto] meta-chromium Denys Dmytriyenko
2012-04-18  8:12 ` meta-chromium Henning Heinold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox