Re: [meta-ti] [EXTERNAL] Re: [PATCH] ti-sgx-ddk-um: update SRCREV to pick up Mesa-based EGL/GLES libraries

2019-11-04 Thread Andrew F. Davis
> > On 10/30/2019 10:58 AM, Andrew F. Davis wrote: >> On 10/30/19 10:53 AM, Ruei, Eric wrote: >>> On 10/30/2019 9:53 AM, Tammana, Gowtham wrote: >>>> >>>> >>>>> -Original Message- >>>>> From: meta-ti-boun...@yoctopr

Re: [meta-ti] [EXTERNAL] Re: [PATCH] ti-sgx-ddk-um: update SRCREV to pick up Mesa-based EGL/GLES libraries

2019-10-30 Thread Andrew F. Davis
On 10/30/19 11:06 AM, Denys Dmytriyenko wrote: > On Wed, Oct 30, 2019 at 10:58:31AM -0400, Andrew F. Davis wrote: >> On 10/30/19 10:53 AM, Ruei, Eric wrote: >>> On 10/30/2019 9:53 AM, Tammana, Gowtham wrote: >>>> >>>> >>>>> -Original

Re: [meta-ti] [EXTERNAL] Re: [PATCH] ti-sgx-ddk-um: update SRCREV to pick up Mesa-based EGL/GLES libraries

2019-10-30 Thread Andrew F. Davis
;>> Sent: Wednesday, October 30, 2019 8:36 AM >>> To: Ruei, Eric; Ruei, Eric; meta-ti@yoctoproject.org >>> Subject: [EXTERNAL] Re: [meta-ti] [PATCH] ti-sgx-ddk-um: update >>> SRCREV to pick >>> up Mesa-based EGL/GLES libraries >>> >>> On 10/30/1

Re: [meta-ti] [PATCH] ti-sgx-ddk-um: update SRCREV to pick up Mesa-based EGL/GLES libraries

2019-10-30 Thread Andrew F. Davis
On 10/30/19 9:31 AM, Ruei, Eric wrote: > On 10/30/2019 9:22 AM, Andrew F. Davis wrote: >> On 10/29/19 9:20 AM, Eric Ruei wrote: >>> This is the initial step toward Mesa-based EGL/GLES libraries which >>> support all the required EGL 1.5 extensions. We plan to provide a &

Re: [meta-ti] [PATCH] ti-sgx-ddk-um: update SRCREV to pick up Mesa-based EGL/GLES libraries

2019-10-30 Thread Andrew F. Davis
On 10/29/19 9:20 AM, Eric Ruei wrote: > This is the initial step toward Mesa-based EGL/GLES libraries which > support all the required EGL 1.5 extensions. We plan to provide a > Mesa-pvr recipe to build Mesa from source and SGX/DDK patches where > ti-sgx-ddk-um shall provide the EGL/GLES plugins

Re: [meta-ti] [PATCH] libion: Fix musl build

2019-09-16 Thread Andrew F. Davis
Merged, thanks for the fix. Andrew On 9/16/19 1:03 PM, Khem Raj wrote: > I have submitted it https://github.com/glneo/libion/pull/1 > > On Mon, Sep 16, 2019 at 9:58 AM Denys Dmytriyenko wrote: >> >> Khem, >> >> Thanks for the fix. What's the Upstream-Status: ? :) >> I guess "Pending" would be

Re: [meta-ti] [master][RFC] Mesa recipie now provides GL frontend libs

2019-09-16 Thread Andrew F. Davis
hat Mesa defines, so really there is no built-time inter-dependency at all.. but what would that do for us? Andrew > Denys > > > On Sat, Sep 14, 2019 at 09:51:51AM -0400, Andrew F. Davis wrote: >> Signed-off-by: Andrew F. Davis >> --- >> >> Hello all, >> &

Re: [meta-ti] [master][RFC] Mesa recipie now provides GL frontend libs

2019-09-16 Thread Andrew F. Davis
On 9/16/19 11:37 AM, Robert Nelson wrote: > On Sat, Sep 14, 2019 at 8:52 AM Andrew F. Davis wrote: >> >> Signed-off-by: Andrew F. Davis >> --- >> >> Hello all, >> >> This is a preview change of our GPU driver stack. Mesa can now used to >> prov

[meta-ti] [master][RFC] Mesa recipie now provides GL frontend libs

2019-09-14 Thread Andrew F. Davis
Signed-off-by: Andrew F. Davis --- Hello all, This is a preview change of our GPU driver stack. Mesa can now used to provide the GL frontend libraries (EGL/GBM) for our SGX based systems. This greatly expands our supported extensions and improves compatibility with software designed to work

[meta-ti] [thud/master][PATCH] libgbm: Remove remaining parts of this project

2019-09-13 Thread Andrew F. Davis
After libgbm was moved into the ti-sgx-ddk-um project the recipe for libgbm was deleted, this patch was left over, remove it here. Signed-off-by: Andrew F. Davis --- ...s-sysmacros.h-for-minor-major-in-new.patch | 28 --- 1 file changed, 28 deletions(-) delete mode 100644

[meta-ti] [thud/master][PATCH 5/5] ti-sgx-ddk-um: Remove the removing of wayland-egl.pc

2019-09-05 Thread Andrew F. Davis
This file was shipped as part of the DDK, but was also supplied by libwayland so it was deleted here. This file has been removed from the DDK, so deleting the file manually here is no longer needed. Signed-off-by: Andrew F. Davis --- recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2

[meta-ti] [thud/master][PATCH 3/5] ti-sgx-ddk-um: Add wayland-protocols as build dependency

2019-09-05 Thread Andrew F. Davis
Although not needed for the IMG default EGL implementation this is needed when building the Mesa EGL version of the DDK. Signed-off-by: Andrew F. Davis --- recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes

[meta-ti] [thud/master][PATCH 4/5] ti-sgx-ddk-um: Drop omap5-sgx-ddk-um-linux package

2019-09-05 Thread Andrew F. Davis
No one in-tree depends on this anymore. This used to be the name of the package so this was kept here for several years for backwards compatibility. Remove this from PROVIDES. Signed-off-by: Andrew F. Davis --- .../libgles/ti-sgx-ddk-um_1.17.4948957.bb | 20 +-- 1 file

[meta-ti] [thud/master][PATCH 2/5] ti-sgx-ddk-um: Add expat as runtime dependency

2019-09-05 Thread Andrew F. Davis
, so leave it for now. Signed-off-by: Andrew F. Davis --- recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957

[meta-ti] [thud/master][PATCH 1/5] ti-sgx-ddk-um: libgbm is now part of this project

2019-09-05 Thread Andrew F. Davis
for this library and our deployment strategy can match across Mesa/RGX recipes, allowing for better re-use of common components. Signed-off-by: Andrew F. Davis --- recipes-graphics/gbm/libgbm_10.0.0.bb | 23 -- .../libgles/ti-sgx-ddk-um_1.17.4948957.bb | 30

Re: [meta-ti] [thud/master][RFC PATCH 2/3] ti-sgx-ddk-um: Add expat as runtime dependency

2019-07-24 Thread Andrew F. Davis
On 7/24/19 4:27 PM, Denys Dmytriyenko wrote: > On Wed, Jul 24, 2019 at 03:29:15PM -0400, Andrew F. Davis wrote: >> On 7/24/19 3:24 PM, Denys Dmytriyenko wrote: >>> On Fri, Jul 19, 2019 at 05:06:18PM -0400, Andrew F. Davis wrote: >>>> Although not needed for the

Re: [meta-ti] [thud/master][RFC PATCH 3/3] ti-sgx-ddk-um: Drop omap5-sgx-ddk-um-linux package

2019-07-24 Thread Andrew F. Davis
On 7/24/19 4:08 PM, Denys Dmytriyenko wrote: > On Wed, Jul 24, 2019 at 03:30:57PM -0400, Andrew F. Davis wrote: >> On 7/24/19 3:14 PM, Denys Dmytriyenko wrote: >>> On Fri, Jul 19, 2019 at 05:06:19PM -0400, Andrew F. Davis wrote: >>>> No one depends on this an

Re: [meta-ti] [thud/master][RFC PATCH 3/3] ti-sgx-ddk-um: Drop omap5-sgx-ddk-um-linux package

2019-07-24 Thread Andrew F. Davis
On 7/24/19 3:14 PM, Denys Dmytriyenko wrote: > On Fri, Jul 19, 2019 at 05:06:19PM -0400, Andrew F. Davis wrote: >> No one depends on this and it does not really get built, >> remove this from PROVIDES. > > Bah, such a nice commit message. :) > > Seriously thoug

Re: [meta-ti] [thud/master][RFC PATCH 2/3] ti-sgx-ddk-um: Add expat as runtime dependency

2019-07-24 Thread Andrew F. Davis
On 7/24/19 3:24 PM, Denys Dmytriyenko wrote: > On Fri, Jul 19, 2019 at 05:06:18PM -0400, Andrew F. Davis wrote: >> Although not needed for the IMG default EGL implementation libexpat >> is needed when using the Mesa EGL version. > > Yes, and Rogue has it in RDEPENDS, as it

[meta-ti] [thud/master][RFC PATCH 1/3] ti-sgx-ddk-um: libgbm is now part of this project

2019-07-19 Thread Andrew F. Davis
for this library and our deployment strategy can match across Mesa/RGX recipes, allowing for better re-use of common components. Signed-off-by: Andrew F. Davis --- This set is an RFC as the patch on the SGX DDK UM to make this change has not yet been merged. When it is I will update the rev

[meta-ti] [thud/master][RFC PATCH 2/3] ti-sgx-ddk-um: Add expat as runtime dependency

2019-07-19 Thread Andrew F. Davis
, so leave it for now. Signed-off-by: Andrew F. Davis --- recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957

[meta-ti] [thud/master][RFC PATCH 3/3] ti-sgx-ddk-um: Drop omap5-sgx-ddk-um-linux package

2019-07-19 Thread Andrew F. Davis
No one depends on this and it does not really get built, remove this from PROVIDES. Signed-off-by: Andrew F. Davis --- .../libgles/ti-sgx-ddk-um_1.17.4948957.bb | 20 +-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk