summaryrefslogtreecommitdiffstats
path: root/meta/classes/core-image.bbclass
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-03-03 14:06:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-06 22:39:04 +0000
commiteab334ade5d38b3539f456c8cb55d1975e358791 (patch)
tree2676dd98419e8d1281a67104594b2084a12a21ca /meta/classes/core-image.bbclass
parenta05bd5630d22cc817e64e86dccc8ad433da1b694 (diff)
downloadpoky-eab334ade5d38b3539f456c8cb55d1975e358791.tar.gz
core-image.bbclass: add a weston IMAGE_FEATURE, similar to x11-base
(From OE-Core rev: 5dd4bf88f59d3dddb5368163baba02f053eec502) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"