[meta-arago] [meta-processor-sdk][PATCH] neo-ai-dlr: Update README files and sample inference configuration file, per latest TIDL-API

2019-12-21 Thread Djordje Senicic
- subgraph0.cfg used in /usr/share/dlr/demos need to have additional configuration parameters per latest TIDL-API - More details included in README files Signed-off-by: Djordje Senicic --- recipes-support/neo-ai-dlr/neo-ai-dlr.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[meta-arago] [master/thud/ti2019.05][PATCH] neo-ai-dlr-demo: Add neo-ai-dlr-demo to example-applications

2019-12-17 Thread Djordje Senicic
- Add reduced size source package of neo-ai-dlr-demo, that is now included in example-applications - neo-ai-dlr-demo is based on demos/cv/run_mobilenet_cv_mt.cc - Include neo-ai-dlr-dev package, to enable top level makefile demo compilation, and compilation on target Signed-off-by: Djordje

[meta-arago] [meta-processor-sdk][PATCH] neo-ai-dlr-demo: DL demo using NEO-AI runtime

2019-12-17 Thread Djordje Senicic
- Add live camera (or video clip) demo package - Create neo-ai-dlr-dev package - Add missing license file (Unlicense) Signed-off-by: Djordje Senicic --- note: Additional patch to meta-arago layer will be added soon conf/layer.conf | 1 + conf/layer.conf

[meta-arago] [meta-processor-sdk][PATCHv4] neo-ai-dlr: Add TIDL support on top of meta-aws neo-ai-dlr

2019-12-13 Thread Djordje Senicic
licenses from submodules Signed-off-by: Djordje Senicic --- v4 changes: Remove RDEPENDS on tidl-api (neo-ai-dlr can run on ARM only too, but without TIDL) .../neo-ai-dlr.bbappend} | 99 +-- ...akeLists-skip-cloning-of-googletests.patch | 54 -- 2 files

[meta-arago] [meta-processor-sdk][PATCHv2] neo-ai-dlr: Add TIDL support on top of meta-aws neo-ai-dlr

2019-12-12 Thread Djordje Senicic
- Add support for custom TIDL inference relay node - Use github.com/TexasInstruments repositories - Include CPP live demo and Python file-to-stdout inference scripts Signed-off-by: Djordje Senicic --- .../neo-ai-dlr/neo-ai-dlr.bbappend| 64 +++ ...akeLists-skip-cloning

[meta-arago] [meta-processor-sdk][PATCH] neo-ai-dlr: Add TIDL support on top of meta-aws neo-ai-dlr

2019-12-12 Thread Djordje Senicic
- Add support for custom TIDL inference relay node - Use github.com/TexasInstruments repositories - Include CPP live demo and Python file-to-stdout inference scripts Signed-off-by: Djordje Senicic --- .../neo-ai-dlr/neo-ai-dlr.bbappend| 64 +++ ...akeLists-skip-cloning

[meta-arago] [thud/master][PATCH] matrix-gui-apps-git: Bump SRCREV to latest

2019-12-10 Thread Djordje Senicic
- Modify TIDL matrix-gui scripts to autodetect (on AM57xx SoC) and use available EVEs and DSPs Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core

[meta-arago] [PATCHv2] armnn:ArmnnExample: Fix exception for '--help' command line option

2019-12-03 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- ...-exception-for-help-command-line-opt.patch | 51 +++ .../recipes-support/armnn/armnn_git.bb| 1 + 2 files changed, 52 insertions(+) create mode 100644 meta-arago-extras/recipes-support/armnn/armnn/0012-ArmnnExample-Fix-exception

[meta-arago] [PATCH] armnn:ArmnnExample: Fix exception for '--help' command line option

2019-12-02 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tests/ArmnnExamples/ArmnnExamples.cpp | 20 1 file changed, 20 insertions(+) diff --git a/tests/ArmnnExamples/ArmnnExamples.cpp b/tests/ArmnnExamples/ArmnnExamples.cpp index c10a4fc0..660106c0 100644 --- a/tests/ArmnnExamples

[meta-arago] [matrix-gui-v2-apps][PATCH] tidl_apps: Add autodetection of EVE and DSP count in matrix-gui tidl scripts

2019-11-29 Thread Djordje Senicic
- EVE and DSP count is reported by opencl example 'platforms' - For several scripts, TIDL network heap size is adjusted to allow execution on BBAI (CMEM=384MB) Signed-off-by: Djordje Senicic --- .../tidl_demo_dogbreeds/runTidlDogBreeds.sh | 16 .../tidl_demo_livecam_lg2

[meta-arago] [meta-processor-sdk][PATCHv4 1/4] clang8: llvm and clang used only for compilation of native tools for glow compiler

2019-10-03 Thread Djordje Senicic
-off-by: Djordje Senicic --- recipes-devtools/glow/clang8_git.bb| 29 ++ recipes-devtools/glow/llvm-glow_git.bb | 24 - 2 files changed, 29 insertions(+), 24 deletions(-) create mode 100644 recipes-devtools/glow/clang8_git.bb delete mode 100644

[meta-arago] [meta-processor-sdk][PATCHv4 4/4] demo-glow: Update recipe dependencies and setup build environment

2019-10-03 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- recipes-apps/demo-glow/demo-glow.bb | 16 +--- recipes-apps/demo-glow/files/Makefile.build | 3 ++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/recipes-apps/demo-glow/demo-glow.bb b/recipes-apps/demo-glow/demo-glow.bb

[meta-arago] [meta-processor-sdk][PATCHv4 3/4] glow: Address devkit related RPATH issue to point to devkit shared libraries instead of host native

2019-10-03 Thread Djordje Senicic
dependencies Signed-off-by: Djordje Senicic --- ...p-compilation-of-native-helper-tools.patch | 99 +++ recipes-devtools/glow/glow_git.bb | 55 --- 2 files changed, 138 insertions(+), 16 deletions(-) create mode 100644 recipes-devtools/glow/files/0002-Skip-compilation

[meta-arago] [meta-processor-sdk][PATCHv4 2/4] mesa, llvm, meson: Update llvm to 8.0.1 plus define and use LLVM version globally

2019-10-03 Thread Djordje Senicic
Currently this is needed for compiling pytorch glow with CPU backend which requires llvm7 or later. To avoid being used globally name before 2020LTS, name of the recipe is not llvm_git but llvm8_git Signed-off-by: Djordje Senicic --- ...ryInfo-Undefine-libc-functions-if-th.patch | 92

[meta-arago] [PATCH] opencv: Fix morph.cl related compilation error

2019-09-17 Thread Djordje Senicic
- C6x intrinsic _min2(), _max2() cannot be applied to data types such as uchar3 Signed-off-by: Djordje Senicic --- .../0001-morph.cl-fix-compilation-error.patch | 35 +++ .../recipes-support/opencv/opencv_3.1.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644

[meta-arago] [PATCH 2/2] armnn: Upgrade to latest release 19.08

2019-09-03 Thread Djordje Senicic
- Upgrade to latest release and modify example for new API (19.08 change) - Realign patches (no change only context lines) for the new release Signed-off-by: Djordje Senicic --- ...2-enable-use-of-boost-shared-library.patch | 36 --- .../0004-generate-versioned-library.patch

[meta-arago] [PATCH 1/2] arm-compute-library: Upgrade to 19.08 release

2019-09-03 Thread Djordje Senicic
- Upgrade to the latest release - Remove custom modifications, as profiling is done using armnn Signed-off-by: Djordje Senicic --- .../0001-add-ti-benchmark-test-group.patch| 61 .../0002-add-ti-benchmark-test-group.patch| 71 --- .../0003-add-ti

[meta-arago] [meta-processor-sdk][PATCHv3 1/5] mesa, llvm, meson: Update llvm to 8.0.1 plus define and use LLVM version globally

2019-08-23 Thread Djordje Senicic
Currently this is needed for compiling pytorch glow with CPU backend which requires llvm7 or later. To avoid being used globally name before 2020LTS, name of the recipe is not llvm_git but llvm8_git Signed-off-by: Djordje Senicic --- ...ryInfo-Undefine-libc-functions-if-th.patch | 92

[meta-arago] [meta-processor-sdk][PATCHv3 4/5] demo-glow: Restore in top-level makefile examples after recipe cleanup

2019-08-23 Thread Djordje Senicic
- demo-glow is added back to top level example-applications Signed-off-by: Djordje Senicic --- recipes-apps/demo-glow/demo-glow.bb | 16 +--- recipes-apps/demo-glow/files/Makefile.build | 3 ++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/recipes-apps

[meta-arago] [meta-processor-sdk][PATCHv2 3/5] glow: Address devkit related RPATH issue to point to devkit shared libraries instead of host native

2019-08-23 Thread Djordje Senicic
dependencies Signed-off-by: Djordje Senicic --- ...p-compilation-of-native-helper-tools.patch | 99 +++ recipes-devtools/glow/glow_git.bb | 62 +--- 2 files changed, 145 insertions(+), 16 deletions(-) create mode 100644 recipes-devtools/glow/files/0002-Skip-compilation

[meta-arago] [meta-processor-sdk][PATCHv2 2/5] clang8-native: llvm and clang used only for compilation of native tools for glow compiler

2019-08-23 Thread Djordje Senicic
-off-by: Djordje Senicic --- recipes-devtools/glow/clang8-native_git.bb| 28 +++ ...ryInfo-Undefine-libc-functions-if-th.patch | 0 ...-llvm-allow-env-override-of-exe-path.patch | 0 .../glow/{llvm-glow_git.bb => llvm8_git.bb} | 0 4 files changed, 28 insertions(+) cre

[meta-arago] [meta-processor-sdk][PATCHv2 4/5] demo-glow: Restore in top-level makefile examples after recipe cleanup

2019-08-23 Thread Djordje Senicic
- demo-glow is added back to top level example-applications Signed-off-by: Djordje Senicic --- recipes-apps/demo-glow/demo-glow.bb | 16 +--- recipes-apps/demo-glow/files/Makefile.build | 3 ++- .../ti-tisdk-makefile_1.0.bbappend | 4 3 files

[meta-arago] [meta-processor-sdk][PATCHv2 1/5] mesa, llvm, meson: Update llvm to 8.0.1 plus define and use LLVM version globally

2019-08-23 Thread Djordje Senicic
Currently this is needed for compiling pytorch glow with CPU backend which requires llvm7 or later. To avoid being used globally name before 2020LTS, name of the recipe is not llvm_git but llvm8_git Signed-off-by: Djordje Senicic --- ...ryInfo-Undefine-libc-functions-if-th.patch | 92

[meta-arago] [meta-processor-sdk][PATCHv2 0/5] Pytorch GLOW AOT tool and demo example

2019-08-23 Thread Djordje Senicic
into ARMv7 object file and link with its application. An example, demo-glow, is provided in top level Makefile and example-application. Small, well known mnist xNN model and several test images, are included in the filesystem. Djordje Senicic (5): mesa,llvm,meson: Update llvm to 8.0.1 plus define

[meta-arago] [meta-processor-sdk][PATCHv2 5/5] packagegroup-arago-tisdk: Include xNN glow based compiler tool into devkit, and demo-glow example

2019-08-23 Thread Djordje Senicic
-applications Signed-off-by: Djordje Senicic --- .../nativesdk-packagegroup-arago-tisdk-host.bbappend | 4 .../packagegroup-arago-tisdk-addons-sdk-host.bbappend | 11 +++ ...ackagegroup-arago-tisdk-addons-sdk-target.bbappend | 6 ++ .../packagegroup-arago-tisdk-addons.bbappend

[meta-arago] [meta-processor-sdk][PATCH 2/2] demo-glow: Cleanup of demo-glow after fixing RPATH issue in nativesdk, and restore glow and demo-glow in packagegroups

2019-08-08 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- recipes-apps/demo-glow/demo-glow.bb | 4 ++-- recipes-apps/demo-glow/files/Makefile.build | 3 ++- .../nativesdk-packagegroup-arago-tisdk-host.bbappend | 4 .../packagegroup-arago-tisdk-addons-sdk-host.bbappend | 11

[meta-arago] [meta-processor-sdk][PATCH 1/2] glow: Fix problem with RPATH and change LLVM to stable version 7.1

2019-08-08 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- ...p-compilation-of-native-helper-tools.patch | 95 +++ recipes-devtools/glow/glow_git.bb | 48 +++--- recipes-devtools/glow/llvm-glow_git.bb| 10 +- 3 files changed, 137 insertions(+), 16 deletions(-) create mode 100644

[meta-arago] [meta-processor-sdk][PATCH] glow: Remove glow from the devkit, demo-glow from the filesystem and top level makefile

2019-07-01 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- Image-classifier model-to-object file conversion tool is still dependent on some host libraries (instead on devkit libraries only). So, both demo-glow and glow are temporarily removed. .../nativesdk-packagegroup-arago-tisdk-host.bbappend | 3

[meta-arago] [meta-processor-sdk][PATCH v2] HACK: demo-glow: Fix environment setup and add install option

2019-06-28 Thread Djordje Senicic
- Add make install for demo-glow in example-applications - Workaournd issue with dynamic library path for glow executable Signed-off-by: Djordje Senicic --- recipes-apps/demo-glow/demo-glow.bb | 2 +- recipes-apps/demo-glow/files/Makefile.build | 16 +++- 2 files changed

[meta-arago] [meta-processor-sdk][PATCH] demo-glow: Fix environment setup and add install option

2019-06-27 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- recipes-apps/demo-glow/files/Makefile.build | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/recipes-apps/demo-glow/files/Makefile.build b/recipes-apps/demo-glow/files/Makefile.build index 399cc3c..5011914 100644

[meta-arago] [thud/master][PATCH v2 1/2] arm-compute-library: Upgrade to 19.05 version

2019-06-25 Thread Djordje Senicic
- License checksum changed due to modified years, from: 2017-2018 to 2017-2019 - License text is unchanged otherwise Signed-off-by: Djordje Senicic --- .../arm-compute-library/arm-compute-library_git.bb | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta

[meta-arago] [thud/master][PATCH v2 2/2] armnn: Upgrade to 19.05 version

2019-06-25 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../0004-generate-versioned-library.patch | 52 +++ ...005-add-armnn-mobilenet-test-example.patch | 17 +++--- .../0006-armnn-mobilenet-test-example.patch | 4 +- .../recipes-support/armnn/armnn_git.bb| 10 ++-- 4 files changed

[meta-arago] [thud/master][PATCH 2/2] armnn: Upgrade to 19.05 version

2019-06-24 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../0004-generate-versioned-library.patch | 52 +++ ...005-add-armnn-mobilenet-test-example.patch | 17 +++--- .../0006-armnn-mobilenet-test-example.patch | 4 +- .../recipes-support/armnn/armnn_git.bb| 10 ++-- 4 files changed

[meta-arago] [thud/master][PATCH 1/2] arm-compute-library: Upgrade to 19.05 version

2019-06-24 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../arm-compute-library/arm-compute-library_git.bb | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb b/meta-arago-extras/recipes-support/arm

[meta-arago] [meta-processor-sdk][PATCH] tiovx: Update dsp firmware

2019-06-24 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- recipes-ti/tiovx/tiovx-sys.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti/tiovx/tiovx-sys.inc b/recipes-ti/tiovx/tiovx-sys.inc index 56b4385..6f5f4c1 100644 --- a/recipes-ti/tiovx/tiovx-sys.inc +++ b/recipes-ti/tiovx/tiovx

[meta-arago] [meta-processor-sdk][PATCH v3 1/3] glow: Add pytorch neural network compiler and dependencies

2019-06-24 Thread Djordje Senicic
- LLVM8 is added for GLOW compilation only (native package) - glog and libunwind packages are also only used as native packages Signed-off-by: Djordje Senicic --- These three patches are replacing meta-arago patches http://patchwork.dal.design.ti.com/patch/48110-48112 ...endencies

[meta-arago] [meta-processor-sdk][PATCH v3 3/3] glow: Add glow and demo-glow to packagegroups

2019-06-24 Thread Djordje Senicic
- Add glow to nativesdk - Add demo to target and src packagegroups - Also include demo-glow to example-applications Signed-off-by: Djordje Senicic --- .../nativesdk-packagegroup-arago-tisdk-host.bbappend | 3 +++ ...packagegroup-arago-tisdk-addons-sdk-host.bbappend | 12

[meta-arago] [meta-processor-sdk][PATCH v3 2/3] demo-glow: Add mnist inference demo based on GLOW compiler

2019-06-24 Thread Djordje Senicic
- Add mnist based example to target filesystem - Add mnist based example to example-applications Signed-off-by: Djordje Senicic --- recipes-apps/demo-glow/demo-glow.bb | 46 +++ .../files/0001-fix-missing-string.patch | 10 recipes-apps/demo-glow/files

[meta-arago] [thud/master][PATCH] demo-glow: Add makefile for demo-glow example application

2019-06-21 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../ti-tisdk-makefile/Makefile_demo-glow | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow diff --git a/meta-arago-distro/recipes-tisdk

[meta-arago] [thud/master][PATCH v2 1/3] glow: Add pytorch neural network compiler and dependencies

2019-06-20 Thread Djordje Senicic
- LLVM8 is added for GLOW compilation only (native package) - glog and libunwind packages are also only used as native packages Signed-off-by: Djordje Senicic --- ...endencies-to-intermediate-executable.patch | 99 +++ .../recipes-devtools/glow/glow_git.bb | 63

[meta-arago] [thud/master][PATCH v2 3/3] glow: Add glow and demo-glow to packagegroups

2019-06-20 Thread Djordje Senicic
- Add glow to nativesdk - Add demo to target and src packagegroups - Also include demo-glow to example-applications Signed-off-by: Djordje Senicic --- .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb | 3 +++ .../packagegroup-arago-tisdk-addons-sdk-target.bb | 3

[meta-arago] [thud/master][PATCH v2 2/3] demo-glow: Add mnist inference demo based on GLOW compiler

2019-06-20 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../recipes-apps/demo-glow/demo-glow.bb | 46 +++ .../files/0001-fix-missing-string.patch | 10 .../demo-glow/files/Makefile.build| 18 .../recipes-apps/demo-glow/files/makefile | 13 ++ 4 files

[meta-arago] [meta-processor-sdk][PATCH] tidl: Add tidl-examples, tidl-utils, tidl-import to dra76x build

2019-06-19 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../packagegroup-arago-tisdk-opencl-sdk-host.bbappend | 3 ++- .../packagegroup-arago-tisdk-opencl-sdk-target.bbappend| 1 + .../packagegroups/packagegroup-arago-tisdk-opencl.bbappend | 1 + 3 files changed, 4 insertions(+), 1 deletion

[meta-arago] [thud/master][PATCH 2/2] tidl-examples: Add to dra76x build

2019-06-19 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb b/meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb index

[meta-arago] [thud/master][PATCH 1/2] tidl-api: Add to dra76xx build

2019-06-19 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb b/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb index fbea9aa8..b9329403

[meta-arago] [thud/master][PATCH] opencl: Add opencl to dra76 build

2019-06-19 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../packagegroups/packagegroup-arago-tisdk-opencl.bb| 1 + meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb | 2 +- meta-arago-extras/recipes-ti/ocl/opencl_git.bb | 1 + 3 files changed, 3 insertions(+), 1 deletion

[meta-arago] [thud/master][PATCH 1/3] glow: Add pytorch neural network compiler and necessary dependencies * LLVM8 is added for GLOW compilation only. LLVM8 is used as native package only * glog and l

2019-06-19 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- ...endencies-to-intermediate-executable.patch | 99 +++ .../recipes-devtools/glow/glow_git.bb | 63 .../recipes-devtools/glow/llvm-glow_git.bb| 24 + .../recipes-support/glog/glog_0.3.5.bbappend | 3

[meta-arago] [thud/master][PATCH 2/3] demo-glow: Add mnist inference demo based on GLOW compiler

2019-06-19 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../recipes-apps/demo-glow/demo-glow.bb | 46 +++ .../files/0001-fix-missing-string.patch | 10 .../demo-glow/files/Makefile.build| 18 .../recipes-apps/demo-glow/files/makefile | 13 ++ 4 files

[meta-arago] [thud/master][PATCH 3/3] glow: Add glow to nativesdk pkggrp and demo-glow to target and src pkggrp-s, and example-applications

2019-06-19 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb | 3 +++ .../packagegroup-arago-tisdk-addons-sdk-target.bb | 3 +++ .../packagegroups/packagegroup-arago-tisdk-addons.bb | 3 +++ .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk

[meta-arago] [thud/master][PATCH] armnn: Fix issue with new version of protobuf 3.6.1, and new toolchain warning settings

2019-06-14 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../recipes-support/armnn/armnn-caffe_git.bb | 10 +++ .../recipes-support/armnn/armnn-onnx_git.bb | 10 +++ ...verflow-warning-resulting-in-compila.patch | 27 +++ .../recipes-support/armnn/armnn_git.bb| 1 + 4 files changed

[meta-arago] [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain

2019-06-11 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb b/meta-arago-extras/recipes-apps/point-cloud

[meta-arago] [meta-processor-sdk][PATCH] tiovx-app-host: Fix pkg-config access

2019-06-11 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- recipes-ti/tiovx/tiovx-app-host.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-ti/tiovx/tiovx-app-host.bb b/recipes-ti/tiovx/tiovx-app-host.bb index 097f045..1097dc5 100644 --- a/recipes-ti/tiovx/tiovx-app-host.bb +++ b/recipes-ti/tiovx/tiovx

[meta-arago] [qt-opencv-opencl-opengl-multithreaded][PATCH] Fix demo compilation issue

2019-05-10 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- ImageProcessingSettingsDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ImageProcessingSettingsDialog.cpp b/ImageProcessingSettingsDialog.cpp index fa968af..33e65c1 100644 --- a/ImageProcessingSettingsDialog.cpp +++ b

[meta-arago] [rocko/master][PATCHv2] matrix-gui:bump up SRCREV to include additional TIDL demos

2019-03-21 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc

[meta-arago] [rocko/master][PATCH] [matrix-gui-apps] SRCREV bump for TIDL demo file path fix

2019-03-15 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc

[meta-arago] [matrix-gui-v2-apps][PATCHv2 1/2] [tidl] Fix config paths for dog breeds classification demo; fix subset class filename

2019-03-14 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh b/tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh index 7896417..20bc008 100644

[meta-arago] [matrix-gui-v2-apps][PATCHv2 2/2] [tidl] Fix camera name for object detection live demogit

2019-03-14 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh b/tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh index

[meta-arago] [matrix-gui-v2-apps][PATCH 1/2] [tidl] Fix config paths for dog breeds classification demo

2019-03-14 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh b/tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh index 7896417..7d6d993 100644

[meta-arago] [matrix-gui-v2-apps][PATCH 2/2] [tidl] Fix camera name for object detection live demogit

2019-03-14 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh b/tidl_apps/tidl_demo_objdet_livecam/runTidlObjdet_livecam.sh index

[meta-arago] [rocko/master][PATCH] matrix-gui:bump up SRCREV to include additional TIDL demos

2019-03-05 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc

[meta-arago] [rocko/master][PATCH] packagegroup:matrix-gui: Add 4 new demos

2019-03-05 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../packagegroups/packagegroup-arago-tisdk-matrix.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup

[meta-arago] [matrix-gui-v2-apps][PATCH 3/3] [tidl] Add object detection examples with live camera input and pre-recorded clip

2019-03-04 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_objdet/desc_tidl_demo_objdet.html| 5 + tidl_apps/tidl_demo_objdet/runTidlObjdet.sh | 6 ++ tidl_apps/tidl_demo_objdet/tidl_demo_objdet.desktop | 9 + .../desc_tidl_demo_objdet_livecam.html

[meta-arago] [matrix-gui-v2-apps][PATCH 1/3] [tidl] Add classification example with dogbreeds model

2019-03-04 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../desc_tidl_demo_dogbreeds.html | 7 +++ tidl_apps/tidl_demo_dogbreeds/runTidlDogBreeds.sh | 14 ++ .../tidl_demo_dogbreeds.desktop| 9 + 3 files changed, 30 insertions(+) create mode 100644

[meta-arago] [matrix-gui-v2-apps][PATCH 2/3] [tidl] Add image segmentation examples using pre-recorded clip

2019-03-04 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_segment/desc_tidl_demo_segment.html | 6 ++ tidl_apps/tidl_demo_segment/runTidlSegment.sh | 5 + tidl_apps/tidl_demo_segment/tidl_demo_segment.desktop | 9 + 3 files changed, 20 insertions(+) create mode 100644

[meta-arago] [rocko/master][PATCH] voxelsdk: Add stdout reports for automated testing

2019-02-05 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- ...e-count-report-in-stdout-for-testing.patch | 25 +++ .../recipes-apps/voxelsdk/voxelsdk_git.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 meta-arago-extras/recipes-apps/voxelsdk/voxelsdk/0006-Include-people-count

[meta-arago] [matrix-gui-v2-apps][PATCH] tof: Check if SimplePeopleTracking file is present, before starting TOF demo

2018-12-05 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../runSimplePeopleTracking.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/machinevision_apps/machinevision_simple_people_tracking/runSimplePeopleTracking.sh b/machinevision_apps/machinevision_simple_people_tracking

[meta-arago] [matrix-gui-v2-apps][PATCH] tidl: Detect AM571x, to invoke TIDL classification demo with only one DSP

2018-12-05 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh| 9 - .../runTidlStaticImg_dsponly.sh | 9 - 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh b

[meta-arago] [rocko][PATCH 3/3] packagegroups-arago-tisdk-addons: Add armnn and arm-compute-library packages to target filesystem and dev package

2018-09-24 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../packagegroup-arago-tisdk-addons-sdk-target.bb | 15 --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 14 -- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/meta-arago-distro/recipes-core

[meta-arago] [rocko][PATCH 2/3] armnn: Add executables to the filesystem

2018-09-24 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-support/armnn/armnn_git.bb | 14 ++ 1 file changed, 14 insertions(+) diff --git a/meta-arago-extras/recipes-support/armnn/armnn_git.bb b/meta-arago-extras/recipes-support/armnn/armnn_git.bb index 3bd4c82..726a9da 100644

[meta-arago] [rocko][PATCH 1/3] arm-compute-library: Add executables to the filesystem

2018-09-24 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../arm-compute-library/arm-compute-library_git.bb | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb b/meta-arago-extras/recipes

[meta-arago] [rocko/ti2018.03][PATCH] matrix-gui-apps: SRCREV bump to address SimplePeopleTracking demo issue

2018-09-24 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc

[meta-arago] [matrix-gui-v2-apps][PATCH] simple_people_tracking: Modify priorities of application processes

2018-09-21 Thread Djordje Senicic
* Priorities of main application threads are increased, whereas weston process priority is decreased This eliminates intermittent "Bulk transfer failed" messages Signed-off-by: Djordje Senicic --- .../runSimplePeopleTracking.sh| 8 +++- 1 fi

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

2018-09-11 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups

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

2018-09-11 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../recipes-core/matrix/matrix-gui-apps-git.inc| 4 ++-- .../matrix/matrix-gui-tidl-demos_2.0.bb| 24 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps

[meta-arago] [matrix-gui-v2-apps][PATCH] tidl: Add description of cores used, to demo icon; also increase demo timeout to 3600 seconds

2018-09-07 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh | 2 +- tidl_apps/tidl_demo_livecam/tidl_demo_livecam.desktop | 2 +- tidl_apps/tidl_demo_livecam_lg2/runTidlLiveCam_lg2.sh | 2 +- tidl_apps

[meta-arago] [rocko/master][PATCH] packagegroup-arago-tisdk-matrix: new tidl examples added to package group

2018-09-05 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups

[meta-arago] [rocko/master][PATCH] matrix-gui: tidl: Add demos with higher fps

2018-08-30 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../recipes-core/matrix/matrix-gui-apps-git.inc| 4 ++-- .../matrix/matrix-gui-tidl-demos_2.0.bb| 24 ++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps

[meta-arago] [matrix-gui-v2-apps][PATCH 5/5] tidl: pnexamples and staticimg demos adapted for new TIDL_API and new command line options

2018-08-28 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_pnexamples/desc_tidl_demo_pnexamples.html | 6 +++--- tidl_apps/tidl_demo_pnexamples/runTidlPnExamples.sh | 3 ++- tidl_apps/tidl_demo_staticimg/desc_tidl_demo_staticimg.html | 5 ++--- tidl_apps/tidl_demo_staticimg

[meta-arago] [matrix-gui-v2-apps][PATCH 2/5] tidl: staticimg_dsponly: DSP only example with pre-recorded video input adapted for new TIDL_API and command line options

2018-08-28 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- .../desc_tidl_demo_staticimg_dsponly.html| 6 ++ .../tidl_demo_staticimg_dsponly/runTidlStaticImg_dsponly.sh | 4 .../tidl_demo_staticimg_dsponly.desktop | 9 + 3 files changed, 19

[meta-arago] [matrix-gui-v2-apps][PATCH 1/5] tidl: livecam: DSP only live camera input example adapted for new TIDL_API and command line options

2018-08-28 Thread Djordje Senicic
Signed-off-by: Djordje Senicic --- tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh | 3 ++- tidl_apps/tidl_demo_livecam/tidl_demo_livecam.desktop | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh b/tidl_apps

[meta-arago] [rocko/master][PATCHv3] tidl-api: Update test video clip

2018-08-09 Thread Djordje Senicic
* Use real-life video clip and list of classes Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc b/meta-arago-extras/recipes-ti/tidl-api

[meta-arago] [rocko/master][PATCH] opencv: bump SRCREV to include optimized stereobm kernel

2018-08-08 Thread Djordje Senicic
* Include stereobm opencl kernel specifically optimized for C66x DSP Signed-off-by: Djordje Senicic --- meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend

[meta-arago] [rocko/master][PATCHv2] tidl-api: Update test video clip (subject line fixed)

2018-07-24 Thread Djordje Senicic
* Use real-life video clip and list of classes Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc b/meta-arago-extras/recipes-ti/tidl-api

[meta-arago] (no subject)

2018-07-24 Thread Djordje Senicic
Subject: [meta-arago][rocko/master][PATCH] tidl-api: Update test video clip * Use real-life video clip and list of classes Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras

[meta-arago] [meta-processor-sdk][PATCH] tiovx-app-host: patch for makefiles is pushed to sources

2018-07-23 Thread Djordje Senicic
* Add /lib to library search path Signed-off-by: Djordje Senicic --- recipes-ti/tiovx/files/hack-to-add-lib-path.patch | 28 --- recipes-ti/tiovx/tiovx-app-host.bb| 1 - recipes-ti/tiovx/tiovx-sys.inc| 2 +- 3 files changed, 1 insertion

[meta-arago] [rocko/master][PATCHv2] tidl-utils: SRCREV bump

2018-07-23 Thread Djordje Senicic
* Get new version of tidl-utils configuration files with fixed path * RDEPENDS is not needed for x86 target, as executables are statically linked Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[meta-arago] [rocko/master][PATCH] tidl-utils: SRCREV bump

2018-07-23 Thread Djordje Senicic
* SRC rev increase to include fixed paths of configuration files Signed-off-by: Djordje Senicic --- meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.bb b/meta-arago

[meta-arago] [meta-processor-sdk][PATCH] tidl-utils: Add tidl-utils to devkit

2018-07-23 Thread Djordje Senicic
* Include tidl-utils package along with tidl-viewer into devkit Signed-off-by: Djordje Senicic --- .../packagegroups/nativesdk-packagegroup-arago-sdk-host.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/packagegroups/nativesdk-packagegroup

[meta-arago] [rocko/master][PATCHv2] tidl-utils: add import and simulation binary utilities needed by tidl stack

2018-07-18 Thread Djordje Senicic
* Three executables are added to the filesystem (along with sample configuration files), used for Caffe/TF model conversion and bit-exact emulation. Signed-off-by: Djordje Senicic --- .../recipes-ti/tidl-utils/tidl-utils.bb| 40 ++ 1 file changed, 40 insertions

[meta-arago] [rocko/master][PATCH] tidl-utils: add import and simulation binary utilities needed by tidl stack

2018-07-18 Thread Djordje Senicic
* Three executables are added to the filesystem (along with sample configuration files), used for Caffe/TF model conversion and bit-exact emulation. Signed-off-by: Djordje Senicic --- .../recipes-ti/tidl-utils/tidl-utils.bb| 40 ++ 1 file changed, 40 insertions

[meta-arago] [meta-processor-sdk][PATCH] tidl: Add tidl-demos and tidl-utils to opencl packagegroups

2018-07-02 Thread Djordje Senicic
* tidl-utils: ARM and x86 binary utilities, like tidl-viewer * tidl-demos: System level demo, like tidl-examples package Signed-off-by: Djordje Senicic --- .../packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bbappend | 2 +- recipes-core/packagegroups/packagegroup-arago-tisdk

[meta-arago] [meta-processor-sdk][PATCH] csl: Add special compile for IDK targets only

2018-06-12 Thread Djordje Senicic
* AM57xx IDK requires also ARP32 tool chain for compilation Signed-off-by: Djordje Senicic --- .../common-csl-ip/common-csl-ip-rtos_git.bbappend | 28 +- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bbappend

[meta-arago] [meta-processor-sdk][PATCHv2 1/3] ti-pdk: Include path for EVE toolchain

2018-06-04 Thread Djordje Senicic
* ti-pdk: Add variable set to EVE toolchain path Signed-off-by: Djordje Senicic --- classes/ti-pdk.bbclass | 137 + 1 file changed, 137 insertions(+) create mode 100644 classes/ti-pdk.bbclass diff --git a/classes/ti-pdk.bbclass b/classes/ti

[meta-arago] [meta-processor-sdk][PATCHv2 3/3] csl: update for common-csl-ip 3.3.0.11

2018-06-04 Thread Djordje Senicic
* common-csl-ip: New release 03.03.00.11 Signed-off-by: Djordje Senicic --- recipes-bsp/common-csl-ip/common-csl-ip-03.03.00.11.inc | 5 + recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bbappend | 1 + recipes-bsp/common-csl-ip/common-csl-ip_git.bbappend | 1 + 3 files changed, 7

[meta-arago] [meta-procesor-sdk][PATCHv2 2/3] pm-lld: update for DEV.PM_LLD.01.04.00.05

2018-06-04 Thread Djordje Senicic
* pm-lld: New release 01.04.00.05 Signed-off-by: Djordje Senicic --- recipes-bsp/pm-lld/pm-lld-rtos_git.bbappend | 9 + 1 file changed, 9 insertions(+) create mode 100644 recipes-bsp/pm-lld/pm-lld-rtos_git.bbappend diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bbappend b/recipes

[meta-arago] [meta-processor-sdk][PATCH 3/4] pm-lld: update for DEV.PM_LLD.01.04.00.05

2018-06-04 Thread Djordje Senicic
* pm-lld: new release 1.4.0.5, will be moved later to meta-ti Signed-off-by: Djordje Senicic --- recipes-bsp/pm-lld/pm-lld-rtos_git.bbappend | 9 + 1 file changed, 9 insertions(+) create mode 100644 recipes-bsp/pm-lld/pm-lld-rtos_git.bbappend diff --git a/recipes-bsp/pm-lld/pm-lld

[meta-arago] [meta-processor-sdk][PATCH 2/4] csl: update for common-csl-ip 3.3.0.11

2018-06-04 Thread Djordje Senicic
* csl: new release 3.3.0.11 Signed-off-by: Djordje Senicic --- recipes-bsp/common-csl-ip/common-csl-ip-03.03.00.11.inc | 5 + recipes-bsp/common-csl-ip/common-csl-ip_git.bbappend| 1 + 2 files changed, 6 insertions(+) create mode 100644 recipes-bsp/common-csl-ip/common-csl-ip

[meta-arago] [meta-processor-sdk][PATCH 4/4] sbl: update for DEV.SBL.01.00.10.00

2018-06-04 Thread Djordje Senicic
* Secondary bootloader package, for K2G, AM57xx, OMAP1L Signed-off-by: Djordje Senicic --- recipes-bsp/sbl-boot/sbl-boot-rtos_git.bb | 108 ++ recipes-bsp/sbl-boot/sbl-boot.inc | 21 ++ 2 files changed, 129 insertions(+) create mode 100644 recipes-bsp

[meta-arago] [meta-processor-sdk] [PATCH] ros: mmwave: Update to latest ROS driver for mmwave radar

2018-03-14 Thread Djordje Senicic
Signed-off-by: Djordje Senicic <x0157...@ti.com> --- .../files/0001-CMakeLists-remote-rpath.patch | 12 -- .../append_cfg/map_4ft_by_6ft_border_large.bt | Bin 0 -> 1062 bytes .../files/append_launch/plsdk_rviz_1443_3d.launch | 26 +

[meta-arago] [PATCH] tiovx-app: Fix memory map for DSP firmware

2018-03-01 Thread Djordje Senicic
Signed-off-by: Djordje Senicic <x0157...@ti.com> --- recipes-ti/tiovx/tiovx-sys.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti/tiovx/tiovx-sys.inc b/recipes-ti/tiovx/tiovx-sys.inc index fc24947..43c4e1d 100644 --- a/recipes-ti/tiovx/tiovx-sys.inc +++ b/r

  1   2   >