aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oe/packagegroup.py
AgeCommit message (Collapse)Author
2010-10-10oe.packagegroup: fix python version compat issueChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-09Implement 'dbg', 'dev', and 'doc' package groupsChris Larson
These allow one to include debugging, development, and documentation files for all packages installed in the image, via IMAGE_FEATURES. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-09oe.packagegroup: add code for package groupsChris Larson
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>