[meta-arago] [rocko/master][PATCH] ti-tisdk-setup: bump SRCREV to latest

2018-09-17 Thread Jacob Stiffler
* setup: add support for Ubuntu 18.04 * create-sdcard: fix boot image error messages * setup-uboot-env-am335x: run init_console while booting Signed-off-by: Jacob Stiffler --- meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 4 ++-- 1 file changed, 2 insertions(+), 2

[meta-arago] [tisdk-setup-scripts][PATCH] create-sdcard: fix boot image error messages

2018-09-17 Thread Jacob Stiffler
Instead of printing an error if a certain boot image is not found, determine which set of boot images are to be used (MLO or tiboot3.bin and tispl.bin), and only print an error if an incomplete set is found. While this is not perfect, it allows for a common script that can be used independent of

[meta-arago] [tisdk-setup-scripts][PATCH] setup: add support for Ubuntu 18.04

2018-09-17 Thread Jacob Stiffler
* Add support for Ubuntu 18.04 LTS (Bionix Beaver) Signed-off-by: Jacob Stiffler --- setup-host-check.sh | 4 ++-- setup-package-install.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup-host-check.sh b/setup-host-check.sh index f1d63d0..45b4c71 100644 ---

[meta-arago] [PATCH] packagegroup-arago-base-tisdk: add iperf3

2018-09-17 Thread Jacob Stiffler
* Add iperf3 in addition to iperf as each have benefits Signed-off-by: Jacob Stiffler --- .../recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb

[meta-arago] [PATCH] weston-init: add warning messages for requirement of input devices

2018-09-17 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-graphics/wayland/weston-init.bbappend | 2 +- .../recipes-graphics/wayland/weston-init/runWeston| 11 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git

[meta-arago] [PATCH] packagegroup-arago-tidsk-hmi-sdk-host: add evse demo source for k3 devices

2018-09-17 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb

Re: [meta-arago] [EXTERNAL] Re: [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices

2018-09-17 Thread Jacob Stiffler
Denys, Can you please backport the "revert" to ti2018.03? Thank you, Jake On 9/12/2018 3:48 PM, Denys Dmytriyenko wrote: This package is allarch - you cannot do machine overrides. BTW, your previous change for qtwebkit patching is also incorrect - I'll revert it. On Wed, Sep 12, 2018 at

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

2018-09-17 Thread Jacob Stiffler
Denys, Can you please backport this to ti2018.03? Thank you, Jake On 9/12/2018 4:16 PM, Yuan Zhao wrote: 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: fix patch version in recipe

2018-09-17 Thread Jacob Stiffler
Denys, Can you please backport this to ti2018.03? Thank you, Jake On 9/13/2018 8:04 PM, Yuan Zhao wrote: Signed-off-by: Yuan Zhao --- meta-arago-extras/recipes-ti/ocl/ocl.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

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

2018-09-17 Thread Jacob Stiffler
Denys, Can you please backport this set to ti2018.03? Thank you, Jake On 9/13/2018 1:56 PM, Jacob Stiffler wrote: Add ARMNN and required dependencies. Qin Su (5): stb: C/C++ libraries used to build armnn test examples. arm-compute-library: Machine Learning library for ARM.

Re: [meta-arago] [EXTERNAL] Re: [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices

2018-09-17 Thread Ruei, Eric
Hi, Jake and Denys: There are also new patches on top of the “revert” patch. Best regards, Eric From: Stiffler, Jacob Sent: Monday, September 17, 2018 9:49 AM To: Dmytriyenko, Denys; Ruei, Eric Cc: meta-arago@arago-project.org Subject: Re: [EXTERNAL] Re: [meta-arago] [PATCH]

[meta-arago] [tisdk-setup-scripts][PATCH] setup-uboot-env-am335x: run init_console while booting

2018-09-17 Thread Jacob Stiffler
* Running the init_console routine is needed as all am335x boards do not use the same console. Signed-off-by: Jacob Stiffler --- setup-uboot-env-am335x.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup-uboot-env-am335x.sh b/setup-uboot-env-am335x.sh index

Re: [meta-arago] [EXTERNAL] [PATCH] packagegroup-arago-tidsk-hmi-sdk-host: add evse demo source for k3 devices

2018-09-17 Thread Jacob Stiffler
Please also add the ti-tisdk-makefile fragment and verify that it works correctly. - Jake On 9/17/2018 8:30 AM, Eric Ruei wrote: Signed-off-by: Eric Ruei --- .../packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

[meta-arago] [meta-processor-sdk][PATCH] ti-tisdk-makefile: add evse-hmi for k3 devices

2018-09-17 Thread Eric Ruei
Signed-off-by: Eric Ruei --- recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bbappend b/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bbappend

Re: [meta-arago] [EXTERNAL] [PATCH] packagegroup-arago-tidsk-hmi-sdk-host: add evse demo source for k3 devices

2018-09-17 Thread Ruei, Eric
Yes, I am just looking into that. Best regards, Eric -Original Message- From: Stiffler, Jacob Sent: Monday, September 17, 2018 8:32 AM To: Ruei, Eric; meta-arago@arago-project.org Subject: Re: [EXTERNAL] [meta-arago] [PATCH] packagegroup-arago-tidsk-hmi-sdk-host: add evse demo source

Re: [meta-arago] [EXTERNAL] [PATCH] packagegroup-arago-tidsk-hmi-sdk-host: add evse demo source for k3 devices

2018-09-17 Thread Ruei, Eric
Hi, Jake: I have submitted the meta-processor-sdk patch. Do we plan to upstream those makefile changes of multiple new demos? Best regards, Eric -Original Message- From: Stiffler, Jacob Sent: Monday, September 17, 2018 8:32 AM To: Ruei, Eric; meta-arago@arago-project.org Subject: