* [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
* Re: [OE-core] [PATCH] core-image-weston: Add wayland as required feature.
2025-10-27 16:42 [PATCH] core-image-weston: Add wayland as required feature Walter Werner SCHNEIDER
@ 2025-10-28 9:58 ` Alexander Kanavin
2025-10-28 10:27 ` Walter Werner SCHNEIDER
2025-10-28 10:13 ` [OE-core] " Gyorgy Sarvari
1 sibling, 1 reply; 4+ messages in thread
From: Alexander Kanavin @ 2025-10-28 9:58 UTC (permalink / raw)
To: contact; +Cc: openembedded-core
On Mon, 27 Oct 2025 at 17:43, Walter Werner SCHNEIDER via
lists.openembedded.org <contact=schnwalter.eu@lists.openembedded.org>
wrote:
> +REQUIRED_DISTRO_FEATURES = "wayland"
It would help to add to the commit message an explanation of what is
improved by the change. What is the issue you ran into?
Alex
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH] core-image-weston: Add wayland as required feature.
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:13 ` Gyorgy Sarvari
1 sibling, 0 replies; 4+ messages in thread
From: Gyorgy Sarvari @ 2025-10-28 10:13 UTC (permalink / raw)
To: openembedded-core
On 10/27/25 17:42, Walter Werner SCHNEIDER via lists.openembedded.org wrote:
> Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
> ---
Little bit offtopic, but is the patchtest job down? It supposed to catch
empty commit message. (And thinking of it, there hasn't been any mails
since a few weeks)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] core-image-weston: Add wayland as required feature.
2025-10-28 9:58 ` [OE-core] " Alexander Kanavin
@ 2025-10-28 10:27 ` Walter Werner SCHNEIDER
0 siblings, 0 replies; 4+ messages in thread
From: Walter Werner SCHNEIDER @ 2025-10-28 10:27 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 347 bytes --]
I've provided a v2 version of the patch that includes the reasoning behind the change and a small note that won't be included in the patch regarding core-image-sato, which has a similar problem.
Both images can not be built without providing a distro, with REQUIRED_DISTRO_FEATURES and features_check, the build fails with a more clear error.
[-- Attachment #2: Type: text/html, Size: 361 bytes --]
^ permalink raw reply [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