]> code.ossystems Code Review - openembedded-core.git/commit
image: implement IMAGE_FEATURES
authorChris Larson <chris_larson@mentor.com>
Mon, 8 Aug 2011 23:09:37 +0000 (16:09 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2011 12:25:11 +0000 (13:25 +0100)
commitf9f4416a8cfbd37c7d3a8eb19ee82820e2e6b38c
treea248a8405620cec7e1f102a2e839fe8db54f0c20
parent074ca832c0274e0e92698b4d006ef2708be105b8
image: implement IMAGE_FEATURES

IMAGE_FEATURES is analagous to DISTRO_FEATURES and MACHINE_FEATURES, for
root filesystem construction. Currently, the only supported features are
any defined package groups, as used by the oe.packagegroup python
module.

Example usage:

    PACKAGE_GROUP_myfeature = "vim iptables"
    IMAGE_FEATURES += "myfeature"

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