]> code.ossystems Code Review - openembedded-core.git/commit
oe.packagegroup: add code for package groups (sync from OE)
authorChris Larson <chris_larson@mentor.com>
Sat, 9 Oct 2010 03:05:06 +0000 (20:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 May 2011 16:41:03 +0000 (17:41 +0100)
commit4df212e9c2a1dd7c80d180fd13b67e9f2799d3e1
tree1639f0c0f38e5f497a2169c40574b55b9e414d03
parente02c0d809732bed3d170880c6faedafce8c60c21
oe.packagegroup: add code for package groups (sync from OE)

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>
meta/classes/base.bbclass
meta/lib/oe/packagegroup.py [new file with mode: 0644]