diff options
Diffstat (limited to 'meta/classes/image.bbclass')
| -rw-r--r-- | meta/classes/image.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 0f6ab381cd..2e95556011 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
| @@ -39,6 +39,10 @@ def normal_groups(d): | |||
| 39 | features = set(oe.data.typed_value('IMAGE_FEATURES', d)) | 39 | features = set(oe.data.typed_value('IMAGE_FEATURES', d)) |
| 40 | return features.difference(extras) | 40 | return features.difference(extras) |
| 41 | 41 | ||
| 42 | # Define some very basic feature package groups | ||
| 43 | SPLASH ?= "psplash" | ||
| 44 | PACKAGE_GROUP_splash = "${SPLASH}" | ||
| 45 | |||
| 42 | # Wildcards specifying complementary packages to install for every package that has been explicitly | 46 | # Wildcards specifying complementary packages to install for every package that has been explicitly |
| 43 | # installed into the rootfs | 47 | # installed into the rootfs |
| 44 | def complementary_globs(featurevar, d): | 48 | def complementary_globs(featurevar, d): |
