Re: [meta-arago][master][PATCH 4/4] packagegroup-arago-graphics: Add mesa-demos
Randolph Sapp <[email protected]> Fri, 20 Mar 2026 17:19:54 -0500
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
On Fri Mar 20, 2026 at 5:14 PM CDT, Ryan Eatmon via lists.yoctoproject.org wrote: > Add mesa-demos recipe to the packagegroup. > > Signed-off-by: Ryan Eatmon <[email protected]> > --- > .../recipes-core/packagegroups/packagegroup-arago-graphics.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb > index 026281cb..e3c6aff6 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb > @@ -9,6 +9,7 @@ inherit packagegroup > GFX_WAYLAND = "\ > ${@bb.utils.contains('DISTRO_FEATURES', 'pam', "weston-init", '', d)} \ > ${@bb.utils.contains('DISTRO_FEATURES', 'pam', "weston-examples", '', d)} \ > + mesa-demos \ > " > > OPENGL_PKGS = "\ This was proposed in another series a while back, but got dropped due to some other changes. Completely forgot about it. Thanks Ryan. Reviewed-by: Randolph Sapp <[email protected]>