| Message ID | 20260320221404.3991734-4-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master,1/4] ti-test: Move libsdl2-tests inclusion behind guard | expand |
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 <reatmon@ti.com> > --- > .../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 <rs@ti.com>
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 = "\
Add mesa-demos recipe to the packagegroup. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../recipes-core/packagegroups/packagegroup-arago-graphics.bb | 1 + 1 file changed, 1 insertion(+)