| Message ID | 20251105160735.24123-1-reatmon@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,master,1/3] offscreendemo: Add REQUIRED_DISTRO_FEATURES | expand |
meta-arago / na / 20251105160735.24123-1-reatmon
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-arago][master][PATCH 3/3] packagegroup-arago-tisdk-graphics*: Add DISTRO_FEATURE check for some packages
WARN: Commit message does not include file/recipe name: packagegroup-arago-tisdk-graphics*: Add DISTRO_FEATURE check for some packages. (COMMIT-MESSAGE-2)
patch
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH 1/3] offscreendemo: Add REQUIRED_DISTRO_FEATURES
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 5 Nov 2025 10:07:33 -0600
- Num Patches: 3
- Mailing List (public inbox) Commit SHA: e4098c6f1fc649a7d5923bb0e92507e8761ce9ad
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202510310100
- Commit SHA: e37362654298b1e94df1fc1bf86e1f02ffe5d2a2
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
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 f416b112..6dc0e526 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 @@ -11,4 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65d3616852dbf7b1a6d4b53b00626032" DEPENDS += "virtual/egl virtual/libgles2" -inherit pkgconfig meson +inherit pkgconfig meson features_check + +REQUIRED_DISTRO_FEATURES = "opengl"
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(-)