[meta-arago] [master/dunfell][PATCH 2/3] tisdk-bundle: use recipe-data for sw manifest

2020-08-18 Thread Jacob Stiffler
* Use the recipe-data class to collect the SRC_URI for the software manifest. Signed-off-by: Jacob Stiffler --- meta-arago-distro/classes/tisdk-bundle.bbclass | 44 -- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/classes/tisdk

[meta-arago] [master/dunfell][PATCH 3/3] arago: globally inherit recipe-data class

2020-08-18 Thread Jacob Stiffler
* All recipes much invoke the recipe-data class so that the autogenerated software manifest contains a valid source location. Signed-off-by: Jacob Stiffler --- meta-arago-distro/conf/distro/arago.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro

[meta-arago] [master/dunfell][PATCH 1/3] recipe-data: collect specific recipe data

2020-08-18 Thread Jacob Stiffler
* This class adds a general method to collect data across recipes. * The output is a conf file which can be parsed by the bitbake parser. * Basic routines are made available to extract data from the output. Signed-off-by: Jacob Stiffler --- meta-arago-distro/classes/recipe-data.bbclass | 100

[meta-arago] [master/dunfell][PATCH 1/2] tisdk-uenv: deploy for wic images

2020-07-08 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb index a08f24b..442e067

[meta-arago] [master/dunfell][PATCH 2/2] arago: add uEnv.txt to wic images

2020-07-08 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-distro/conf/distro/arago.conf | 4 1 file changed, 4 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index bc786a7..1e8d66f 100644 --- a/meta-arago-distro/conf/distro/arago.conf

[meta-arago] [master/dunfell][PATCH v2] tisdk-core-bundle: add both sr1 and sr2 sysfw.itb for am65xx-evm

2020-05-21 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- v2 changes: only add for am65xx-evm meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb b/meta-arago-distro/recipes-core

[meta-arago] [master/dunfell][PATCH] tisdk-core-bundle: add both sr1 and sr2 sysfw.itb

2020-05-20 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb index 64ee906..7f5371e 100644

[meta-arago] [master/dunfell][PATCH] tisdk-bundle: add wic images by default

2020-05-20 Thread Jacob Stiffler
* Add wic images to TARGET_IMAGE_TYPES so that they are provided in the SDK bundle. Signed-off-by: Jacob Stiffler --- meta-arago-distro/classes/tisdk-bundle.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/classes/tisdk-bundle.bbclass b/meta-arago

Re: [meta-arago] [EXTERNAL] [master][PATCH 2/4] toolchain: remove secondary toolchain hack

2020-05-05 Thread Jacob Stiffler
On 5/4/2020 5:16 PM, Denys Dmytriyenko wrote: On Mon, May 04, 2020 at 09:06:32PM +, Stiffler, Jacob wrote: This was for adding the R5 toolchain into the devkit so that we can build the R5 u-boot from the SDK. Which would have to be done properly now, following multiconfig changes in

[meta-arago] [oe-layersetup][PATCH] processor-sdk: add 6.3.0.106 release config

2020-04-22 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../processor-sdk/processor-sdk-06.03.00.106-config.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 configs/processor-sdk/processor-sdk-06.03.00.106-config.txt diff --git a/configs/processor-sdk/processor-sdk-06.03.00.106

[meta-arago] [zeus/master][PATCH] open62541: prevent installation of git directories

2020-04-22 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- ...CMakeLists-do-not-install-git-directories.patch | 27 ++ .../open62541/open62541_git.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 meta-arago-extras/recipes-connectivity/open62541/open62541/0001

Re: [meta-arago] [zeus/master[PATCH] meta-toolchain-arago: toolchain_env_script: append subscripts

2020-04-14 Thread Jacob Stiffler
Ping. On 4/2/2020 1:09 PM, Jacob Stiffler wrote: * Append environment subscripts to devkit environment * This allows cmake projects to build against the devkit without further configuration. * Borrowed from oe-core's toolchain-scripts.bbclass Signed-off-by: Jacob Stiffler --- .../recipes

[meta-arago] [zeus/master[PATCH] meta-toolchain-arago: toolchain_env_script: append subscripts

2020-04-02 Thread Jacob Stiffler
* Append environment subscripts to devkit environment * This allows cmake projects to build against the devkit without further configuration. * Borrowed from oe-core's toolchain-scripts.bbclass Signed-off-by: Jacob Stiffler --- .../recipes-core/meta/meta-toolchain-arago.bb | 17

[meta-arago] [zeus/dunfell/master][PATCH v2] open62541: upgrade to version 1.0.1, other fixes

2020-03-31 Thread Jacob Stiffler
. However, dependent recipes will also need to depend on python3-native. Signed-off-by: Jacob Stiffler --- v2 changes: * move namespace zero config to PACKAGE CONFIG * slight change to commit message to reflect this change. .../open62541/open62541_git.bb | 65

Re: [meta-arago] [zeus/master][PATCH] open62541: upgrade to version 1.0.1, other fixes

2020-03-26 Thread Jacob Stiffler
On 3/26/2020 3:18 PM, Denys Dmytriyenko wrote: On Fri, Mar 06, 2020 at 09:53:46AM -0500, Jacob Stiffler wrote: On 3/5/2020 7:15 PM, Denys Dmytriyenko wrote: On Thu, Mar 05, 2020 at 04:49:05PM -0500, Jacob Stiffler wrote: On 3/5/2020 4:24 PM, Denys Dmytriyenko wrote: Jake, Somehow

Re: [meta-arago] [zeus/master][PATCH] open62541: upgrade to version 1.0.1, other fixes

2020-03-06 Thread Jacob Stiffler
On 3/5/2020 7:15 PM, Denys Dmytriyenko wrote: On Thu, Mar 05, 2020 at 04:49:05PM -0500, Jacob Stiffler wrote: On 3/5/2020 4:24 PM, Denys Dmytriyenko wrote: Jake, Somehow this update has a really hard time getting built - it failed in the same place with what looks like an our-of-memory error

Re: [meta-arago] [zeus/master][PATCH] open62541: upgrade to version 1.0.1, other fixes

2020-03-05 Thread Jacob Stiffler
On 3/5/2020 4:24 PM, Denys Dmytriyenko wrote: Jake, Somehow this update has a really hard time getting built - it failed in the same place with what looks like an our-of-memory error: | src_generated/open62541/namespace0_generated.c: In function ‘namespace0_generated’: |

[meta-arago] [zeus/master][PATCH] open62541: upgrade to version 1.0.1, other fixes

2020-03-04 Thread Jacob Stiffler
. - This is a bit messy with recipes that depend on open62541, as they will be executing the tools from the target package, but this works as they are python scripts. However, dependent recipes will also need to depend on python3-native. Signed-off-by: Jacob Stiffler --- .../open62541

Re: [meta-arago] [EXTERNAL] Re: [master/thud][PATCH] screenshot: Remove this screenshot tool in favor of fbgrab

2020-02-11 Thread Jacob Stiffler
On 2/10/2020 8:41 PM, Denys Dmytriyenko wrote: On Mon, Jan 27, 2020 at 02:45:55PM -0500, Denys Dmytriyenko wrote: On Mon, Jan 27, 2020 at 11:26:16AM -0500, Andrew F. Davis wrote: This takes a screenshot of the current framebuffer only. There are tools for taking screenshots of the current

[meta-arago] [master/zeus/thud][PATCH] docker: install init script if sysvinit

2020-02-10 Thread Jacob Stiffler
on if sysvinit is in the DISTRO_FEATURES. Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-containers/docker/docker_git.bbappend | 8 1 file changed, 8 insertions(+) create mode 100644 meta-arago-distro/recipes-containers/docker/docker_git.bbappend diff --git a/meta-arago

[meta-arago] [RFC][PATCH 1/2] packagegroup-arago-toolchain-minimal-target: bare target sysroot

2020-02-07 Thread Jacob Stiffler
* Define a bare sysroot with only package management and the feed configuration. Signed-off-by: Jacob Stiffler --- .../packagegroup-arago-toolchain-minimal-target.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-arago-distro/recipes-core/packagegroups

[meta-arago] [RFC][PATCH 2/2] meta-toolchain-arago-minimal: define minimal devkit/sdk

2020-02-07 Thread Jacob Stiffler
all \ packagegroup-arago-toolchain-tisdk-target * This also has the potential to create new rootfs from feeds. Initial testing showed problems with setting ownership of files to root. The host sysroot does provide pseudo, so it seems possible without using root on the host. Signed-off-by: Jacob Stiff

[meta-arago] [RFC][PATCH] opkg-bash-completions: add enhancements to completions

2020-02-06 Thread Jacob Stiffler
* Use helpers (e.g. _init_completion, _count_args) to enhance usability * Add support for search and flag verbs Signed-off-by: Jacob Stiffler --- .../recipes-devtools/opkg/opkg-bash-completion.bb | 2 + .../opkg/opkg-bash-completion/opkg-bash-completion | 43 ++ 2 files

[meta-arago] [RFC][PATCH] opencl: mark opencl-runtime as the systemd service package

2020-02-04 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-extras/recipes-ti/ocl/opencl_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-ti/ocl/opencl_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl_git.bb index 502e1cf..ffe0811 100644 --- a/meta-arago

Re: [meta-arago] [EXTERNAL] [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups

2020-02-04 Thread Jacob Stiffler
On 2/4/2020 3:26 PM, Denys Dmytriyenko wrote: On Tue, Feb 04, 2020 at 03:23:55PM -0500, Jacob Stiffler wrote: On 2/4/2020 1:18 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../recipes-core/images/tisdk-rootfs-image.bb | 2

Re: [meta-arago] [EXTERNAL] [RFC][PATCH 2/3] packagegroups: create initial ti-analytics and ti-demos packagegroups

2020-02-04 Thread Jacob Stiffler
On 2/4/2020 1:18 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../recipes-core/images/tisdk-rootfs-image.bb | 2 ++ .../packagegroup-arago-tisdk-addons.bb | 36 +++---

[meta-arago] [RFC][PATCH] opencl: fix packaging of library

2020-01-22 Thread Jacob Stiffler
* Add daemon conffiles and library to runtime package. Signed-off-by: Jacob Stiffler --- meta-arago-extras/recipes-ti/ocl/opencl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-ti/ocl/opencl_git.bb b/meta-arago-extras/recipes-ti/ocl

[meta-arago] [RFC][PATCH 1/2] opkg-bash-completion: add simple completions for opkg

2020-01-21 Thread Jacob Stiffler
This is a simpe start to bash completions for opkg. Initialy, this can complete current supported verbs (static) and complete package names (dynamic). Signed-off-by: Jacob Stiffler --- .../recipes-devtools/opkg/opkg-bash-completion.bb | 15 + .../opkg/opkg-bash-completion/opkg-bash

[meta-arago] [RFC][PATCH 2/2] packagegroup-arago-base: add opkg-bash-completion

2020-01-21 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup

[meta-arago] [RFC][PATCH 2/2] packagegroups: opencl: install offline-compiled examples by default

2020-01-17 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb b/meta-arago-distro/recipes-core

[meta-arago] [RFC][PATCH 1/2] opencl: update package naming

2020-01-17 Thread Jacob Stiffler
, the offline-compile package are the examples which provide precompiled kernels, and thus require the minimum set of dependencies. The runtime-compile package requires the kernels to be compiled during runtime, and thus require the full set of opencl tools, including clocl. Signed-off-by: Jacob Stiffler

[meta-arago] [oe-layersetup][PATCH] processor-sdk: add 6.2.0.81 release config

2020-01-13 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../processor-sdk/processor-sdk-06.02.00.81-config.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 configs/processor-sdk/processor-sdk-06.02.00.81-config.txt diff --git a/configs/processor-sdk/processor-sdk-06.02.00.81

[meta-arago] [RFC 1/3] clocl: add ti-cgt6x to RDEPENDS

2019-12-20 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-extras/recipes-ti/ocl/clocl_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-extras/recipes-ti/ocl/clocl_git.bb b/meta-arago-extras/recipes-ti/ocl/clocl_git.bb index c7f467f..df77d7e 100644 --- a/meta-arago-extras/recipes-ti/ocl

[meta-arago] [RFC 3/3] opencl-examples: improve packaging

2019-12-20 Thread Jacob Stiffler
* Split examples into those that require runtime compilation of kernels (opencl-examples-runtime) and those that use prebuilt kernels (opencl-examples-offline). * Retain opencl-examples as the package to bring in all examples. * Adjust package dependencies accordingly. Signed-off-by: Jacob

[meta-arago] [RFC 2/3] opencl: fix RDEPENDS

2019-12-20 Thread Jacob Stiffler
* Use opencl-runtime package to bring in necessary dependencies to use OpenCL with run-time kernel compilation. * The base opencl package will only pull dependencies necessary for running pre-built kernels. Signed-off-by: Jacob Stiffler --- meta-arago-extras/recipes-ti/ocl/opencl_git.bb

[meta-arago] [master/thud][PATCH] ti-tisdk-setup: only install create-ubifs if args are provided

2019-12-19 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti

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] [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

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-distro/recipes-tisdk/ti-tisdk-setup/ti

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

[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

[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 b/recipes-support/neo-ai-dlr/neo-ai

[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 ++ recipes-support/neo-ai-dlr

[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 ++- .../packagegroup-arago-tisdk-addons-sdk

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

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

2019-12-17 Thread Jacob Stiffler
* Add early boot support to create-sdcard.sh by installing early boot firmware into boot partition. Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro

[meta-arago] [tisdk-setup-scripts][PATCH] create-sdcard.sh: add support for early boot

2019-12-16 Thread Jacob Stiffler
not support symlinks. Follow symlinks as necessary to get the firmware image into the boot partition. Signed-off-by: Jacob Stiffler --- create-sdcard.sh | 50 -- 1 file changed, 40 insertions(+), 10 deletions(-) diff --git a/create-sdcard.sh b/create

[meta-arago] [master/thud/ti2019.05][PATCH] tidl-api: fix package-qa issues

2019-12-12 Thread Jacob Stiffler
tidl-api does not create versioned libraries, so provide these in the base package and skip the QA checks. Signed-off-by: Jacob Stiffler --- meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes

Re: [meta-arago] [EXTERNAL] [thud/master][PATCH] ti-tisdk-setup: update to include latest OOBE fixes

2019-12-12 Thread Jacob Stiffler
Denys, Please backport to ti2019.05. Thank you, Jake On 12/11/2019 3:27 PM, Denys Dmytriyenko wrote: Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [meta-arago] [EXTERNAL] [tisdk-setup-scripts][PATCH] setup-uboot-env-*: replace ifconfig with ip addr show

2019-12-11 Thread Jacob Stiffler
Pushed to master. Thank you, Jake On 12/10/2019 2:04 PM, Denys Dmytriyenko wrote: Simple ifconfig has been deprecated for quite some time in favor of ip tools. New distros no longer package ifconfig, so use ip addr show command instead. Signed-off-by: Denys Dmytriyenko Cc: Andreas

Re: [meta-arago] [EXTERNAL] [tisdk-setup-scripts][PATCH] setup-uboot-env-am65x: pass console to u-boot bootargs for NFS boot

2019-12-11 Thread Jacob Stiffler
Pushed to master. Thank you, Jake On 12/10/2019 2:14 PM, Denys Dmytriyenko wrote: U-boot default bootargs was missing console setting, resulting in duplicate kernel logs. Signed-off-by: Denys Dmytriyenko Suggested-by: Andreas Dannenberg --- setup-uboot-env-am65x.sh | 2 +- 1 file

Re: [meta-arago] [EXTERNAL] [tisdk-setup-scripts][PATCH] setup-targetfs-nfs: fix cases when group != username

2019-12-11 Thread Jacob Stiffler
Pushed to master. Thank you, Jake On 12/10/2019 1:50 PM, Denys Dmytriyenko wrote: Signed-off-by: Denys Dmytriyenko Suggested-by: Andreas Dannenberg --- setup-targetfs-nfs.sh | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup-targetfs-nfs.sh

Re: [meta-arago] [tisdk-setup-scripts][PATCH v1] setup-targetfs-nfs: Update command to replace Rules.make variables

2019-12-10 Thread Jacob Stiffler
This has been pushed to master. Thank you, Jake On 12/9/2019 3:34 AM, Nikhil Devshatwar wrote: Update the setup-targetfs-nfs.sh to replace Rules.make variables so that they are initialized conditionally. Signed-off-by: Nikhil Devshatwar --- setup-targetfs-nfs.sh | 4 ++-- 1 file

Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][PATCH v2] neo-ai-dlr: fix dlr runtime problem

2019-11-26 Thread Jacob Stiffler
On 11/26/2019 10:13 AM, Jianzhong Xu wrote: * bump up neo-ai-dlr SRCREV * add a patch to skip git cloning during cmake configuration * move libdlr.so to python site-packages dlr folder * add neo-ai-dlr-tests to target file system * change testing scripts' path to be the same as in source code

Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][PATCH] neo-ai-dlr: fix dlr runtime problem

2019-11-25 Thread Jacob Stiffler
On 11/20/2019 11:54 AM, Jianzhong Xu wrote: * move dlr shared library to python sitepackages dlr folder Signed-off-by: Jianzhong Xu --- recipes-support/neo-ai/neo-ai-dlr_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-support/neo-ai/neo-ai-dlr_git.bb

[meta-arago] [master/thud][PATCH v2] iproute2: soft taprio: add patches for taprio

2019-10-30 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- v2 changes: add Upstream-Status .../iproute2/0001-utils-Implement-get_s64.patch| 65 +++ ...-helper-to-retrieve-a-__s64-from-a-netlin.patch | 40 ++ ...Add-helper-for-getting-a-__s32-from-netli.patch | 37 ++ ...port-for-configuring-the-taprio

[meta-arago] [master/thud][PATCH] iproute2: soft taprio: add patches for taprio

2019-10-28 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../iproute2/0001-utils-Implement-get_s64.patch| 64 +++ ...-helper-to-retrieve-a-__s64-from-a-netlin.patch | 39 ++ ...Add-helper-for-getting-a-__s32-from-netli.patch | 36 ++ ...port-for-configuring-the-taprio-scheduler.patch | 488

[meta-arago] [matrix-gui-v2-apps][PATCH v2] openssl_perf: add sha2 algorithms

2019-10-28 Thread Jacob Stiffler
* Measure performance for sha224, sha256, sha384, and sha512 Signed-off-by: Jacob Stiffler --- v2 changes * Add "-elapsed" flag to new tests .../openssl_perf_scripts/openssl_perf.sh | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-)

[meta-arago] [matrix-gui-v2-apps][PATCH] openssl_perf: add sha2 algorithms

2019-10-28 Thread Jacob Stiffler
* Measure performance for sha224, sha256, sha384, and sha512 Signed-off-by: Jacob Stiffler --- .../openssl_perf_scripts/openssl_perf.sh | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/cryptos_apps_program/openssl_perf_scripts/openssl_perf.sh

[meta-arago] [oe-layersetup][PATCH] processor-sdk: add 6.1.0.8 release config

2019-10-21 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../processor-sdk/processor-sdk-06.01.00.08-config.txt | 16 1 file changed, 16 insertions(+) create mode 100644 configs/processor-sdk/processor-sdk-06.01.00.08-config.txt diff --git a/configs/processor-sdk/processor-sdk-06.01.00.08

Re: [meta-arago] [master/thud][PATCH] tisdk-server-rootfs-image: add packagegroup-arago-test-addons

2019-10-15 Thread Jacob Stiffler
Denys, Please backport to ti2019.03. Thank you, Jake On 10/14/2019 12:10 PM, Jacob Stiffler wrote: * This was missed when dropping tisdk-server-extra-rootfs-image. * See 6fd2672b9034d1bc5e4890924a70fdc4d4eb09b8 Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-core/images

Re: [meta-arago] KERNEL_DEVICETREE_append in custom layer does not take effect in ti-tisdk-makefile

2019-10-15 Thread Jacob Stiffler
On 10/14/2019 11:02 PM, Denys Dmytriyenko wrote: On Mon, Oct 14, 2019 at 05:58:50PM +0530, Nikhil Devshatwar wrote: Hi Denys/Jacob, I am appending the KERNEL_DEVICETREE variable in the  meta-psdkla layer linux-ti-staging_%.bbappend recipe Nikhil, You are appending the variable in a recipe -

[meta-arago] [master/thud][PATCH] tisdk-server-rootfs-image: add packagegroup-arago-test-addons

2019-10-14 Thread Jacob Stiffler
* This was missed when dropping tisdk-server-extra-rootfs-image. * See 6fd2672b9034d1bc5e4890924a70fdc4d4eb09b8 Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core

Re: [meta-arago] [EXTERNAL] [meta-processor-sdk] [PATCH] tvm: fix TVM runtime problem

2019-10-10 Thread Jacob Stiffler
Here's the fix: http://arago-project.org/pipermail/meta-arago/2019-October/012007.html On 10/10/2019 12:25 PM, Jacob Stiffler wrote: This fails for nativesdk-tvm. ERROR: Nothing RPROVIDES 'nativesdk-python3-decorator' (but virtual:nativesdk:/oe/bld/sources/meta-processor-sdk/recipes-support

[meta-arago] [meta-processor-sdk][PATCH] python3-decorator: extend to nativesdk

2019-10-10 Thread Jacob Stiffler
* Extend to nativesdk for nativesdk-tvm Signed-off-by: Jacob Stiffler --- * Needed for http://arago-project.org/pipermail/meta-arago/2019-October/011996.html recipes-devtools/python/python3-decorator_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-devtools/python

Re: [meta-arago] [tisdk-setup-scripts] [PATCH v1] setup-package-install: Add flex and libssl-dev packages

2019-10-10 Thread Jacob Stiffler
Sorry for the delay. I have pushed this to master. - Jake On 10/9/2019 11:12 PM, Denys Dmytriyenko wrote: On Mon, Oct 07, 2019 at 04:41:14PM +0530, Nikhil Devshatwar wrote: On 03/10/19 7:04 PM, Nikhil Devshatwar wrote: On 01/10/19 8:02 PM, Nikhil Devshatwar wrote: For building kernel

Re: [meta-arago] [EXTERNAL] [meta-processor-sdk] [PATCH] tvm: fix TVM runtime problem

2019-10-10 Thread Jacob Stiffler
-CMakeLists-install-unit-tests.patch @@ -1,26 +1,29 @@ -From 2663c9682e427ce64f5bfa53e1ee389f80133cac Mon Sep 17 00:00:00 2001 -From: Jacob Stiffler -Date: Wed, 14 Aug 2019 16:27:51 -0400 -Subject: [PATCH] CMakeLists: install unit tests +From 5904aa69d8f022678aa19dd4c1b5569d5fc243ee Mon Sep 17 00:00:00 2001

[meta-arago] [matrix-gui-v2-apps][PATCH] openssl_perf: add sha2 algorithms

2019-10-01 Thread Jacob Stiffler
* Measure performance for sha224, sha256, sha384, and sha512 Signed-off-by: Jacob Stiffler --- .../openssl_perf_scripts/openssl_perf.sh | 16 1 file changed, 16 insertions(+) diff --git a/cryptos_apps_scripts/openssl_perf_scripts/openssl_perf.sh b

Re: [meta-arago] [EXTERNAL] [thud/master PATCH v1] recipes-tisdk: makefile: Move matrix-gui out of common targets

2019-10-01 Thread Jacob Stiffler
NAK This "matrix-gui" is the html files which provide the gui. They are use on all platforms. Graphics is not needed as you can remotely view matrix from a remote browser. It is the "matrix-gui-browser" which provides to platform QT application. On 10/1/2019 8:44 AM, Nikhil Devshatwar

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

2019-10-01 Thread Jacob Stiffler
Denys, Please backport to ti2019.03 Thank you, Jake On 9/30/2019 12:07 PM, Yuan Zhao wrote: - Revert workaround for allocation bug that is now fixed in OpenCL TIDL firmware 01.01.19.02 Signed-off-by: Yuan Zhao --- meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 4 ++-- 1 file

Re: [meta-arago] [EXTERNAL] [thud/master][PATCH] ti-tisdk-makefile: Update to fix build issue with arm-oe-linux-gnueabi

2019-10-01 Thread Jacob Stiffler
Denys, Please backport to ti2019.03 Thank you, Jake On 9/26/2019 5:32 PM, Sam Nelson wrote: With arm-oe-linux-gnueabi toolchain, the sysroot path is not picked up by default. This fixes problem with building the ipc examples using top level make, in platforms using arm-oe-linux-gnueabi

Re: [meta-arago] [EXTERNAL] [thud/master PATCH v1] tisdk-readme: Add separate README for k3 platforms

2019-09-27 Thread Jacob Stiffler
On 9/27/2019 5:44 AM, Nikhil Devshatwar wrote: For machines with k3 platforms, install the README_k3 as README It describes all the new files needed for booting k3 devices. Signed-off-by: Nikhil Devshatwar --- .../recipes-tisdk/tisdk-readme/tisdk-readme.bb | 8 +--

[meta-arago] [master/thud/ti2019.03][PATCH 1/2] arago: whitelist netperf's non-commercial license

2019-09-26 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-distro/conf/distro/arago.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index beacad7..2891ff5 100644 --- a/meta-arago-distro/conf/distro

[meta-arago] [master/thud/ti2019.03][PATCH 2/2] packagegroup-arago-base-tisdk: add netperf

2019-09-26 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb| 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb b/meta-arago-distro/recipes-core

Re: [meta-arago] [PATCH] packagegroup: matrix: remove ethernet submenu

2019-09-25 Thread Jacob Stiffler
I forgot the branches in the subject. Can you apply this to master, thud, and ti2019.03? Let me know if I should resubmit. Thanks, Jake On 9/25/2019 12:36 PM, Jacob Stiffler wrote: * The ethernet submenu is the only submenu explicitly added to a packagegroup. * submenus are RDEPENDS

[meta-arago] [PATCH] packagegroup: matrix: remove ethernet submenu

2019-09-25 Thread Jacob Stiffler
* The ethernet submenu is the only submenu explicitly added to a packagegroup. * submenus are RDEPENDS on the matrix apps, so adding here is unnecessary. Signed-off-by: Jacob Stiffler --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 3 +-- 1 file changed, 1

Re: [meta-arago] [EXTERNAL] [thud/master][PATCH] ti-sci-fw: update to 2019.08

2019-09-23 Thread Jacob Stiffler
Ping. On 9/18/2019 8:32 AM, Jacob Stiffler wrote: Did the checksums for the hs-enc and hs-cert images change in this version? - Jake On 9/17/2019 7:57 PM, Denys Dmytriyenko wrote: Signed-off-by: Denys Dmytriyenko ---   .../ti-sci-fw/{ti-sci-fw_2019.07.bb => ti-sci-fw_2019.08

Re: [meta-arago] [EXTERNAL] [meta-processor-sdk 1/2] tensorflow-lite: upstreamed to meta-arago. remove.

2019-09-20 Thread Jacob Stiffler
Thank you! On 9/20/2019 10:56 AM, Hongmei Gou wrote: Signed-off-by: Hongmei Gou --- ...001-Makefile-add-label_image-example.patch | 89 --- ...odification-for-tflite-1.12-to-eigen.patch | 13 -- .../files/tensorflow-lite.pc.in | 6 -

Re: [meta-arago] [EXTERNAL] [PATCH v2 0/3] Add tensorflow-lite

2019-09-20 Thread Jacob Stiffler
Denys, Please backport these to ti2019.03. Thank you, Jake On 8/22/2019 4:31 PM, Hongmei Gou wrote: This patch set starts from the baseline recipe at https://github.com/nnsuite/meta-neural-network/tree/master/recipes-tensorflow/tensorflow-lite, The major changes are listed below: 1. Made

Re: [meta-arago] [EXTERNAL] [PATCH v2] packagegroup-arago-tisdk-addons*: add tensorflow-lite

2019-09-20 Thread Jacob Stiffler
Denys, Please backport this to ti2019.03. Thank you, Jake On 9/9/2019 12:48 PM, Hongmei Gou wrote: Signed-off-by: Hongmei Gou --- v2 change: package tensorflow-lite-examples instead of tensorflow-lite .../packagegroup-arago-tisdk-addons-sdk-target.bb | 10 +-

Re: [meta-arago] [EXTERNAL] [master/thud/ti2019.03 1/4] flatbuffers: add version 1.10.0

2019-09-20 Thread Jacob Stiffler
Denys, Please backport this set to ti2019.03. Thank you, Jake On 9/18/2019 5:52 PM, Hongmei Gou wrote: * This is back ported from meta-openembedded master/warrior branch * This version is required for building armnn with TensorFlow Lite parser Signed-off-by: Hongmei Gou ---

[meta-arago] [master/thud/ti2019.03][PATCH] meta-toolchain-arago-qte: add quotes to vars

2019-09-20 Thread Jacob Stiffler
* Add quotes around values which may contain spaces Signed-off-by: Jacob Stiffler --- .../recipes-core/meta/meta-toolchain-arago-qte.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb b

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

2019-09-18 Thread Jacob Stiffler
I get an error when configuring glow-native. Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 5.3.1 | -- The CXX compiler identification is GNU 5.3.1 | -- Check for working C compiler:

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

2019-09-18 Thread Jacob Stiffler
Denys, Please backport to ti2019.03. Thanks, Jake On 9/17/2019 7:26 PM, Djordje Senicic wrote: - 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 +++

Re: [meta-arago] [EXTERNAL] [thud/master][PATCH] ti-sci-fw: update to 2019.08

2019-09-18 Thread Jacob Stiffler
Did the checksums for the hs-enc and hs-cert images change in this version? - Jake On 9/17/2019 7:57 PM, Denys Dmytriyenko wrote: Signed-off-by: Denys Dmytriyenko --- .../ti-sci-fw/{ti-sci-fw_2019.07.bb => ti-sci-fw_2019.08.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

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

2019-09-17 Thread Jacob Stiffler
Denys, Please backport this to ti2019.03. Thanks, Jake On 9/16/2019 4:26 PM, Yuan Zhao wrote: - MobileNet v2 support Signed-off-by: Yuan Zhao --- meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2019-09-17 Thread Jacob Stiffler
Denys, Please backport this to ti2019.03. Thanks, Jake On 9/16/2019 4:25 PM, Yuan Zhao wrote: - Runtime support update for TIDL API 01.03.02 - Update OpenCL TIDL firmware to 01.01.19.01 Signed-off-by: Yuan Zhao --- meta-arago-extras/recipes-ti/ocl/ocl.inc | 4 ++--

Re: [meta-arago] [EXTERNAL] [thud/master] [PATCH] tidl-utils: bump SRCREV

2019-09-17 Thread Jacob Stiffler
Denys, Please backport this to ti2019.03. Thanks, Jake On 9/16/2019 1:25 PM, Jianzhong Xu wrote: * add support for mobilenetv2 Signed-off-by: Jianzhong Xu --- meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[meta-arago] [ti2019.03][PATCH] ti-sci-fw: upgrade to 2019.07a

2019-09-13 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../{ti-sci-fw_2019.07.bb => ti-sci-fw_2019.07a.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta-arago-distro/recipes-bsp/ti-sci-fw/{ti-sci-fw_2019.07.bb => ti-sci-fw_2019.07a.bb} (86%) diff --git a/meta-arago-

Re: [meta-arago] [master/thud][PATCH] ti-tisdk-makefile: sysfw-image: extend support

2019-09-13 Thread Jacob Stiffler
Denys, Please backport to ti2019.03. Thanks, Jake On 9/6/2019 1:32 PM, Jacob Stiffler wrote: * extend support to am65xx-hs-evm and j7-evm Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/Makefile_sysfw-image | 28 +- .../ti-tisdk-makefile/ti-tisdk

Re: [meta-arago] [EXTERNAL] [master][PATCH 25/32] opencv: require "dsp" machine feature

2019-09-12 Thread Jacob Stiffler
Is this necessary? In the 3.1 bbappend we configure with opencl only if dsp is in the MACHINE_FEATURES. That way we can still use opencv even if the dsp is not a MACHINE_FEATURE. On 9/12/2019 11:38 AM, Denys Dmytriyenko wrote: Signed-off-by: Denys Dmytriyenko ---

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

2019-09-09 Thread Jacob Stiffler
Denys,  Can you backport this to ti2019.03? Thanks,  Jake On 9/9/2019 11:21 AM, Yuan Zhao wrote: - Selected OpenCL 1.2 features - Runtime support update for TIDL API 01.03.01 - Update OpenCL TIDL firmware to 01.01.19.00 Signed-off-by: Yuan Zhao ---

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

2019-09-09 Thread Jacob Stiffler
Denys,  Can you backport this to ti2019.03? Thanks,  Jake On 9/6/2019 6:16 PM, Yuan Zhao wrote: - Bug fixes Signed-off-by: Yuan Zhao --- .../files/0001-tidl-api_l2_cache_size.patch| 41 --- .../0002-tidl-api_gcc_8.3.0_compilation.patch | 59

Re: [meta-arago] [EXTERNAL] [meta-processor-sdk] packagegroup-arago-tisdk-addons: package tensorflow-lite-examples

2019-09-09 Thread Jacob Stiffler
Upstream? On 9/9/2019 10:05 AM, Hongmei Gou wrote: Signed-off-by: Hongmei Gou --- .../packagegroup-arago-tisdk-addons.bbappend | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bbappend

Re: [meta-arago] [EXTERNAL] [thud/master][PATCH v2] rng-tools: remove duplicate initscript and wait for module load

2019-09-09 Thread Jacob Stiffler
Denys, Can you backport this to ti2019.03? Thanks, Jake On 9/4/2019 1:25 PM, Denys Dmytriyenko wrote: Since Arago still has a mix of SysVinit iniscripts and systemd unit files, it enables both of the DISTRO_FEATURES, resulting in some duplication. It appears that rngd currently has a

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

2019-09-09 Thread Jacob Stiffler
Denys, Can you backport this to ti2019.03? Thanks, Jake On 9/3/2019 11:52 AM, Djordje Senicic wrote: - 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 ---

Re: [meta-arago] [EXTERNAL] [thud/master] [PATCH] tidl-utils: bump SRCREV

2019-09-09 Thread Jacob Stiffler
Denys, Can you backport this to ti2019.03? Thanks, Jake On 9/4/2019 10:46 AM, Jianzhong Xu wrote: * bug fixes and config files update in tidl import tool Signed-off-by: Jianzhong Xu --- meta-arago-extras/recipes-ti/tidl-utils/tidl-utils.inc | 6 ++ 1 file changed, 2 insertions(+),

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

2019-09-09 Thread Jacob Stiffler
Denys, Can you backport this to ti2019.03? Thanks, Jake On 9/3/2019 11:52 AM, Djordje Senicic wrote: - 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

[meta-arago] [master/thud][PATCH] ti-tisdk-makefile: sysfw-image: extend support

2019-09-06 Thread Jacob Stiffler
* extend support to am65xx-hs-evm and j7-evm Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/Makefile_sysfw-image | 28 +- .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/meta-arago

  1   2   3   4   5   6   7   8   9   10   >