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

2019-09-04 Thread Jacob Stiffler
On 9/3/2019 5:22 PM, Jacob Stiffler wrote: I manually made these changes to an existing filesystem, rebooted a few times, and observed the service status. The service was up every time and there was no delay in the service terminating when rebooting. Tested-by: Jacob Stiffler On 9/3/2019 4:20

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

2019-09-03 Thread Jacob Stiffler
I manually made these changes to an existing filesystem, rebooted a few times, and observed the service status. The service was up every time and there was no delay in the service terminating when rebooting. Tested-by: Jacob Stiffler On 9/3/2019 4:20 PM, Denys Dmytriyenko wrote: Since Arago

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

2019-09-03 Thread Jacob Stiffler
ACK Acked-by: Jacob Stiffler 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 some cleanup for the baseline

[meta-arago] [master/thud][PATCH 1/2] arago-tiny-image: add cpio image type

2019-08-30 Thread Jacob Stiffler
* The arago-tiny-image will be used as the ramfs for the jailhouse linux-demo Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-core/images/arago-tiny-image.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-core/images/arago-tiny-image.bb b/meta

[meta-arago] [master/thud][PATCH 2/2] arago-conf: configure ramfs for jailhouse linux-demo

2019-08-30 Thread Jacob Stiffler
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/arago.conf b/meta-arago-distro/conf/distro/arago.conf index ae151a7..770683b 100644 --- a/meta-arago-distro/conf/distro/arago.conf

Re: [meta-arago] [EXTERNAL] [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 Jacob Stiffler
Did you manually add BBCLASSEXTEND to libedit? I do not see it on thud. On 8/23/2019 1:34 PM, Senicic, Djordje wrote: I could build both nativesdk-libedit and nativesdk-llvm7 There is: ./meta-openembedded/meta-oe/recipes-devtools/libedit/libedit_20180525-3.1.bb -Original Message-

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

2019-08-23 Thread Jacob Stiffler
This fails to apply, can you rebase? On 8/23/2019 9:58 AM, Djordje Senicic wrote: - demo-glow is added back to top level example-applications Signed-off-by: Djordje Senicic --- recipes-apps/demo-glow/demo-glow.bb | 16 +---

Re: [meta-arago] [EXTERNAL] [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 Jacob Stiffler
Djordje, I get an error with this. Have you tried building nativesdk-llvm8? ERROR: Nothing PROVIDES 'nativesdk-libedit' (but virtual:nativesdk:/oe/bld/sources/meta-processor-sdk/recipes-devtools/glow/llvm8_git.bb DEPENDS on or otherwise requires it). And when using "git send-email", you

Re: [meta-arago] [EXTERNAL] Re: [thud/master] [PATCH] armnn: add installation of header files

2019-08-22 Thread Jacob Stiffler
On 8/22/2019 1:43 PM, Xu, Jianzhong wrote: On 8/19/2019 3:02 PM, Denys Dmytriyenko wrote: On Mon, Aug 19, 2019 at 10:34:34AM -0400, Xu, Jianzhong wrote: -Original Message- From: Dmytriyenko, Denys Sent: Tuesday, August 13, 2019 7:13 PM To: Xu, Jianzhong Cc:

Re: [meta-arago] [EXTERNAL] [PATCH 4/7] tensorflow-lite-*: add other dependencies for tensorflow-lite 1.12

2019-08-22 Thread Jacob Stiffler
Why do we need to prefix all of these with "tensorflow-lite"? On 8/21/2019 6:58 PM, Hongmei Gou wrote: Signed-off-by: Hongmei Gou --- .../tensorflow-lite/tensorflow-lite-absl_git.bb | 16 .../tensorflow-lite-farmhash_git.bb | 14 ++

[meta-arago] [master/thud][PATCH 1/3] arago-src-ipkd: configure jailhouse sourceipk

2019-08-21 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-distro/conf/distro/include/arago-source-ipk.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc index fd60d55..6e56c77

[meta-arago] [master/thud][PATCH 3/3] ti-tisdk-makefile: add jailhouse target

2019-08-21 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/Makefile_jailhouse | 44 ++ .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 6 +++ 2 files changed, 50 insertions(+) create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk

[meta-arago] [master/thud][PATCH 2/3] packagegroup: addons: add jailhouse for all k3

2019-08-21 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb | 4 .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core

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

2019-08-08 Thread Jacob Stiffler
Can you separate the LLVM and GLOW changes into separate patches? On 8/8/2019 3:32 PM, Djordje Senicic wrote: Signed-off-by: Djordje Senicic --- ...p-compilation-of-native-helper-tools.patch | 95 +++ recipes-devtools/glow/glow_git.bb | 48 +++---

[meta-arago] [meta-processor-sdk][PATCH v2] arago-core-tisdk-image: migrate to "bundle" naming

2019-08-02 Thread Jacob Stiffler
* Following meta-arago, migrate SDK to "bundle" moniker instead of "image". Signed-off-by: Jacob Stiffler --- v2: Also change "ARAGO_TISDK_IMAGE" string conf/distro/include/branding-processor-sdk.inc | 2 +- ...dk-image-sw-manifest.inc

[meta-arago] [meta-processor-sdk][PATCH] arago-core-tisdk-image: migrate to "bundle" naming

2019-08-02 Thread Jacob Stiffler
* Following meta-arago, migrate SDK to "bundle" moniker instead of "image". Signed-off-by: Jacob Stiffler --- ...dk-image-sw-manifest.inc => arago-core-tisdk-bundle-sw-manifest.inc} | 0 ...arago-core-tisdk-image.bbappend => arago-core-tisdk-bundle.bbappend}

[meta-arago] [master/thud][PATCH v2] packagegroup-arago-console: add avahi-utils

2019-08-01 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- v2 changes: * add avahi-utils to console packagegroup instead of base packagegroup. .../recipes-core/packagegroups/packagegroup-arago-console.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups

Re: [meta-arago] [master/thud][PATCH] packagegroup-arago-base: add avahi-utils along with zeroconf

2019-08-01 Thread Jacob Stiffler
On 8/1/2019 11:40 AM, Denys Dmytriyenko wrote: Not sure adding to the base is a good idea here... Makes sense. Do you have any suggestions? Maybe console, connectivity, or addons? On Thu, Aug 01, 2019 at 09:24:28AM -0400, Jacob Stiffler wrote: Signed-off-by: Jacob Stiffler

[meta-arago] [master/thud][PATCH] packagegroup-arago-base: add avahi-utils along with zeroconf

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

[meta-arago] [master/thud][PATCH] packagegroup-arago-base: enable zeroconf packages

2019-07-30 Thread Jacob Stiffler
* The zerconf packages will be added if "zeroconf" is in the DISTRO_FEATURES 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/pa

[meta-arago] [master/thud][PATCH v2] ti-tisdk-makefile: add ti-ipc target

2019-07-24 Thread Jacob Stiffler
* The ti-ipc target will build the IPC libraries and examples for the Linux OS. * The TI RTOS SDK provides the sources and it is required to set TI_PRSDK_PATH to the RTOS SDK installation path in the Rules.make in order to enable building the ti-ipc target. Signed-off-by: Jacob Stiffler

Re: [meta-arago] [master/thud][PATCH] ti-tisdk-makefile: add ti-ipc target

2019-07-24 Thread Jacob Stiffler
I'll need to send a v2. "EXEC_DIR" is used by this target and it will need to be added to the Rules.make. - Jake On 7/24/2019 9:54 AM, Jacob Stiffler wrote: * The ti-ipc target will build the IPC libraries and examples for the Linux OS. * The TI RTOS SDK provides t

[meta-arago] [master/thud][PATCH] ti-tisdk-makefile: add ti-ipc target

2019-07-24 Thread Jacob Stiffler
* The ti-ipc target will build the IPC libraries and examples for the Linux OS. * The TI RTOS SDK provides the sources and it is required to set TI_PRSDK_PATH to the RTOS SDK installation path in the Rules.make in order to enable building the ti-ipc target. Signed-off-by: Jacob Stiffler

[meta-arago] [master/thud][PATCH] ti-tisdk-makefile: pru-icss: fix installation for am437x-evm

2019-07-23 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_pru-icss | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_pru-icss b/meta-arago-distro/recipes

[meta-arago] [master/thud][PATCH] ti-tisdk-makefile: unify ti-sgx-ddk-km target

2019-07-22 Thread Jacob Stiffler
* Now that ti-sgx-ddk-km has been unified, unify the ti-tisdk-makefile target. Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/Makefile_ti-sgx-ddk-km | 6 +++--- .../ti-tisdk-makefile/Makefile_ti-sgx-ddk-km-k3| 25 -- .../ti-tisdk-makefile/ti-tisdk

[meta-arago] [master/thud][PATCH] ti-tisdk-makefile: Makefiles: ensure find returns a directory

2019-07-18 Thread Jacob Stiffler
* Make sure that the path that find returns is a directory for us to cd into, and while were at it, make sure that it is at the correct depth. Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/Makefile_am-sysinfo | 8 .../ti-tisdk-makefile/Makefile_arm

[meta-arago] [meta-processor-sdk][PATCH] recipes: replace old sgx machine feature with gpu

2019-07-17 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- conf/distro/include/branding-processor-sdk.inc| 2 +- recipes-core/images/arago-core-tisdk-image.bbappend | 2 +- recipes-core/matrix/matrix-gui-browser_2.0.bbappend | 6 +++--- .../packagegroup-arago-qte-toolchain

[meta-arago] [master/thud][PATCH] ti-sci-fw: update am65xx-hs checksums for 2019.06a

2019-07-17 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2019.06a.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2019.06a.bb b/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci

[meta-arago] [master/thud][PATCH v2 1/2] kaldi: add the kaldi speech recognition toolkit

2019-07-16 Thread Jacob Stiffler
From: Yimin Zhang Signed-off-by: Jacob Stiffler --- v2 changes: * Use KALDI_CONF instead of EXTRA_OECONF to avaoid confusion as this is a handwritten configure script without the standard options. .../recipes-support/kaldi/kaldi_git.bb | 47 ++ 1 file changed

[meta-arago] [master/thud][PATCH 2/3] ti-fftw: add ti-fftw v3.1.0.0

2019-07-16 Thread Jacob Stiffler
From: Yimin Zhang * TI implementation of FFTW APIs which support offloading to from ARM to DSP via OpenCL. Signed-off-by: Jacob Stiffler --- .../recipes-ti/fftlib/ti-fftw-examples_git.bb | 25 + meta-arago-extras/recipes-ti/fftlib/ti-fftw_git.bb | 59

[meta-arago] [master/thud][PATCH 3/3] packagegroup: opencl: add ti-fftw for k2hk and dra7xx families

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

[meta-arago] [master/thud][PATCH 1/3] fftlib: add fftlib v3.1.0.0

2019-07-16 Thread Jacob Stiffler
From: Yimin Zhang * Optimized FFT libraries for TI C66x devices Signed-off-by: Jacob Stiffler --- meta-arago-extras/recipes-ti/fftlib/fftlib.inc | 17 meta-arago-extras/recipes-ti/fftlib/fftlib_git.bb | 99 ++ .../recipes-ti/includes/arago-paths.inc

Re: [meta-arago] [master/thud][PATCH 1/2] kaldi: add the kaldi speech recognition toolkit

2019-07-16 Thread Jacob Stiffler
On 7/15/2019 4:05 PM, Denys Dmytriyenko wrote: On Mon, Jul 15, 2019 at 03:53:13PM -0400, Jacob Stiffler wrote: On 7/15/2019 3:44 PM, Denys Dmytriyenko wrote: On Mon, Jul 15, 2019 at 02:59:36PM -0400, Jacob Stiffler wrote: From: Yimin Zhang Signed-off-by: Jacob Stiffler --- .../recipes

Re: [meta-arago] [master/thud][PATCH 1/2] kaldi: add the kaldi speech recognition toolkit

2019-07-15 Thread Jacob Stiffler
On 7/15/2019 3:44 PM, Denys Dmytriyenko wrote: On Mon, Jul 15, 2019 at 02:59:36PM -0400, Jacob Stiffler wrote: From: Yimin Zhang Signed-off-by: Jacob Stiffler --- .../recipes-support/kaldi/kaldi_git.bb | 47 ++ 1 file changed, 47 insertions(+) create

[meta-arago] [master/thud][PATCH 1/2] kaldi: add the kaldi speech recognition toolkit

2019-07-15 Thread Jacob Stiffler
From: Yimin Zhang Signed-off-by: Jacob Stiffler --- .../recipes-support/kaldi/kaldi_git.bb | 47 ++ 1 file changed, 47 insertions(+) create mode 100644 meta-arago-extras/recipes-support/kaldi/kaldi_git.bb diff --git a/meta-arago-extras/recipes-support/kaldi

[meta-arago] [master/thud][PATCH 2/2] packagegroup: opencl: add kaldi for dra7xx

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

[meta-arago] [master/thud][PATCH 1/2] mstpd: add Multiple Spanning Tree Protocol Daemon v0.0.7

2019-07-15 Thread Jacob Stiffler
* Patch to workaraound -Werror=stringop-truncation in GCC 8 Signed-off-by: Jacob Stiffler --- .../0001-gcc8-strncpy-werror-workaround.patch | 83 ++ .../recipes-support/mstpctl/mstpd_git.bb | 20 ++ 2 files changed, 103 insertions(+) create mode 100644

[meta-arago] [master/thud][PATCH 2/2] packagegroup-arago-test: add mstpd

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

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

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

[meta-arago] [master/thud][PATCH] opencl, tidl: extend compatibility to dra7xx SOC family

2019-07-11 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb | 2 +- meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb | 2 +- meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git

[meta-arago] [master/thud/ti2019.01][PATH] ti-tisdk-makefile: correct internal toolchain path

2019-07-05 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/ti-tisdk-makefile/Rules.make| 2 +- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 11 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk

Re: [meta-arago] [master/thud][PATCH] ti-sdk-makefile: add sysroot option to CC

2019-07-03 Thread Jacob Stiffler
On 7/3/2019 3:41 PM, Denys Dmytriyenko wrote: On Wed, Jul 03, 2019 at 01:46:37PM -0400, Jacob Stiffler wrote: * When using the OE toolchain in the devkit, the sysroot option is required, so add this to the default CC in Rules.make * Also, this does not have any negative impact when

[meta-arago] [master/thud][PATCH] ti-tisdk-setup: bump SRCREV for fix

2019-07-03 Thread Jacob Stiffler
* setup-targetfs-nfs: allow user to select rootfs 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/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta

[meta-arago] [tisdk-setup-scripts][PATCH] setup-targetfs-nfs: allow user to select rootfs

2019-07-03 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- setup-targetfs-nfs.sh | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/setup-targetfs-nfs.sh b/setup-targetfs-nfs.sh index 4531a6c..60817ca 100644 --- a/setup-targetfs-nfs.sh +++ b/setup-targetfs-nfs.sh @@ -56,11

[meta-arago] [master/thud][PATCH] ti-sdk-makefile: add sysroot option to CC

2019-07-03 Thread Jacob Stiffler
31702588e02cdcf466b2b6f153ce9604e3cd105a Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_am-sysinfo | 2 +- .../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_arm-benchmarks | 2 +- .../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_oprofile-example

[meta-arago] [master/thud][PATCH] ti-tisdk-makefile: sysfw-image: update target to match filename and recipe

2019-07-02 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image| 6 +++--- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb| 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk

[meta-arago] [ti2019.01][PATCH] HACK: ti-tisdk-makefile: omapconf: disable static linking

2019-06-27 Thread Jacob Stiffler
* The necesary static libraries are missing from the devkit, so disable static linking for now. Signed-off-by: Jacob Stiffler --- This is a workaround for a problem with the devkit, so can we only take this on the ti2019.01 branch so that we do not forget to revert it in the future? Thanks

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

2019-06-27 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/25/2019 12:48 PM, Djordje Senicic wrote: Signed-off-by: Djordje Senicic --- .../0004-generate-versioned-library.patch | 52 +++ ...005-add-armnn-mobilenet-test-example.patch | 17 +++---

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

2019-06-27 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/25/2019 12:48 PM, Djordje Senicic wrote: - License checksum changed due to modified years, from: 2017-2018 to 2017-2019 - License text is unchanged otherwise Signed-off-by: Djordje Senicic ---

Re: [meta-arago] [EXTERNAL] [thud/ti2019.01][PATCH v2] ocl: fix g++8.3 opencl-examples undefined behavior

2019-06-25 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/24/2019 9:29 PM, Yuan Zhao wrote: Signed-off-by: Yuan Zhao --- ...g-8.3.0-OpenCL-example-undefined-behavior.patch | 68 ++ .../recipes-ti/ocl/opencl-examples_git.bb | 12 ++-- 2 files

Re: [meta-arago] [master/thud/ti2019.01][PATCH] ti-tisdk-setup: bump SRCREV for create-sdcard update

2019-06-25 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/24/2019 12:30 PM, Jacob Stiffler wrote: * sort rootfs images by decreasing size Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 2 +- 1 file changed, 1 insertion

[meta-arago] [master/thud/ti2019.01][PATCH] ti-tisdk-setup: bump SRCREV for create-sdcard update

2019-06-24 Thread Jacob Stiffler
* sort rootfs images by decreasing size Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta-arago-distro

Re: [meta-arago] [EXTERNAL] [thud/ti2019.01][PATCH] arago.conf: add xkbcommon-evdev back to qtbase PACKAGECONFIG

2019-06-24 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/20/2019 3:42 PM, Eric Ruei wrote: xkbcommon-evdev is required for keyboard input Signed-off-by: Eric Ruei --- meta-arago-distro/conf/distro/arago.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [meta-arago] [EXTERNAL] [thud/ti2019.01][PATCH] tidl-api: fix g++ 8.3.0 compilation error

2019-06-24 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/20/2019 2:22 PM, Yuan Zhao wrote: Signed-off-by: Yuan Zhao --- .../0002-tidl-api_gcc_8.3.0_compilation.patch | 52 ++ meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 3 +-

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

2019-06-21 Thread Jacob Stiffler
On 6/20/2019 2:38 AM, Djordje Senicic wrote: - 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 +++

[meta-arago] [tisdk-setup-scripts][PATCH] create-sdcard: sort rootfs options by size

2019-06-21 Thread Jacob Stiffler
* List the largest rootfs first based on the assumption that contains the most out-of-box experience. Signed-off-by: Jacob Stiffler --- create-sdcard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-sdcard.sh b/create-sdcard.sh index 39d8af1..5c02a12 100644

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

2019-06-21 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/19/2019 2:11 PM, Djordje Senicic wrote: 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

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

2019-06-21 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/19/2019 2:11 PM, Djordje Senicic wrote: 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

Re: [meta-arago] [EXTERNAL] [thud/ti2019.01][PATCH] ocl: Fix dsp l2 cache size update issue

2019-06-21 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/19/2019 9:56 AM, Yuan Zhao wrote: - Required for TIDL DSP execution Signed-off-by: Yuan Zhao --- .../ocl/files/0002-OpenCL_l2_cache_size.patch | 49 ++

Re: [meta-arago] [EXTERNAL] [thud/ti2019.01][PATCH] tidl-api: fix l2 scratch size for TIDL execution

2019-06-21 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/19/2019 11:43 AM, Yuan Zhao wrote: - Required for DSP only execution of jdetnet_voc network Signed-off-by: Yuan Zhao --- .../files/0001-tidl-api_l2_cache_size.patch| 41 ++

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

2019-06-21 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/19/2019 2:07 PM, Djordje Senicic wrote: Signed-off-by: Djordje Senicic --- .../packagegroups/packagegroup-arago-tisdk-opencl.bb| 1 + meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb | 2

Re: [meta-arago] [EXTERNAL] [thud/ti2019.01][PATCH] matrix-gui-apps-git:bump SRCREV to run video analytic demo over Weston

2019-06-21 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/19/2019 9:13 AM, Eric Ruei wrote: Restore the video analytic demo to be run on top of Weston instead of qt-compositor because the display problem has been fixed at Weston 5.0 Signed-off-by: Eric Ruei ---

Re: [meta-arago] [master/thud/ti2019.01][PATCH] tisdk-server-rootfs-image: remove ubi/ubifs freom IMAGE_FSTYPES

2019-06-20 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01? Thank you, Jake On 6/18/2019 8:12 AM, Jacob Stiffler wrote: * The tisdk-server-rootfs-image size has exceeded HW limitations so remove ubi/ubifs from IMAGE_FSTYPES. * Remove the tisdk-server-extra-rootfs-image as this was the original

[meta-arago] [meta-processor-sdk][PATCH 2/4] net-snmp: use bb.utils.contains() instead of base_contains()

2019-06-18 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-protocols/net-snmp/net-snmp_5.7.3.bb b/recipes-protocols/net-snmp/net-snmp_5.7.3.bb index 849ae07..0a41b6d 100644 --- a/recipes-protocols

[meta-arago] [meta-processor-sdk][PATCH 3/4] net-snmp: use openssl 1.0

2019-06-18 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-protocols/net-snmp/net-snmp_5.7.3.bb b/recipes-protocols/net-snmp/net-snmp_5.7.3.bb index 0a41b6d..d9d1740 100644 --- a/recipes-protocols

[meta-arago] [meta-processor-sdk][PATCH 4/4] processor-sdk: choose net-snmp 5.7.3

2019-06-18 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- conf/distro/include/branding-processor-sdk.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/branding-processor-sdk.inc b/conf/distro/include/branding-processor-sdk.inc index 69d1c39..72635bf 100644 --- a/conf/distro/include

Re: [meta-arago] [master/thud/ti2019.01][PATCH] matrix-gui-crypto-demos: configure to use openssl 1.0

2019-06-18 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01. Thank you, Jake On 6/17/2019 1:21 PM, Jacob Stiffler wrote: The openssl_perf.sh script requires HW offloading, so use openssl 1.0 which supports it. Signed-off-by: Jacob Stiffler --- .../recipes-core/matrix/matrix-gui-crypto-demos_2.0

Re: [meta-arago] [master/thud/ti2019.01][PATCH] Revert "packagegroups: disable armnn for now due to gcc8 breakage"

2019-06-18 Thread Jacob Stiffler
Denys, Can you please back-port this to ti2019.01. Thank you, Jake On 6/17/2019 8:36 AM, Jacob Stiffler wrote: This reverts commit dbc7318ccfef2fa2fd606a51b84965e32b4a2442. The armnn build issues have been resolved. Signed-off-by: Jacob Stiffler --- .../packagegroups/packagegroup-arago

Re: [meta-arago] [EXTERNAL] [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively

2019-06-18 Thread Jacob Stiffler
Ping. On 6/12/2019 7:30 AM, Jacob Stiffler wrote: Denys, Can you please backport this to the ti2019.01 branch? Thank you, Jake On 6/7/2019 10:05 AM, Eric Ruei wrote: Matrix-gui browser demos depend on qtwebengine which has been disabled for now Signed-off-by: Eric Ruei

Re: [meta-arago] [EXTERNAL] [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode

2019-06-18 Thread Jacob Stiffler
Ping. On 6/12/2019 7:30 AM, Jacob Stiffler wrote: Denys, Can you please backport this to the ti2019.01 branch? Thank you, Jake On 6/7/2019 10:05 AM, Eric Ruei wrote: Restore deform to full-screen mode because the display problem has been fixed at Weston 5.0 Signed-off-by: Eric Ruei

[meta-arago] [master/thud/ti2019.01][PATCH] tisdk-server-rootfs-image: remove ubi/ubifs freom IMAGE_FSTYPES

2019-06-18 Thread Jacob Stiffler
* The tisdk-server-rootfs-image size has exceeded HW limitations so remove ubi/ubifs from IMAGE_FSTYPES. * Remove the tisdk-server-extra-rootfs-image as this was the original intent of that image. Signed-off-by: Jacob Stiffler --- .../recipes-core/images/arago-core-tisdk-image.inc

[meta-arago] [master/thud/ti2019.01][PATCH] matrix-gui-crypto-demos: configure to use openssl 1.0

2019-06-17 Thread Jacob Stiffler
The openssl_perf.sh script requires HW offloading, so use openssl 1.0 which supports it. Signed-off-by: Jacob Stiffler --- .../recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes

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

2019-06-17 Thread Jacob Stiffler
Denys, Can you please backport this to ti2019.01? Thank you, Jake On 6/14/2019 9:10 AM, Djordje Senicic wrote: Signed-off-by: Djordje Senicic --- .../recipes-support/armnn/armnn-caffe_git.bb | 10 +++ .../recipes-support/armnn/armnn-onnx_git.bb | 10 +++

[meta-arago] [master/thud/ti2019.01][PATCH] Revert "packagegroups: disable armnn for now due to gcc8 breakage"

2019-06-17 Thread Jacob Stiffler
This reverts commit dbc7318ccfef2fa2fd606a51b84965e32b4a2442. The armnn build issues have been resolved. Signed-off-by: Jacob Stiffler --- .../packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb | 3 +-- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 3

Re: [meta-arago] [EXTERNAL] [thud/master/ti2019.01] [PATCH] pdm-anomaly-detection: bump SRCREV

2019-06-14 Thread Jacob Stiffler
Denys, Can you backport this to ti2019.01? Thank you, Jake On 6/13/2019 5:16 PM, Hongmei Gou wrote: * Improve on the console logging to avoid largely slowing down the Qt GUI display Signed-off-by: Hongmei Gou --- .../pdm-anomaly-detection/pdm-anomaly-detection_git.bb| 4 ++--

Re: [meta-arago] [master/thud/ti2019.01][PATCH] point-cloud-viewer: remove glfw from RDEPENDS

2019-06-14 Thread Jacob Stiffler
Denys, Can you backport this to ti2019.01? Thank you, Jake On 6/14/2019 9:39 AM, Jacob Stiffler wrote: The glfw package does not exist as the glfw recipe only provides a static library and headers. And because it is a static library that is provided, there is no run-time dependency

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

2019-06-14 Thread Jacob Stiffler
Denys, Can you backport this to ti2019.01? Thank you, Jake On 6/14/2019 11:11 AM, Jianzhong Xu wrote: * Pick up tidl related developments for 6.0 * Remove tidl-import patch with source fix to disable static linking * Consolidate "PV" and "PR" to tidl-utils.inc Signed-off-by: Jianzhong Xu

Re: [meta-arago] [EXTERNAL] [thud/master][PATCH] point-cloud-viewer: add RDEPENDS on libxkbcommon

2019-06-14 Thread Jacob Stiffler
Denys, Can you backport this to ti2019.01? Thank you, Jake On 6/12/2019 1:30 PM, Denys Dmytriyenko wrote: Fixes following QA error: ERROR: point-cloud-viewer-2.1-r1 do_package_qa: QA Issue: /usr/bin/point_cloud_viewer contained in package point-cloud-viewer requires libxkbcommon.so.0,

[meta-arago] [master/thud/ti2019.01][PATCH] point-cloud-viewer: remove glfw from RDEPENDS

2019-06-14 Thread Jacob Stiffler
The glfw package does not exist as the glfw recipe only provides a static library and headers. And because it is a static library that is provided, there is no run-time dependency. Signed-off-by: Jacob Stiffler --- .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 4

Re: [meta-arago] [EXTERNAL] [master/thud/ti2019.01] [PATCH] pdm-anomaly-detection: bump SRCREV

2019-06-12 Thread Jacob Stiffler
Denys, Can you please backport this to the ti2019.01 branch? Thank you, Jake On 6/11/2019 5:59 PM, Hongmei Gou wrote: * Remove the hardcoding on using a single LSTM layer * Add console printfs for anomaly detection status and results Signed-off-by: Hongmei Gou ---

Re: [meta-arago] [EXTERNAL] [PATCH] tidl-api: Fix tidl-viewer x86_64 build CXXFLAGS

2019-06-12 Thread Jacob Stiffler
Denys, Can you please backport this to the ti2019.01 branch? Thank you, Jake On 6/11/2019 3:30 PM, Yuan Zhao wrote: Signed-off-by: Yuan Zhao --- meta-arago-extras/recipes-ti/tidl-api/tidl-viewer_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

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

2019-06-12 Thread Jacob Stiffler
Denys, Can you please backport this to the ti2019.01 branch? Thank you, Jake On 6/11/2019 2:09 PM, Djordje Senicic wrote: Signed-off-by: Djordje Senicic --- .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [meta-arago] [EXTERNAL] [thud/master][PATCH] meta-toolchain-arago: pass --sysroot= option to C, CXX, CPP, LD in environment setup

2019-06-12 Thread Jacob Stiffler
Denys, Can you please backport this to the ti2019.01 branch? Thank you, Jake On 6/11/2019 2:45 PM, Denys Dmytriyenko wrote: OE-built toolchain requires passing --sysroot= option to compiler/linker. Since we always used prebuilt Linaro/Arm toolchain in the past, we never needed this. Sync

Re: [meta-arago] [EXTERNAL] [PATCH 1/2] packagegroup-arago-tisdk-matrix: remove matrix-gui browser demo tentatively

2019-06-12 Thread Jacob Stiffler
Denys, Can you please backport this to the ti2019.01 branch? Thank you, Jake On 6/7/2019 10:05 AM, Eric Ruei wrote: Matrix-gui browser demos depend on qtwebengine which has been disabled for now Signed-off-by: Eric Ruei --- .../packagegroups/packagegroup-arago-tisdk-matrix.bb | 8

Re: [meta-arago] [EXTERNAL] [PATCH 2/2] matrix-gui-apps-git:bump SRCREV to put deform back to full-screen mode

2019-06-12 Thread Jacob Stiffler
Denys, Can you please backport this to the ti2019.01 branch? Thank you, Jake On 6/7/2019 10:05 AM, Eric Ruei wrote: Restore deform to full-screen mode because the display problem has been fixed at Weston 5.0 Signed-off-by: Eric Ruei ---

[meta-arago] [thud/master][PATCH 1/2] point-cloud-viewer: skip file-rdeps check

2019-06-11 Thread Jacob Stiffler
* point-cloud-viewer is a pre-built binary, so skip file-rdeps. * Drop RDEPENDS on libstdc++ as it was not sufficient. Signed-off-by: Jacob Stiffler --- .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[meta-arago] [thud/master][PATCH 2/2] tidl-utils: skip file-rdeps check

2019-06-11 Thread Jacob Stiffler
* tidl-utils provides pre-built binaries, so skip file-rdeps. Signed-off-by: Jacob Stiffler --- 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-extras

Re: [meta-arago] [EXTERNAL] [PATCH 1/2] point-cloud-viewer: fix QA error regarding rdeps on libstdc++

2019-06-10 Thread Jacob Stiffler
Even with this patch, I am still seeing the file-rdeps issue. Could this be caused by point-cloud-viewer being a pre-built binary? point-cloud-viewer-2.0: /usr/bin/point_cloud_viewer contained in package point-cloud-viewer requires libstdc++.so.6(GLIBCXX_3.4.21), but no providers found in

[meta-arago] [thud/master][PATCH v2] tidl-import: disable static linking

2019-06-06 Thread Jacob Stiffler
* Disable static linking to fix run-time against protobuf 3.6.1 Signed-off-by: Jacob Stiffler --- v2 changes: drop FILESEXTRAPATHS .../tidl-utils/tidl-import/disable_static.patch | 16 .../recipes-ti/tidl-utils/tidl-import_git.bb | 4 +++- 2 files changed

Re: [meta-arago] [thud/master][PATCH] tidl-import: disable static linking

2019-06-06 Thread Jacob Stiffler
On 6/6/2019 12:01 PM, Jacob Stiffler wrote: * Disable static linking to fix run-time against protobuf 3.6.1 Signed-off-by: Jacob Stiffler --- .../tidl-utils/tidl-import/disable_static.patch | 16 .../recipes-ti/tidl-utils/tidl-import_git.bb | 5

[meta-arago] [thud/master][PATCH] tidl-import: disable static linking

2019-06-06 Thread Jacob Stiffler
* Disable static linking to fix run-time against protobuf 3.6.1 Signed-off-by: Jacob Stiffler --- .../tidl-utils/tidl-import/disable_static.patch | 16 .../recipes-ti/tidl-utils/tidl-import_git.bb | 5 - 2 files changed, 20 insertions(+), 1 deletion

Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][PATCH] packagegroup-arago-tisdk-addons: add watchdog for k3

2019-06-05 Thread Jacob Stiffler
Will you be upstreaming this? On 6/5/2019 5:26 PM, Eric Ruei wrote: Signed-off-by: Eric Ruei --- .../packagegroups/packagegroup-arago-tisdk-addons.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [meta-arago] [EXTERNAL] [matrix-gui-v2-apps] [PATCH v4] Add analytics_submenu and analytics_pdm_anomaly_detection demo

2019-05-30 Thread Jacob Stiffler
ACK Thank you! On 5/29/2019 5:19 PM, Hongmei Gou wrote: * A new icon image "analytics-icon.png" is also added Signed-off-by: Hongmei Gou --- v4 changes: * Rename generic name of /tmp/myfifo to /tmp/pdmfifo * Add more explanations on use of /tmp/pdmfifo

Re: [meta-arago] [EXTERNAL] [matrix-gui-v2-apps] [PATCH v2] Add analytics_submenu and analytics_pdm_anomaly_detection demo

2019-05-29 Thread Jacob Stiffler
Hongmei, On 5/28/2019 5:22 PM, Hongmei Gou wrote: * A new icon image "analytics-icon.png" is also added Signed-off-by: Hongmei Gou --- v2 changes: * Edits for the description page * Modify scripts so that the Matrix GUI can be restarted after exiting the demo

[meta-arago] [master/thud][PATCH] ti-tisdk-makefile: add UBOOT_MACHINE_R5 for am65xx-hs

2019-05-20 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk

[meta-arago] [master/thud][PATCH] iproute2: rework patches for v4.19.0

2019-05-20 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../0001-add-support-for-prp-similar-to-hsr.patch | 119 +++--- ...-prp-remove-the-debug-print-from-the-code.patch | 33 -- ...oduce-common-definitions-for-netlink-int.patch} | 371 +--- .../iproute2/0002-prp-invalid-maxattr.patch| 31

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

2019-05-10 Thread Jacob Stiffler
Thank you. I have pushed this patch. - Jake On 5/10/2019 9:08 AM, Djordje Senicic wrote: Signed-off-by: Djordje Senicic --- ImageProcessingSettingsDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ImageProcessingSettingsDialog.cpp b/ImageProcessingSettingsDialog.cpp index

[meta-arago] [master/thud][PATCH] qt-opencv-opencl-opengl-multithreaded: bump SRCREV for build fix

2019-05-10 Thread Jacob Stiffler
* migrate to QT 5.11 Signed-off-by: Jacob Stiffler --- .../video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb

Re: [meta-arago] [EXTERNAL] [thud/master][PATCH v2 8/9] kernel-fitimage, arago.conf: introduce FITIMAGE_PACK_TEE

2019-05-10 Thread Jacob Stiffler
Denys, We have been excluding optee by unsetting OPTEEMACHINE and OPTEEFLAVOR. Now with this change, will we instead need to set FITIMAGE_PACK_TEE = "0" for these machines? Thank you, Jake On 5/9/2019 2:27 AM, Denys Dmytriyenko wrote: Instead of relying on OPTEEMACHINE and OPTEEFLAVOR,

[meta-arago] [thud/master][PATCH] Revert "HACK: FIXME: arago-core-tisdk-image: disable "sdk-host" packagegroups"

2019-05-06 Thread Jacob Stiffler
This reverts commit 2680dc31f2125f7bbab55d4839721cbad8eb0ef4. Signed-off-by: Jacob Stiffler --- .../recipes-core/images/arago-core-tisdk-image.inc | 23 +++--- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk

<    1   2   3   4   5   6   7   8   9   10   >