[meta-arago] [matrix-gui-v2-apps][PATCH] add qt5 webkit-based browser app

2018-09-13 Thread Eric Ruei
The default browser app is webengine-based. This patch adds a webkit-based browser which may be required for some SoCs. Signed-off-by: Eric Ruei --- qt5_apps/qt5_webkit_browser/qt5_webkit_browser.desktop | 12 1 file changed, 12 insertions(+) create mode 100644

Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][PATCH v2] ti-sgx-ddk-um: bump SGX SRCREV to synchronize with meta-ti

2018-09-13 Thread Jacob Stiffler
This has been pushed. Thank you. On 9/12/2018 2:22 PM, Eric Ruei wrote: - bump SGX SRCREV to pick up latest bug fixes on DDK 1.14 - libGLESv2.so.1 link has already been up-streamed. Signed-off-by: Eric Ruei --- recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bbappend | 10 +++---

Re: [meta-arago] [EXTERNAL] [matrix-gui-v2-apps][PATCH] add qt5 webkit-based browser app

2018-09-13 Thread Jacob Stiffler
This has been pushed. Thank you. On 9/13/2018 9:00 AM, Eric Ruei wrote: The default browser app is webengine-based. This patch adds a webkit-based browser which may be required for some SoCs. Signed-off-by: Eric Ruei --- qt5_apps/qt5_webkit_browser/qt5_webkit_browser.desktop | 12

[meta-arago] [rocko/master][PATCH] u-boot-k3-r5: update SYSFW to 2018.08b

2018-09-13 Thread Denys Dmytriyenko
Also install and deploy versioned SYSFW binary with short symlink. Signed-off-by: Denys Dmytriyenko --- .../recipes-bsp/u-boot/u-boot-k3-r5_2018.01.bb | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git

Re: [meta-arago] [EXTERNAL] [rocko/master][PATCH] u-boot-k3-r5: update SYSFW to 2018.08b

2018-09-13 Thread Denys Dmytriyenko
On Thu, Sep 13, 2018 at 03:30:27PM -0400, Jacob Stiffler wrote: > > > On 9/13/2018 3:17 PM, Denys Dmytriyenko wrote: > >Also install and deploy versioned SYSFW binary with short symlink. > > > >Signed-off-by: Denys Dmytriyenko > >--- > > .../recipes-bsp/u-boot/u-boot-k3-r5_2018.01.bb

Re: [meta-arago] [rocko/master][PATCH v6 4/5] armnn-tensorflow: tensorflow protobuf files for building tensorflow models in armnn

2018-09-13 Thread Denys Dmytriyenko
On Thu, Sep 13, 2018 at 01:56:26PM -0400, Jacob Stiffler wrote: > From: Qin Su > > Signed-off-by: Qin Su > Signed-off-by: Jacob Stiffler > --- > Changes from previous versions: > * Add "_git" suffix to recipe name. > * Add version. > * DESCRIPTION --> SUMMARY. > * Add branch option for

[meta-arago] [PATCH 2/2] packagegroup-arago-tisdk-matrix: replace qt5 demo browser with webkit broswer for K3 devices

2018-09-13 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../packagegroups/packagegroup-arago-tisdk-matrix.bb | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb

[meta-arago] [PATCH 1/2] matrix-gui: qt5-demos: break qt5 demos package into individual ones

2018-09-13 Thread Eric Ruei
- bump SRCREV of matrix-gui-v2-apps to pickup webkit-browser demo - break qt5 demos package into individual one for each demo to to be selected based on certain conditions. Signed-off-by: Eric Ruei --- .../recipes-core/matrix/matrix-gui-apps-git.inc| 4 ++--

[meta-arago] [PATCH 0/2] Use the webkit-based broswer as the qt5 demo broswer for k3 devices

2018-09-13 Thread Eric Ruei
Eric Ruei (2): matrix-gui: qt5-demos: break qt5 demos package into individual ones packagegroup-arago-tisdk-matrix: replace qt5 demo browser with webkit broswer for K3 devices .../packagegroup-arago-tisdk-matrix.bb | 11 --

Re: [meta-arago] [rocko/master][PATCH v6 5/5] armnn: ARM NN machine learning SDK.

2018-09-13 Thread Denys Dmytriyenko
On Thu, Sep 13, 2018 at 01:56:27PM -0400, Jacob Stiffler wrote: > From: Qin Su > > Arm NN SDK is a set of open-source Linux software and tools that enables > machine learning workloads on power-efficient devices. Arm NN takes Caffe, > TensorFlow network frameworks, translate them to the internal

Re: [meta-arago] [EXTERNAL] [rocko/master][PATCH] u-boot-k3-r5: update SYSFW to 2018.08b

2018-09-13 Thread Jacob Stiffler
On 9/13/2018 3:17 PM, Denys Dmytriyenko wrote: Also install and deploy versioned SYSFW binary with short symlink. Signed-off-by: Denys Dmytriyenko --- .../recipes-bsp/u-boot/u-boot-k3-r5_2018.01.bb | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff

[meta-arago] [PATCH] ocl: fix patch version in recipe

2018-09-13 Thread Yuan Zhao
Signed-off-by: Yuan Zhao --- meta-arago-extras/recipes-ti/ocl/ocl.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc index b4883c26..c2dc4002 100644 ---

[meta-arago] [rocko/master][PATCH v6 0/5] Add ARMNN

2018-09-13 Thread Jacob Stiffler
Add ARMNN and required dependencies. Qin Su (5): stb: C/C++ libraries used to build armnn test examples. arm-compute-library: Machine Learning library for ARM. armnn-caffe: caffe protobuf files used in building caffe models in armnn. armnn-tensorflow: tensorflow protobuf files for

Re: [meta-arago] [rocko/master][PATCH v6 3/5] armnn-caffe: caffe protobuf files used in building caffe models in armnn.

2018-09-13 Thread Jacob Stiffler
The LIC_CHKSUM_FILE is invalid. I missed updating the path to the new file. I will send a new version once I double check with a clean build. - Jake On 9/13/2018 1:56 PM, Jacob Stiffler wrote: From: Qin Su Signed-off-by: Qin Su Signed-off-by: Jacob Stiffler --- Changes from previous

[meta-arago] [rocko/master][PATCH v7 3/5] armnn-caffe: caffe protobuf files used in building caffe models in armnn.

2018-09-13 Thread Jacob Stiffler
From: Qin Su Signed-off-by: Qin Su Signed-off-by: Jacob Stiffler --- Changes from v6: * fix path in LIC_CHKSUM_FILES Changes from previous versions: * Add "_git" suffix to recipe name. * Add version. * DESCRIPTION --> SUMMARY. * Add branch option for SRC_URI. * For installation, use install

Re: [meta-arago] [rocko/master][PATCH v6 2/5] arm-compute-library: Machine Learning library for ARM.

2018-09-13 Thread Denys Dmytriyenko
On Thu, Sep 13, 2018 at 01:56:24PM -0400, Jacob Stiffler wrote: > From: Qin Su > > The ARM Computer Vision and Machine Learning library is a set of functions > optimised for both ARM CPUs and GPUs using SIMD technologies. > > Signed-off-by: Qin Su > Signed-off-by: Jacob Stiffler > --- >

Re: [meta-arago] [EXTERNAL] [PATCH] ocl: update version to 01.01.16.00

2018-09-13 Thread Jacob Stiffler
Denys, Can you please backport this to ti2018.03? Thank you, Jake On 9/7/2018 4:41 PM, Yuan Zhao wrote: Signed-off-by: Yuan Zhao --- meta-arago-extras/recipes-ti/ocl/clocl_git.bb | 2 +- meta-arago-extras/recipes-ti/ocl/ocl.inc | 4 ++--

Re: [meta-arago] [EXTERNAL] [PATCH] tidl-api: update to version 01.01.00.00

2018-09-13 Thread Jacob Stiffler
Denys, Can you please backport this to ti2018.03? Thank you, Jake On 9/7/2018 4:50 PM, Yuan Zhao wrote: Signed-off-by: Yuan Zhao --- meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 6 +++--- meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb | 2 +-

Re: [meta-arago] [rocko/master][PATCH v6 2/5] arm-compute-library: Machine Learning library for ARM.

2018-09-13 Thread Jacob Stiffler
On 9/13/2018 2:12 PM, Denys Dmytriyenko wrote: On Thu, Sep 13, 2018 at 01:56:24PM -0400, Jacob Stiffler wrote: From: Qin Su The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies. Signed-off-by: Qin Su

[meta-arago] [rocko/master][PATCH v6 2/5] arm-compute-library: Machine Learning library for ARM.

2018-09-13 Thread Jacob Stiffler
From: Qin Su The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies. Signed-off-by: Qin Su Signed-off-by: Jacob Stiffler --- Changes from previous versions: * Add "_git" suffix to recipe name. * Add version. *

[meta-arago] [rocko/master][PATCH v6 3/5] armnn-caffe: caffe protobuf files used in building caffe models in armnn.

2018-09-13 Thread Jacob Stiffler
From: Qin Su Signed-off-by: Qin Su Signed-off-by: Jacob Stiffler --- Changes from previous versions: * Add "_git" suffix to recipe name. * Add version. * DESCRIPTION --> SUMMARY. * Add branch option for SRC_URI. * For installation, use install by looping over files. * Update license

[meta-arago] [rocko/master][PATCH v6 1/5] stb: C/C++ libraries used to build armnn test examples.

2018-09-13 Thread Jacob Stiffler
From: Qin Su Signed-off-by: Qin Su Signed-off-by: Jacob Stiffler --- Changes from previous versions: * Add "_git" suffix to recipe name. * Add version. * DESCRIPTION --> SUMMARY. * Add branch option for SRC_URI. * For installation, use install by looping over *.h files. * Remove

[meta-arago] [rocko/master][PATCH v6 5/5] armnn: ARM NN machine learning SDK.

2018-09-13 Thread Jacob Stiffler
From: Qin Su Arm NN SDK is a set of open-source Linux software and tools that enables machine learning workloads on power-efficient devices. Arm NN takes Caffe, TensorFlow network frameworks, translate them to the internal Arm NN formatand then, through the Compute Library, deploy them

[meta-arago] [rocko/master][PATCH v6 4/5] armnn-tensorflow: tensorflow protobuf files for building tensorflow models in armnn

2018-09-13 Thread Jacob Stiffler
From: Qin Su Signed-off-by: Qin Su Signed-off-by: Jacob Stiffler --- Changes from previous versions: * Add "_git" suffix to recipe name. * Add version. * DESCRIPTION --> SUMMARY. * Add branch option for SRC_URI. * Add dependency on protobuf-native * Add Apache license version (Apache-2.0)

Re: [meta-arago] [EXTERNAL] [PATCH] ocl: update version to 01.01.16.00

2018-09-13 Thread Denys Dmytriyenko
Not yet, still in rocko-next... On Thu, Sep 13, 2018 at 12:18:03PM -0400, Jacob Stiffler wrote: > Denys, > > Can you please backport this to ti2018.03? > > > Thank you, > > Jake > > > On 9/7/2018 4:41 PM, Yuan Zhao wrote: > >Signed-off-by: Yuan Zhao > >--- > >

Re: [meta-arago] [EXTERNAL] [rocko][PATCH v2] packagegroup-arago-tisdk-matrix: new tidl examples added to package group

2018-09-13 Thread Jacob Stiffler
Denys, Can you please backport this to ti2018.03? Thank you, Jake On 9/11/2018 9:16 AM, Djordje Senicic wrote: Signed-off-by: Djordje Senicic --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [meta-arago] [EXTERNAL] [rocko/master][PATCH] matrix-gui: tidl: Fix package names

2018-09-13 Thread Jacob Stiffler
Denys, Can you please backport this to ti2018.03? Thank you, Jake On 9/11/2018 9:10 AM, Djordje Senicic wrote: Signed-off-by: Djordje Senicic --- .../recipes-core/matrix/matrix-gui-apps-git.inc| 4 ++-- .../matrix/matrix-gui-tidl-demos_2.0.bb| 24 +++---

Re: [meta-arago] [rocko/master][PATCH v6 2/5] arm-compute-library: Machine Learning library for ARM.

2018-09-13 Thread Denys Dmytriyenko
On Thu, Sep 13, 2018 at 02:21:25PM -0400, Jacob Stiffler wrote: > > > On 9/13/2018 2:12 PM, Denys Dmytriyenko wrote: > >On Thu, Sep 13, 2018 at 01:56:24PM -0400, Jacob Stiffler wrote: > >>From: Qin Su > >> > >>The ARM Computer Vision and Machine Learning library is a set of functions >