[meta-arago] [master][PATCH 4/6] HACK: libdrm: disable local test patch, as it requires rebasing

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend b/meta-arago-distro/recipes-graphics/drm/libdrm_%.bbappend index

[meta-arago] [master][PATCH 5/6] HACK: qtbase: mangle local eglfs_kms patch to apply on 5.13

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- ...ins-platforms-eglfs_kms-fix-compiler-erro.patch | 28 -- meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend | 3 ++- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git

[meta-arago] [master][PATCH 6/6] HACK: recipes: skip wl18xx and crypto examples due to OpenSSL 1.0 deprecation

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/include/arago-prefs.inc | 6 +++--- ...packagegroup-arago-tisdk-connectivity-sdk-target.bb | 4 ++-- .../packagegroup-arago-tisdk-connectivity.bb | 4 ++-- .../packagegroup-arago-tisdk-crypto-sdk-host.bb| 6

[meta-arago] [master][PATCH 3/6] HACK: packagegroup-*-opencl: disable ti-fftw for now

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb

[meta-arago] [master][PATCH 1/6] matrix-lighttpd-config: properly defer postinst to run on target

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config.bb

[meta-arago] [master][PATCH 2/6] HACK: weston: revert EGL_KHR_partial_update changes that require EGL 1.5

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- ...renderer-Add-EGL_EXT_partial_update-query.patch | 47 ...l-renderer-Support-EGL_KHR_partial_update.patch | 51 ++ .../recipes-graphics/wayland/weston_7.0.0.bbappend | 7 ++- 3 files changed, 103 insertions(+), 2

[meta-arago] [thud/master][PATCH] arago.conf: add remaining K3 R5 SPL and SYSFW to WIC

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/arago.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 770683b..6da292c 100644 ---

[meta-arago] [PATCH] img-pvr-sdk: re-enable SGX/demos/Raw for arm64

2019-09-12 Thread Eric Ruei
This patch re-enables the SGX/demos/Raw for arm64, which are applicable for both arm and arm64, but were disabled by previous patch accidentally. Signed-off-by: Eric Ruei --- .../img-pvr-sdk/img-pvr-sdk_3.3.2.bb | 16 1 file changed, 8 insertions(+), 8 deletions(-)

Re: [meta-arago] [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library

2019-09-12 Thread Denys Dmytriyenko
On Thu, Sep 12, 2019 at 11:43:18PM +0530, Nikhil Devshatwar wrote: > On 12/09/19 10:13 PM, Denys Dmytriyenko wrote: > >Thanks, what about the test suite for ION? > This was mainly needed for PSDKRA use cases with Linux. > There was no request to add any tests. > >And I was planning to add those to

Re: [meta-arago] [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library

2019-09-12 Thread Nikhil Devshatwar
On 12/09/19 10:13 PM, Denys Dmytriyenko wrote: Thanks, what about the test suite for ION? This was mainly needed for PSDKRA use cases with Linux. There was no request to add any tests. And I was planning to add those to meta-ti anyway... That's fair, I don't have a specific choice. as long as

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

2019-09-12 Thread Denys Dmytriyenko
It may not be necessary, but I was not able to build the other opencv dependencies when opencl is not enabled. This could be a hack for now. On Thu, Sep 12, 2019 at 01:26:21PM -0400, Jacob Stiffler wrote: > Is this necessary? > > In the 3.1 bbappend we configure with opencl only if dsp is in

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] [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library

2019-09-12 Thread Denys Dmytriyenko
Thanks, what about the test suite for ION? And I was planning to add those to meta-ti anyway... On Tue, Sep 10, 2019 at 12:18:59PM +0530, Nikhil Devshatwar wrote: > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > Signed-off-by: Nikhil Devshatwar > --- > Changes from v1: > *

[meta-arago] [master][PATCH 12/32] libnl: update bbappend 3.4.0 -> 3.5.0

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-support/libnl/{libnl_3.4.0.bbappend => libnl_3.5.0.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-arago-distro/recipes-support/libnl/{libnl_3.4.0.bbappend => libnl_3.5.0.bbappend} (100%) diff --git

[meta-arago] [master][PATCH 30/32] packagegroup-*-graphics: disable wayland-ivi-extension

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb

[meta-arago] [master][PATCH 29/32] branding-core: temp disable "dsp" and "mmip" machine features due to breakage

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/include/branding-core.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc index cab9831..a698ac0 100644

[meta-arago] [master][PATCH 26/32] barcode-roi, packagegroups, matrix: require "dsp" machine feature

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../packagegroup-arago-tisdk-multimedia-sdk-host.bb | 12 +++- .../packagegroup-arago-tisdk-multimedia-sdk-target.bb| 12 +++- .../recipes-apps/barcode-demo/barcode-roi_git.bb | 4

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

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-support/opencv/opencv_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-arago-distro/recipes-support/opencv/opencv_%.bbappend diff --git a/meta-arago-distro/recipes-support/opencv/opencv_%.bbappend

[meta-arago] [master][PATCH 19/32] python-numpy: overlay last version compatible with python2

2019-09-12 Thread Denys Dmytriyenko
Required for our old version of opencl. Signed-off-by: Denys Dmytriyenko --- ...h-usr-and-so-on-for-libraries-by-default-.patch | 77 .../files/0001-npy_cpu-Add-riscv-support.patch | 24 .../python-numpy/files/aarch64/_numpyconfig.h | 32 +

[meta-arago] [master][PATCH 11/32] openssl10: remove bbappend and local patches

2019-09-12 Thread Denys Dmytriyenko
OpenSSL 1.0 is no longer supported or maintained, dropped from upstream. Signed-off-by: Denys Dmytriyenko --- ...1-Add-AF_ALG-interface-support-to-OpenSSL.patch | 578 - ...todev-Fix-issue-with-signature-generation.patch | 445

[meta-arago] [master][PATCH 09/32] ipsec-tools: drop local bbappend, ipsec-tools is deprecated and removed

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-support/ipsec-tools/ipsec-tools_%.bbappend | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 meta-arago-distro/recipes-support/ipsec-tools/ipsec-tools_%.bbappend diff --git

[meta-arago] [master][PATCH 32/32] packagegroup-*-qte: qtwebkit-examples no longer exists

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb

[meta-arago] [master][PATCH 22/32] ltp-ddt: backport fixes for glibc >2.28

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- ...re-time-check-for-getdents-getdents64-API.patch | 72 ++ ...name-getcpu-to-avoid-conflict-with-glibc-.patch | 57 + ...-check-for-RES_USE_INET6-during-configure.patch | 68

[meta-arago] [master][PATCH 21/32] systemd: sysinit.target.wants no longer exists

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-core/systemd/systemd_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend b/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend index

[meta-arago] [master][PATCH 31/32] packagegroup-*-graphics: disable chromium-wayland

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb

[meta-arago] [master][PATCH 16/32] weston-conf: rename 5.0.0 -> 7.0.0 to match main weston version

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../wayland/{weston-conf_5.0.0.bb => weston-conf_7.0.0.bb}| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-arago-distro/recipes-graphics/wayland/{weston-conf_5.0.0.bb => weston-conf_7.0.0.bb} (100%) diff --git

[meta-arago] [master][PATCH 07/32] nativesdk-buildtools-perl-dummy: list additional modules

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend| 4 1 file changed, 4 insertions(+) diff --git a/meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend

[meta-arago] [master][PATCH 17/32] linux-firmware: update bbappend to be version-agnostic

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../{linux-firmware_git.bbappend => linux-firmware_%.bbappend}| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-arago-distro/recipes-kernel/linux-firmware/{linux-firmware_git.bbappend => linux-firmware_%.bbappend} (100%) diff

[meta-arago] [master][PATCH 13/32] mbedtls: update bbappend 2.13.0 -> 2.16.2

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../mbedtls/{mbedtls_2.13.0.bbappend => mbedtls_2.16.2.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-arago-distro/recipes-connectivity/mbedtls/{mbedtls_2.13.0.bbappend => mbedtls_2.16.2.bbappend} (100%) diff --git

[meta-arago] [master][PATCH 10/32] llvm: replace obsolete ${COREBASE}/LICENSE, point to proper MIT license

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-extras/recipes-core/llvm/llvm-common.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-core/llvm/llvm-common.bb b/meta-arago-extras/recipes-core/llvm/llvm-common.bb index 618cc1e..07bc831 100644

[meta-arago] [master][PATCH 14/32] weston: update bbappend 5.0.0 -> 7.0.0

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../wayland/{weston_5.0.0.bbappend => weston_7.0.0.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-arago-distro/recipes-graphics/wayland/{weston_5.0.0.bbappend => weston_7.0.0.bbappend} (100%) diff --git

[meta-arago] [master][PATCH 08/32] strace: drop 4.26 that was temporarily overlayed due to k4.19 api

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- ...hen-using-non-glibc-libc-implementation-o.patch | 34 -- .../0001-caps-abbrev.awk-fix-gawk-s-path.patch | 47 .../strace/strace/0001-mips-o32-fix-build.patch| 98 ...tion-Check-for-mips-and-alpha-before-usin.patch |

[meta-arago] [master][PATCH 20/32] opencv: switch from python3 to python2 for now due to issues with 3.7

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend b/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend index

[meta-arago] [master][PATCH 24/32] machine_features_check: class for checking MACHINE_FEATURES flags

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../classes/machine_features_check.bbclass | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 meta-arago-distro/classes/machine_features_check.bbclass diff --git

[meta-arago] [master][PATCH 23/32] point-cloud-viewer: binary-only package, skip file-rdeps QA checks

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb

[meta-arago] [master][PATCH 27/32] armnn, packagegroups: require "dsp" machine feature

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb| 2 +- .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 2 +- meta-arago-distro/recipes-support/armnn/armnn_%.bbappend | 3 +++ 3 files changed, 5

[meta-arago] [master][PATCH 28/32] voxelsdk, packagegroups: require "dsp" machine feature

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-apps/voxelsdk/voxelsdk_%.bbappend| 3 +++ .../packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb| 7 --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 7 --- 3 files changed, 11

[meta-arago] [master][PATCH 15/32] weston: our patches need rebasing for 7.0.0, disable for now

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-graphics/wayland/weston_7.0.0.bbappend | 42 +++--- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_7.0.0.bbappend

[meta-arago] [master][PATCH 03/32] sourceipk.bbclass: avoid adding duplicate ${PN}-src

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/classes/sourceipk.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/classes/sourceipk.bbclass b/meta-arago-distro/classes/sourceipk.bbclass index 14b46f9..3b011a9 100644 ---

[meta-arago] [master][PATCH 02/32] meta-toolchain-arago: tar_sdk() was renamed to archive_sdk() upstream

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb index

[meta-arago] [master][PATCH 06/32] external-*-bfd-version: replace tabs with spaces in python code

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-extras/recipes-core/meta/external-arm-bfd-version.inc| 6 +++--- meta-arago-extras/recipes-core/meta/external-linaro-bfd-version.inc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git

[meta-arago] [master][PATCH 04/32] uboot-sign: sync up with upstream

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/classes/uboot-sign.bbclass | 126 +-- 1 file changed, 81 insertions(+), 45 deletions(-) diff --git a/meta-arago-distro/classes/uboot-sign.bbclass b/meta-arago-distro/classes/uboot-sign.bbclass index dbe2933..982ed46

[meta-arago] [master][PATCH 05/32] kernel-fitimage: replace tabs with spaces in python code

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/classes/kernel-fitimage.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/classes/kernel-fitimage.bbclass b/meta-arago-distro/classes/kernel-fitimage.bbclass index 516e7fc..430fa5d 100644

[meta-arago] [master][PATCH 01/32] toolchain-gcc: update to match current internal toolchain versions

2019-09-12 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/include/toolchain-gcc.inc | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc index

[meta-arago] [master][PATCH 00/32] Prepping up master to work with upcoming Zeus 3.0

2019-09-12 Thread Denys Dmytriyenko
The first patchset of fixes to get master into shape to work with upcoming Zeus 3.0 Yocto Project release, using gcc9 toolchain. There will be another set with more hacks to disable broken components. Denys Dmytriyenko (32): toolchain-gcc: update to match current internal toolchain versions