]> code.ossystems Code Review - openembedded-core.git/commit
packagegroup-core-console: remove
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 31 Aug 2012 09:45:58 +0000 (10:45 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 4 Sep 2012 05:52:52 +0000 (22:52 -0700)
commit592d6e602466628d10704835a7b07d3d713f58e1
treef79c78d93cc303bd5c24d83215ec130cd89f3509
parentdbbcc0cb9d2cbc66027c800075b94eb9b7110a00
packagegroup-core-console: remove

This provides one package group, packagegroup-core-apps-console, which
is usually brought in by adding "apps-console-core" to IMAGE_FEATURES.
Aside from the naming inconsistencies, this is a group of mostly
unrelated packages, none of which are actually "apps". Handling each
one:

* dbus: should mostly be brought in by package runtime dependencies
* avahi-daemon: if you are using packagegroup-base (as all images that
  inherit from core-image do) this is brought in by having "zeroconf" in
  DISTRO_FEATURES.
* portmap: not very useful by itself; should be brought in by selecting
  NFS server/client through other means.
* psplash (or whatever SPLASH is set to): this has been changed to be
  an explicit item "splash" in IMAGE_FEATURES. Since this is a fairly
  fundamental feature, a piece of code has been added to automatically
  handle this for images still using apps-console-core (and show a
  warning).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
12 files changed:
meta/classes/core-image.bbclass
meta/classes/image.bbclass
meta/recipes-core/images/core-image-base.bb
meta/recipes-core/packagegroups/packagegroup-core-console.bb [deleted file]
meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
meta/recipes-extended/images/core-image-basic.bb
meta/recipes-extended/images/core-image-lsb-dev.bb
meta/recipes-extended/images/core-image-lsb-sdk.bb
meta/recipes-extended/images/core-image-lsb.bb
meta/recipes-graphics/images/core-image-clutter.bb
meta/recipes-graphics/images/core-image-x11.bb
meta/recipes-sato/images/core-image-sato.bb