summaryrefslogtreecommitdiffstats
path: root/meta/classes/core-image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r--meta/classes/core-image.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index 88ca272145..d81f68bd2e 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -9,6 +9,7 @@
9# 9#
10# Available IMAGE_FEATURES: 10# Available IMAGE_FEATURES:
11# 11#
12# - weston - Weston Wayland compositor
12# - x11 - X server 13# - x11 - X server
13# - x11-base - X server with minimal environment 14# - x11-base - X server with minimal environment
14# - x11-sato - OpenedHand Sato environment 15# - x11-sato - OpenedHand Sato environment
@@ -37,6 +38,7 @@
37# - stateless-rootfs - systemctl-native not run, image populated by systemd at runtime 38# - stateless-rootfs - systemctl-native not run, image populated by systemd at runtime
38# - splash - bootup splash screen 39# - splash - bootup splash screen
39# 40#
41FEATURE_PACKAGES_weston = "packagegroup-core-weston"
40FEATURE_PACKAGES_x11 = "packagegroup-core-x11" 42FEATURE_PACKAGES_x11 = "packagegroup-core-x11"
41FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base" 43FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base"
42FEATURE_PACKAGES_x11-sato = "packagegroup-core-x11-sato" 44FEATURE_PACKAGES_x11-sato = "packagegroup-core-x11-sato"