mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a05bd5630d
commit
eab334ade5
@@ -9,6 +9,7 @@
|
||||
#
|
||||
# Available IMAGE_FEATURES:
|
||||
#
|
||||
# - weston - Weston Wayland compositor
|
||||
# - x11 - X server
|
||||
# - x11-base - X server with minimal environment
|
||||
# - x11-sato - OpenedHand Sato environment
|
||||
@@ -37,6 +38,7 @@
|
||||
# - stateless-rootfs - systemctl-native not run, image populated by systemd at runtime
|
||||
# - splash - bootup splash screen
|
||||
#
|
||||
FEATURE_PACKAGES_weston = "packagegroup-core-weston"
|
||||
FEATURE_PACKAGES_x11 = "packagegroup-core-x11"
|
||||
FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base"
|
||||
FEATURE_PACKAGES_x11-sato = "packagegroup-core-x11-sato"
|
||||
|
||||
Reference in New Issue
Block a user