Openembedded Devel Discussions
 help / color / mirror / Atom feed
* MeeGo support in OE
@ 2010-06-25  7:01 Andreas Mueller
  2010-06-25 10:56 ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Mueller @ 2010-06-25  7:01 UTC (permalink / raw)
  To: openembedded-devel

My investigations for a 'colorful' embedded environment lead me to Meego (http://meego.com/).

On the webpage we learn that this is a platform independent environment but there are only few platforms supported (Nokia N900 / Beaglebord / few Intel netbooks).

To have full platform-independency I would like to have Meego (maybe parts of it only) within OE and started already with easiest part uxlaunch (very tiny dm - see 
git://gitorious.org/meego-os-base/uxlaunch.git). This is already tested with xfce environment but before posting a patch here I would like to do some further tests with gnome/enlightenment and 
see what happens in case another dm is found in the image. 

Next step planned is mutter. Here I would like to use the original gnome sources and check the diffs to meego branch.

Now my questions:

- Are there any objections including meego parts (licensing / don't like Intel/Nokia..) in OE
- Are there already proceedings related to mutter ongoing? Or is there a reason that mutter is not in OE other than nobody has done so far?

Andreas



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

* Re: MeeGo support in OE
  2010-06-25  7:01 MeeGo support in OE Andreas Mueller
@ 2010-06-25 10:56 ` Koen Kooi
  2010-06-28  8:23   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2010-06-25 10:56 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 25-06-10 09:01, Andreas Mueller wrote:
> My investigations for a 'colorful' embedded environment lead me to Meego (http://meego.com/).
> 
> On the webpage we learn that this is a platform independent environment but there are only few platforms supported (Nokia N900 / Beaglebord / few Intel netbooks).
> 
> To have full platform-independency I would like to have Meego (maybe parts of it only) within OE and started already with easiest part uxlaunch (very tiny dm - see 
> git://gitorious.org/meego-os-base/uxlaunch.git). This is already tested with xfce environment but before posting a patch here I would like to do some further tests with gnome/enlightenment and 
> see what happens in case another dm is found in the image. 
> 
> Next step planned is mutter. Here I would like to use the original gnome sources and check the diffs to meego branch.
> 
> Now my questions:
> 
> - Are there any objections including meego parts (licensing / don't like Intel/Nokia..) in OE
> - Are there already proceedings related to mutter ongoing? Or is there a reason that mutter is not in OE other than nobody has done so far?

I didn't add mutter because at the time it didn't build against
clutter/gles. It think that has changed now :)

I would very much like to build meego components in OE!

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMJItMMkyGM64RGpERAnz2AJ9eNNYYrHUCh+hityPmuIqzi+zIpACgiMWY
XUcuvovOv3NF/li1OFvSI38=
=YUQM
-----END PGP SIGNATURE-----




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

* Re: MeeGo support in OE
  2010-06-25 10:56 ` Koen Kooi
@ 2010-06-28  8:23   ` Richard Purdie
  2010-06-28 11:12     ` Andreas Mueller
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2010-06-28  8:23 UTC (permalink / raw)
  To: openembedded-devel

On Fri, 2010-06-25 at 12:56 +0200, Koen Kooi wrote:
> On 25-06-10 09:01, Andreas Mueller wrote:
> > My investigations for a 'colorful' embedded environment lead me to Meego (http://meego.com/).
> > 
> > On the webpage we learn that this is a platform independent environment but there are only few platforms supported (Nokia N900 / Beaglebord / few Intel netbooks).
> > 
> > To have full platform-independency I would like to have Meego (maybe parts of it only) within OE and started already with easiest part uxlaunch (very tiny dm - see 
> > git://gitorious.org/meego-os-base/uxlaunch.git). This is already tested with xfce environment but before posting a patch here I would like to do some further tests with gnome/enlightenment and 
> > see what happens in case another dm is found in the image. 
> > 
> > Next step planned is mutter. Here I would like to use the original gnome sources and check the diffs to meego branch.
> > 
> > Now my questions:
> > 
> > - Are there any objections including meego parts (licensing / don't like Intel/Nokia..) in OE
> > - Are there already proceedings related to mutter ongoing? Or is there a reason that mutter is not in OE other than nobody has done so far?
> 
> I didn't add mutter because at the time it didn't build against
> clutter/gles. It think that has changed now :)
> 
> I would very much like to build meego components in OE!

You could do worse than look at meta-moblin in Poky which has recipes
for some components like mutter.

Cheers,

Richard




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

* Re: MeeGo support in OE
  2010-06-28  8:23   ` Richard Purdie
@ 2010-06-28 11:12     ` Andreas Mueller
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Mueller @ 2010-06-28 11:12 UTC (permalink / raw)
  To: openembedded-devel

On Monday 28 June 2010 10:23:24 am Richard Purdie wrote:
> On Fri, 2010-06-25 at 12:56 +0200, Koen Kooi wrote:
> > On 25-06-10 09:01, Andreas Mueller wrote:
> > > My investigations for a 'colorful' embedded environment lead me to Meego (http://meego.com/).
> > > 
> > > On the webpage we learn that this is a platform independent environment but there are only few platforms supported (Nokia N900 / Beaglebord / few Intel netbooks).
> > > 
> > > To have full platform-independency I would like to have Meego (maybe parts of it only) within OE and started already with easiest part uxlaunch (very tiny dm - see 
> > > git://gitorious.org/meego-os-base/uxlaunch.git). This is already tested with xfce environment but before posting a patch here I would like to do some further tests with 
gnome/enlightenment and 
> > > see what happens in case another dm is found in the image. 
> > > 
> > > Next step planned is mutter. Here I would like to use the original gnome sources and check the diffs to meego branch.
> > > 
> > > Now my questions:
> > > 
> > > - Are there any objections including meego parts (licensing / don't like Intel/Nokia..) in OE
> > > - Are there already proceedings related to mutter ongoing? Or is there a reason that mutter is not in OE other than nobody has done so far?
> > 
> > I didn't add mutter because at the time it didn't build against
> > clutter/gles. It think that has changed now :)
> > 
> > I would very much like to build meego components in OE!
> 
> You could do worse than look at meta-moblin in Poky which has recipes
> for some components like mutter.
> 
> Cheers,
> 
> Richard
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 

Thanks for the information - I will take a look on poky but right now I dived into bumping versions of clutter...

Andreas



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

end of thread, other threads:[~2010-06-28 11:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25  7:01 MeeGo support in OE Andreas Mueller
2010-06-25 10:56 ` Koen Kooi
2010-06-28  8:23   ` Richard Purdie
2010-06-28 11:12     ` Andreas Mueller

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