]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
core-image-weston: Add wayland as required feature.
authorWalter Werner SCHNEIDER <contact@schnwalter.eu>
Mon, 27 Oct 2025 16:42:28 +0000 (18:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Oct 2025 11:06:22 +0000 (11:06 +0000)
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>
meta/recipes-graphics/images/core-image-weston.bb

index 62305cc1ceea69c5f7f387e08100938eaa232126..96d9c34bfac5638c156125e3b22af617079ee0a1 100644 (file)
@@ -4,9 +4,11 @@ IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston
 
 LICENSE = "MIT"
 
-inherit core-image
+inherit core-image features_check
 
 CORE_IMAGE_BASE_INSTALL += "gtk+3-demo"
 CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
 
 QB_MEM = "-m 512"
+
+REQUIRED_DISTRO_FEATURES = "wayland"