oe.packagegroup: add code for package groups
authorChris Larson <chris_larson@mentor.com>
Sat, 9 Oct 2010 03:05:06 +0000 (20:05 -0700)
committerChris Larson <chris_larson@mentor.com>
Sun, 10 Oct 2010 01:28:00 +0000 (18:28 -0700)
commitb0edd6725d289730c5fca49ea28a644b9186493c
treeca8557aecfc7e10aca7aeda7c220dbc4ae7fcbca
parent7791fdfc5ebafbd52b7921cd4a1ffc77699afb06
oe.packagegroup: add code for package groups

This includes some utility functions for dealing with groups of packages
defined in the metadata.  Metadata syntax:

    PACKAGE_GROUP_<group> = "<list of packages>"

If the packages in the group are optional:

    PACKAGE_GROUP_<group>[optional] = "1"

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/base.bbclass
lib/oe/packagegroup.py [new file with mode: 0644]