diff options
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 6c759fdf70..8a46b4852c 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -53,7 +53,7 @@ FEATURE_INSTALL_OPTIONAL[vardepvalue] = "${FEATURE_INSTALL_OPTIONAL}" | |||
53 | 53 | ||
54 | # Define some very basic feature package groups | 54 | # Define some very basic feature package groups |
55 | FEATURE_PACKAGES_package-management = "${ROOTFS_PKGMANAGE}" | 55 | FEATURE_PACKAGES_package-management = "${ROOTFS_PKGMANAGE}" |
56 | SPLASH ?= "psplash" | 56 | SPLASH ?= "${@bb.utils.contains("MACHINE_FEATURES", "screen", "psplash", "", d)}" |
57 | FEATURE_PACKAGES_splash = "${SPLASH}" | 57 | FEATURE_PACKAGES_splash = "${SPLASH}" |
58 | 58 | ||
59 | IMAGE_INSTALL_COMPLEMENTARY = '${@complementary_globs("IMAGE_FEATURES", d)}' | 59 | IMAGE_INSTALL_COMPLEMENTARY = '${@complementary_globs("IMAGE_FEATURES", d)}' |