From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [RFC] Layer rework proposal
Date: Fri, 02 Sep 2011 14:41:37 +0100 [thread overview]
Message-ID: <1314970897.5939.599.camel@rex> (raw)
In-Reply-To: <79EAF6DF-304E-43B7-B97B-1FA6FFEBB91C@beagleboard.org>
Hi Koen,
Thanks for writing things down.
On Fri, 2011-09-02 at 13:01 +0200, Koen Kooi wrote:
> This has come up in the past, but no one has had time to site down and
> write a proposal yet.
>
> Problem description: The OE-core layer has both too much in it and not
> enough.
>
> Currently OE-core is basically a relabeling of the poky fork of OE.
> Due to that heritage is has bits in it that aren't considered 'core',
> but serve as a testbed for the proper core metadata. The prime example
> of this is the sato suite. To address this we will need to come up
> with guidelines what goes into OE-core and what people expect to get
> out of it. Here's a start:
>
> Highlevel goals:
>
> 1) Have a high quality set of "core" metadata
> 2) OE-core needs to be useful on its own
> 3) OE-core needs to be testable on its own
>
> Concrete rootfs goals:
>
> a) be able to build for the 4 blessed architectures: arm, mips,
> powerpc, x86
> b) have multilib support
> c) be able to build a rootfs that has:
> o package management (rpm/deb/opkg)
> o networking support (ifupdown/connman/dnsmasq)
> o have remote access (dropbear/openssh)
> o have user management (shadow/pam)
>
> I think it's safe to say that we all agree on that minimum set of
> goals. The tricky thing is where to put multimedia and GUI stuff. Qt
> and GTK are important enough to get put in core, but where do we draw
> the line? Where do we stop splitting things in recipes-* and start
> splitting them into layers and should those layers live in seperate
> repositories?
>
> My list of non-BSP, non-distro layers is:
>
> BBLAYERS = " \
> ${TOPDIR}/sources/meta-openembedded/meta-oe \
> ${TOPDIR}/sources/meta-openembedded/meta-efl \
> ${TOPDIR}/sources/meta-openembedded/meta-gpe \
> ${TOPDIR}/sources/meta-openembedded/meta-gnome \
> ${TOPDIR}/sources/meta-openembedded/meta-xfce \
> ${TOPDIR}/sources/openembedded-core/meta \
> "
>
> The gpe, gnome and xfce layers need things like glib-2.0 and gtk, but
> there's a larger overlay between the 3, so gpe and xfce end up
> depending on the gnome layer. Meta-oe is the place where people put
> things they don't want to maintain in a seperate layer, which isn't
> going to scale longterm.
>
> My not-so-fully-formed idea is:
>
> core - implements above goals
rootfs goals or highlevel ones? I'd argue it doesn't have enough
substance to reasonably test without something GUI like in there. Whilst
that still doesn't cover everything, I do feel happier that the general
system is sound when graphical pieces are working.
> x11 - base xorg libs, headers, apps. Has bbappends for core recipes to
> add x11 support via DISTRO_FEATURES
> gtk - base gtk things, libs, themes, icons, modules
> qt - base qt things + qwt
Very roughly the above are in OE-Core today. There has been at least
some effort to pull the different pieces apart into those very
categories too in the form of recipes directories rather than layers
(where graphics ~= x11).
I think a reasonable definition of the gtk layer (or gnome-core?) is
that its for the pieces that gpe/sato/xfce all reasonably depend upon.
I'm not sure whether x11 makes sense out on its own or it can be shared
with "graphics" components (e.g. directfb, libsdl and so on). There are
only a small number of other misc graphics pieces.
> efl - depends on core,x11
> gnome - depends on core,x11,gtk
> gpe - depends on core,x11,gtk
> opie - depends on core,qt
> sato - depends on core,x11,gtk
Obviously sato jumps out as something still in OE-Core today but the
intent has always been to make it into a layer (maybe still in the
OE-Core repo). Some matchbox components are more tricky there as where
should they go?
> xfce - depends on core,x11,gtk, gnome
>
> and finally:
>
> oe - leftovers
>
> With this layer structure as starting point can we start a discussion
> on how people would like to set it split? I'd like to leave the
> question of which layer goes into what repository for later.
I believe its all kind of entwined...
Cheers,
Richard
next prev parent reply other threads:[~2011-09-02 13:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-02 11:01 [RFC] Layer rework proposal Koen Kooi
2011-09-02 13:41 ` Richard Purdie [this message]
2011-09-08 7:25 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1314970897.5939.599.camel@rex \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox