Re: [meta-arago] [PATCH] openmpacc: update to version 01.05.06.00

2019-12-11 Thread Denys Dmytriyenko
Thank you for the patch! On Tue, Dec 10, 2019 at 04:07:30PM -0600, Gaurav Mitra 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

[meta-arago] [PATCH v1] ltp-ddt: Update to latest

2019-12-11 Thread yan-liu
From: Yan Liu Signed-off-by: Yan Liu --- .../recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20190305.bb

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

2019-12-11 Thread Denys Dmytriyenko
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 a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb

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