All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][scarthgap][PATCH 01/10] offscreendemo: Add REQUIRED_DISTRO_FEATURES
@ 2025-11-13 22:50 Ryan Eatmon
  2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 02/10] ti-test: Gate some of the packages behind DISTRO_FEATURE check Ryan Eatmon
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Ryan Eatmon @ 2025-11-13 22:50 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

Since this recipe depends on virtual/egl and virtual/libgles2 it
should be gated by a check for the "opengl" DISTRO_FEATURE.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb b/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb
index c2ad5012..a341c872 100644
--- a/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb
+++ b/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb
@@ -13,4 +13,6 @@ S = "${WORKDIR}/git"
 
 DEPENDS += "virtual/egl virtual/libgles2"
 
-inherit pkgconfig meson
+inherit pkgconfig meson features_check
+
+REQUIRED_DISTRO_FEATURES = "opengl"
-- 
2.17.1



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

end of thread, other threads:[~2025-11-26  1:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 22:50 [meta-arago][scarthgap][PATCH 01/10] offscreendemo: Add REQUIRED_DISTRO_FEATURES Ryan Eatmon
2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 02/10] ti-test: Gate some of the packages behind DISTRO_FEATURE check Ryan Eatmon
2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 03/10] packagegroup-arago-tisdk-graphics*: Add DISTRO_FEATURE check for some packages Ryan Eatmon
2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 04/10] emptty-conf: Remove rogue -conf entries Ryan Eatmon
2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 05/10] meta-arago-extras: layer.conf: Remove SIGGEN_EXCLUDERECIPES_ABISAFE Ryan Eatmon
2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 06/10] layer.conf: Add missing meta-clang dependency Ryan Eatmon
2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 07/10] makedumpfile: Remove outdated recipe Ryan Eatmon
2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 08/10] abseil-cpp: Do the version bump in a yocto-check-layer compliant manner Ryan Eatmon
2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 09/10] libyang: " Ryan Eatmon
2025-11-13 23:09   ` Denys Dmytriyenko
2025-11-14  0:53     ` Ryan Eatmon
2025-11-25 23:24   ` Denys Dmytriyenko
     [not found]   ` <187B637C71326FC4.199483@lists.yoctoproject.org>
2025-11-26  1:07     ` Denys Dmytriyenko
2025-11-13 22:50 ` [meta-arago][scarthgap][PATCH 10/10] v4l-utils: " Ryan Eatmon
2025-11-13 22:55 ` [meta-arago][scarthgap][PATCH 01/10] offscreendemo: Add REQUIRED_DISTRO_FEATURES PRC Automation

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.