Message ID | 20240208073806.2072814-1-s-adivi@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,kirkstone/master,v2] packagegroup: graphics-sdk-target: Add GLES3 headers | expand |
On 08/02/24 13:08, Sai Sree Kartheek Adivi wrote: > GLES3 headers are missing in the linux-devkit/sysroots since 09.00. > These are needed for cross compiling QT, OpenGLES and other graphics applications. > > Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> > --- > v2 : > * Added target branch in subject > .../packagegroup-arago-tisdk-graphics-sdk-target.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb > index acb06558..6f576a18 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb > @@ -9,6 +9,7 @@ inherit packagegroup > RDEPENDS:${PN} = "\ > libegl-dev \ > libdrm-dev \ > + libgles3-mesa-dev \ > wayland-dev \ > weston-dev \ > ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-libs-dev', '', d)} \
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb index acb06558..6f576a18 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb @@ -9,6 +9,7 @@ inherit packagegroup RDEPENDS:${PN} = "\ libegl-dev \ libdrm-dev \ + libgles3-mesa-dev \ wayland-dev \ weston-dev \ ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-libs-dev', '', d)} \
GLES3 headers are missing in the linux-devkit/sysroots since 09.00. These are needed for cross compiling QT, OpenGLES and other graphics applications. Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com> --- v2 : * Added target branch in subject .../packagegroup-arago-tisdk-graphics-sdk-target.bb | 1 + 1 file changed, 1 insertion(+)