1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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"

(From OE-Core rev: 4df212e9c2a1dd7c80d180fd13b67e9f2799d3e1)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chris Larson
2010-10-08 20:05:06 -07:00
committed by Richard Purdie
parent fc55b224ca
commit 2a05bd9be0
2 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ inherit metadata_scm
inherit buildstats
inherit logging
OE_IMPORTS += "os sys time oe.path oe.utils oe.data"
OE_IMPORTS += "os sys time oe.path oe.utils oe.data oe.packagegroup"
OE_IMPORTS[type] = "list"
def oe_import(d):