image.bbclass: implement IMAGE_FEATURES
authorChris Larson <chris_larson@mentor.com>
Sat, 9 Oct 2010 03:07:23 +0000 (20:07 -0700)
committerChris Larson <chris_larson@mentor.com>
Sun, 10 Oct 2010 05:38:02 +0000 (22:38 -0700)
commit77734527095b04989c7773f6bc5a941faae532eb
treeedc372a15fb9bb2c0508a17ada25ee12b061a433
parentb680c0dd6ba53257f742e7250cc4e1c3fed32bc2
image.bbclass: implement IMAGE_FEATURES

IMAGE_FEATURES, as with the other _FEATURES variables, is a space separated
list of words which identify pieces of functionality to be included /
supported.  Currently, any defined package group may be included (see the
oe.packagegroup python module).

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/image.bbclass