aboutsummaryrefslogtreecommitdiffstats
path: root/classes/base.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-08 20:05:06 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-09 18:28:00 -0700
commitb0edd6725d289730c5fca49ea28a644b9186493c (patch)
treeca8557aecfc7e10aca7aeda7c220dbc4ae7fcbca /classes/base.bbclass
parent7791fdfc5ebafbd52b7921cd4a1ffc77699afb06 (diff)
downloadopenembedded-b0edd6725d289730c5fca49ea28a644b9186493c.tar.gz
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>
Diffstat (limited to 'classes/base.bbclass')
-rw-r--r--classes/base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass
index 964fe1cc10..c5148d7ee1 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -10,7 +10,7 @@ inherit utils
inherit utility-tasks
inherit metadata_scm
-OE_IMPORTS += "oe.path oe.utils sys os time"
+OE_IMPORTS += "oe.path oe.utils oe.packagegroup sys os time"
python oe_import () {
if isinstance(e, bb.event.ConfigParsed):