summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images
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/recipes-graphics/images
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/recipes-graphics/images')
-rw-r--r--meta/recipes-graphics/images/core-image-weston.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb
index 8d88e3bc0c..e82e4fbb3f 100644
--- a/meta/recipes-graphics/images/core-image-weston.bb
+++ b/meta/recipes-graphics/images/core-image-weston.bb
@@ -1,14 +1,12 @@
1SUMMARY = "A very basic Wayland image with a terminal" 1SUMMARY = "A very basic Wayland image with a terminal"
2 2
3IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" 3IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6 6
7inherit core-image features_check 7inherit core-image
8 8
9REQUIRED_DISTRO_FEATURES = "wayland" 9CORE_IMAGE_BASE_INSTALL += "gtk+3-demo clutter-1.0-examples"
10
11CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples wayland-utils gtk+3-demo clutter-1.0-examples"
12CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" 10CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
13 11
14QB_MEM = "-m 512" 12QB_MEM = "-m 512"