Re: [meta-arago] [EXTERNAL] [master/thud/ti2019.05][PATCH v3] openmpacc: update version to 01.05.06.00

2019-12-18 Thread Jacob Stiffler
Denys, Please backport to ti2019.05. Thank you, Jake On 12/17/2019 9:44 AM, Yuan Zhao wrote: - Changes for openmpacc examples: Removed vecadd_lib, edmabw - Changes for clacc host_cc and host_link_cc parameters: Determine target compiler name directly from CMake - Documentation update

Re: [meta-arago] [meta-processor-sdk][PATCH 1/5] licenses: add Unlicense license text file

2019-12-18 Thread Senicic, Djordje
ACK I verified directory structure -Original Message- From: Stiffler, Jacob Sent: Wednesday, December 18, 2019 12:31 PM To: meta-arago@arago-project.org Cc: Senicic, Djordje; Stiffler, Jacob Subject: [meta-processor-sdk][PATCH 1/5] licenses: add Unlicense license text file * This

[meta-arago] [meta-processor-sdk][PATCH 3/5] neo-ai-dlr-demo: add standalone demo

2019-12-18 Thread Jacob Stiffler
Show how to build a neo-ai-dlr application by extracting this demo out of the neo-ai-dlr sources. Signed-off-by: Jacob Stiffler --- .../neo-ai-dlr/neo-ai-dlr-demo/Makefile.build | 24 + .../neo-ai-dlr/neo-ai-dlr-demo/makefile| 11 ++

[meta-arago] [meta-processor-sdk][PATCH 4/5] ti-tisdk-makefile: add taret for neo-ai-dlr-demo

2019-12-18 Thread Jacob Stiffler
* Only add for machines with mmip feature. Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/Makefile_neo-ai-dlr-demo| 19 +++ .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bbappend | 9 + 2 files changed, 24 insertions(+), 4 deletions(-) create mode

[meta-arago] [meta-processor-sdk][PATCH 5/5] packagegroups: integrate neo-ai-dlr-demo

2019-12-18 Thread Jacob Stiffler
* Add neo-ai-dlr-demo to rootfs of machines with mmip feature. * Install dev package in devkit. * Provide neo-ai-dlr-demo sources in SDK bundle. Signed-off-by: Jacob Stiffler --- .../packagegroup-arago-tisdk-addons-sdk-host.bbappend | 7 ++-

Re: [meta-arago] [EXTERNAL] [master/thud/ti2019.05][PATCH] ocl: update version to 01.02.00.01

2019-12-18 Thread Jacob Stiffler
Denys, Please backport to ti2019.05. Thank you, Jake On 12/17/2019 1:30 PM, Yuan Zhao wrote: - Update prebuilt ocl-tidl-fw to work with updated IPC in PSDK 6.2 - Fix l3_noc message during CoreSDK IPU1 remoteproc boot Signed-off-by: Yuan Zhao --- meta-arago-extras/recipes-ti/ocl/ocl.inc

Re: [meta-arago] [master/thud/ti2019.05][PATCH] ti-tisdk-setup: bump SRCREV for early boot support

2019-12-18 Thread Jacob Stiffler
Denys, Please backport to ti2019.05. Thank you, Jake On 12/17/2019 3:46 PM, Jacob Stiffler wrote: * Add early boot support to create-sdcard.sh by installing early boot firmware into boot partition. Signed-off-by: Jacob Stiffler ---

[meta-arago] [master/thud/ti2019.05][PATCH] ti-tisdk-makefile: update pru-icss target

2019-12-18 Thread Jacob Stiffler
* Update for recent changes to the recipe in meta-ti Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_pru-icss | 4 ++-- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

[meta-arago] [meta-processor-sdk][PATCH 2/5] neo-ai-dlr: install library to libdir

2019-12-18 Thread Jacob Stiffler
* add additional headers to dev package Signed-off-by: Jacob Stiffler --- recipes-support/neo-ai-dlr/neo-ai-dlr.bbappend | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/recipes-support/neo-ai-dlr/neo-ai-dlr.bbappend

[meta-arago] [meta-processor-sdk][PATCH 1/5] licenses: add Unlicense license text file

2019-12-18 Thread Jacob Stiffler
* This license is used by neo-ai-dlr Signed-off-by: Jacob Stiffler --- conf/layer.conf| 1 + licenses/Unlicense | 24 2 files changed, 25 insertions(+) create mode 100644 licenses/Unlicense diff --git a/conf/layer.conf b/conf/layer.conf index 0334463..260a274

Re: [meta-arago] [master/thud/ti2019.05][PATCH] ti-tisdk-makefile: update pru-icss target

2019-12-18 Thread Jacob Stiffler
Denys, Can you fast-track this into the ti2019.05 branch? Thank you, Jake On 12/18/2019 3:21 PM, Jacob Stiffler wrote: * Update for recent changes to the recipe in meta-ti Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_pru-icss | 4 ++--

[meta-arago] [RFC][PATCH 2/2] tisdk-rootfs-image: do not install opencl-extra packagegroup by default

2019-12-18 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb index 81e6631f..48756243

[meta-arago] [RFC][PATCH 1/2] packagegroup: move qt-opencv-opencl-opengl-multithreaded-dev

2019-12-18 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../packagegroups/packagegroup-arago-tisdk-multimedia.bb | 1 - .../recipes-core/packagegroups/packagegroup-ti-world.bb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [meta-arago] [master/thud/ti2019.05][PATCH] ti-tisdk-makefile: update pru-icss target

2019-12-18 Thread Dmytriyenko, Denys
This should be doable - this won't affect the builds. > -Original Message- > From: meta-arago-boun...@arago-project.org [mailto:meta-arago- > boun...@arago-project.org] On Behalf Of Stiffler, Jacob > Sent: Wednesday, December 18, 2019 3:59 PM > To: meta-arago@arago-project.org > Cc: