]> code.ossystems Code Review - openembedded-core.git/commit
classes/core-image: remove *_IMAGE_FEATURES variables
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 31 Aug 2012 09:37:59 +0000 (10:37 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 4 Sep 2012 05:52:50 +0000 (22:52 -0700)
commit6488842b0d03cfec9f8675eca5a2e05675decf66
treeb7c5253517e0bb2ad627bc9c21ba2784d61bb9e0
parent6c78d99cc2e54a99af22357d7567f64e864949b9
classes/core-image: remove *_IMAGE_FEATURES variables

This indirection does not add anything in terms of configuration and
only serves to increase confusion; and given the nature of these it is
unlikely they are being used outside of OE-Core. Change the sato-sdk and
sato-dev images to be based on the main Sato image (avoiding the need
for a common SATO_IMAGE_FEATURES variable) and eliminate all references
to them.

Fixes [YOCTO #2458].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/core-image.bbclass
meta/recipes-core/images/core-image-core.bb
meta/recipes-graphics/images/core-image-clutter.bb
meta/recipes-sato/images/core-image-sato-dev.bb
meta/recipes-sato/images/core-image-sato-sdk.bb
meta/recipes-sato/images/core-image-sato.bb