Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] core-image-weston: Add wayland as required feature.
@ 2025-10-27 16:42 Walter Werner SCHNEIDER
  2025-10-28  9:58 ` [OE-core] " Alexander Kanavin
  2025-10-28 10:13 ` [OE-core] " Gyorgy Sarvari
  0 siblings, 2 replies; 4+ messages in thread
From: Walter Werner SCHNEIDER @ 2025-10-27 16:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Walter Werner SCHNEIDER

Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
---
 meta/recipes-graphics/images/core-image-weston.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
 
 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"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-28 10:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 16:42 [PATCH] core-image-weston: Add wayland as required feature Walter Werner SCHNEIDER
2025-10-28  9:58 ` [OE-core] " Alexander Kanavin
2025-10-28 10:27   ` Walter Werner SCHNEIDER
2025-10-28 10:13 ` [OE-core] " Gyorgy Sarvari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox