[meta-ti] [morty/master][PATCH] ti-sgx-ddk-um: Include libGLES_CM.so in plugins

2017-12-18 Thread Joshua Watt
The plugins package must include libGLES_CM.so in order for libEGL to support GLESv1 Signed-off-by: Joshua Watt --- recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b

Re: [meta-ti] No GLESv1 support on Morty?

2017-12-18 Thread Joshua Watt
On Fri, 2017-12-15 at 16:44 -0600, Joshua Watt wrote: > Hello, > > I'm attempting to build an application that uses the PVR GLESv1 > libraries (ti-sgx-ddk-um) off of the morty branch. However, it > appears > that when I call eglGetConfigs(), it doesn not return any GLESv1 > compatible configs, an

Re: [meta-ti] [morty][PATCH v2] Make ti-xdctools a native recipe

2017-12-18 Thread Denys Dmytriyenko
On Fri, Dec 15, 2017 at 06:09:28PM -0600, Joshua Watt wrote: > On Fri, 2017-12-15 at 17:59 -0500, Denys Dmytriyenko wrote: > > Thanks, have you tried building anything with this change? > > > > Right off the bat it breaks ipumm-fw, as it expects xdctools to > > reside in the > > same sysroot as B

Re: [meta-ti] [morty][PATCH v2] Make ti-xdctools a native recipe

2017-12-18 Thread Joshua Watt
On Mon, 2017-12-18 at 13:08 -0500, Denys Dmytriyenko wrote: > On Fri, Dec 15, 2017 at 06:09:28PM -0600, Joshua Watt wrote: > > On Fri, 2017-12-15 at 17:59 -0500, Denys Dmytriyenko wrote: > > > Thanks, have you tried building anything with this change? > > > > > > Right off the bat it breaks ipumm-

[meta-ti] [morty/master][PATCH] profiling-rtos: Updating to version 1.0.0.5

2017-12-18 Thread Mahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan --- recipes-bsp/utils-rtos/profiling-rtos_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/utils-rtos/profiling-rtos_git.bb b/recipes-bsp/utils-rtos/profiling-rtos_git.bb index 2afbef9..64cdfcb 100644 --- a/recipes-b

[meta-ti] [PATCH] Enable OpenMP RTOS eclipse plugin signature

2017-12-18 Thread Gaurav Mitra
- Integrate hotfix to remove legacy eclipse plugin generation from OpenMP RTOS Signed-off-by: Gaurav Mitra --- recipes-ti/openmp-rtos/openmp-rtos_git.bb | 31 ++- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb

Re: [meta-ti] [PATCH] Enable OpenMP RTOS eclipse plugin signature

2017-12-18 Thread Denys Dmytriyenko
On Mon, Dec 18, 2017 at 04:13:33PM -0600, Gaurav Mitra wrote: > - Integrate hotfix to remove legacy eclipse plugin generation from OpenMP RTOS > > Signed-off-by: Gaurav Mitra > --- > recipes-ti/openmp-rtos/openmp-rtos_git.bb | 31 > ++- > 1 file changed, 26 insertion

Re: [meta-ti] [PATCH] Enable OpenMP RTOS eclipse plugin signature

2017-12-18 Thread Mitra, Gaurav
The eclipse-plugin.bbclass and ti-paths-append.inc are in: meta-processor-sdk-internal/classes/eclipse-plugin.bbclass meta-processor-sdk-internal/recipes-ti/includes/ti-paths-append.inc -Original Message- From: Dmytriyenko, Denys Sent: Monday, December 18, 2017 4:19 PM To: Mitra, Gaurav

Re: [meta-ti] [PATCH] Enable OpenMP RTOS eclipse plugin signature

2017-12-18 Thread Denys Dmytriyenko
On Mon, Dec 18, 2017 at 05:37:18PM -0500, Mitra, Gaurav wrote: >The eclipse-plugin.bbclass and ti-paths-append.inc are in: > >meta-processor-sdk-internal/classes/eclipse-plugin.bbclass >meta-processor-sdk-internal/recipes-ti/includes/ti-paths-append.inc Still, neither of those are in

[meta-ti] [rocko/master][PATCH 4/4] layer.conf: remove doxygen from HOSTTOOLS, depend on doxygen-native instead

2017-12-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- conf/layer.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 4c2cf5f..a07e62f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -27,6 +27,3 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \

[meta-ti] [rocko/master][PATCH 3/4] openmp-rtos: depend on doxygen-native for documentation

2017-12-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-ti/openmp-rtos/openmp-rtos_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb index f5bf476..df082ea 100644 --- a/r

[meta-ti] [rocko/master][PATCH 1/4] doxygen: import from meta-arago

2017-12-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Many LLD and RTOS components in meta-ti use doxygen during build. Signed-off-by: Denys Dmytriyenko --- .../doxygen/doxygen/patch-flex_2_6_0.diff | 66 ++ recipes-devtools/doxygen/doxygen_1.8.9.1.bb| 34 +++ 2 files changed, 1

[meta-ti] [rocko/master][PATCH 2/4] ti-pdk.bbclass: depend on doxygen native for documentation

2017-12-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- classes/ti-pdk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass index f876802..801c495 100644 --- a/classes/ti-pdk.bbclass +++ b/classes/ti-pdk.bbclass @@ -3,7