summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWalter Werner SCHNEIDER <contact@schnwalter.eu>2025-10-27 18:42:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-30 11:06:28 +0000
commit2fbf318ed7524212224e8d62a959443b83419039 (patch)
tree47390fb36d85ea97907a3d9f67feaedc9e403c33 /meta
parent78a15a355690eb0eb6943b411c6b21c1e8f6c075 (diff)
downloadpoky-2fbf318ed7524212224e8d62a959443b83419039.tar.gz
core-image-weston: Add wayland as required feature.
(From OE-Core rev: 2b7edbf8027497e528300d04edd954ee96573546) Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/images/core-image-weston.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb
index 62305cc1ce..96d9c34bfa 100644
--- a/meta/recipes-graphics/images/core-image-weston.bb
+++ b/meta/recipes-graphics/images/core-image-weston.bb
@@ -4,9 +4,11 @@ IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6 6
7inherit core-image 7inherit core-image features_check
8 8
9CORE_IMAGE_BASE_INSTALL += "gtk+3-demo" 9CORE_IMAGE_BASE_INSTALL += "gtk+3-demo"
10CORE_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)}"
11 11
12QB_MEM = "-m 512" 12QB_MEM = "-m 512"
13
14REQUIRED_DISTRO_FEATURES = "wayland"