[meta-arago] [thud/master][PATCH] kernel-fitimage: Use compressed ramdisks in FIT images if available

2019-07-11 Thread Denys Dmytriyenko
space as possible, we used to re-compress it into XZ. Now it just uses the original format of the ramdisk, either uncompressed or in any of the supported compression methods. Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/classes/kernel-fitimage.bbclass | 41 +-- 1

[meta-arago] [thud/master][PATCH v2] arago-core-tisdk-image, matrix: switch off "server" mode rootfs for J7

2019-07-10 Thread Denys Dmytriyenko
Now, that display and graphics limitations are resolved, J7 can build full rootfs and devkit. Signed-off-by: Denys Dmytriyenko --- v2 - fix typo in description meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc | 4 meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb

[meta-arago] [thud/master][PATCH] arago-core-tisdk-image, matrix: switch off "server" mode rootfs fro J7

2019-07-10 Thread Denys Dmytriyenko
Now, that display and graphics limitations are resolved, J7 can build full rootfs. Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc | 4 meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb | 1 - 2 files changed, 5

[meta-arago] [thud/master][PATCH] ti-sci-fw: update SYSFW to 2019.06a

2019-07-09 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../ti-sci-fw/{ti-sci-fw_2019.06.bb => ti-sci-fw_2019.06a.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-arago-distro/recipes-bsp/ti-sci-fw/{ti-sci-fw_2019.06.bb => ti-sci-fw_2019.06a.bb} (96%) diff --git a/meta-arago-

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

2019-07-03 Thread Denys Dmytriyenko
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 the external > toolchain is packaged in the devkit.

[meta-arago] [thud/master][PATCH] packagegroup-arago-tisdk-addons: add ti-display-sharing-fw for j7-evm

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

Re: [meta-arago] [PATCH] packagegroup-arago-test: add display-sharing firmware

2019-07-02 Thread Denys Dmytriyenko
On Tue, Jul 02, 2019 at 11:10:11PM +0530, Subhajit Paul wrote: > Signed-off-by: Subhajit Paul > --- > meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git >

Re: [meta-arago] [thud][PATCH 1/3] arago-prefs: Specify gbm provider for J7

2019-07-01 Thread Denys Dmytriyenko
On Mon, Jul 01, 2019 at 04:13:46PM -0400, Tammana, Gowtham wrote: > > > >Subject: Re: [meta-arago] [thud][PATCH 1/3] arago-prefs: Specify gbm > >provider for J7 > > > >And grepping through meta-arago also shows omapdrmtest needs update as well. > > For omapmdrmtest, I thought this will disable

[meta-arago] [thud/master][PATCH] kmscube, omapdrmtest: change gbm to virtual provider

2019-07-01 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb | 2 +- .../recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/kmscube

Re: [meta-arago] [thud][PATCH 1/3] arago-prefs: Specify gbm provider for J7

2019-07-01 Thread Denys Dmytriyenko
And grepping through meta-arago also shows omapdrmtest needs update as well. On Mon, Jul 01, 2019 at 07:44:36PM +, Dmytriyenko, Denys wrote: > ERROR: Nothing PROVIDES 'libgbm' (but > /OE/arago-thud-next-build/sources/meta-arago/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb >

[meta-arago] [thud/master][PATCH 1/2] external-arm-toolchain: swap symlink for gcc-runtime packages

2019-06-28 Thread Denys Dmytriyenko
Native gcc already has ${libdir}/gcc/${TARGET_SYS} and expects gcc-runtime to be there. Signed-off-by: Denys Dmytriyenko --- .../meta/external-arm-toolchain.bbappend | 36 -- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes

[meta-arago] [thud/master][PATCH 2/2] packagegroup-standalone-sdk-target: pull unconditionally libgomp-dev and libc-staticdev

2019-06-28 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../packagegroups/packagegroup-arago-standalone-sdk-target.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb b/meta-arago-extras

[meta-arago] [thud/master][PATCH] external-arm-toolchain: add extra symlink for ${libdir}/gcc/${TARGET_SYS}

2019-06-27 Thread Denys Dmytriyenko
Allows native gcc to find omp.h from Arm/Linaro libgomp install. Signed-off-by: Denys Dmytriyenko --- meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend

[meta-arago] [thud/master][PATCH 1/2] optee-os: update to ti2019.02-rc1 tag

2019-06-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend

[meta-arago] [thud/master][PATCH 2/2] ti-sci-fw: update SYSFW to 2019.06

2019-06-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../ti-sci-fw/{ti-sci-fw_2019.05.bb => ti-sci-fw_2019.06.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-arago-distro/recipes-bsp/ti-sci-fw/{ti-sci-fw_2019.05.bb => ti-sci-fw_2019.06.bb} (98%) diff --git a/meta-arago-distro/r

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

2019-06-25 Thread Denys Dmytriyenko
On Mon, Jun 24, 2019 at 03:46:33PM -0400, Djordje Senicic wrote: > Signed-off-by: Djordje Senicic > --- > .../arm-compute-library/arm-compute-library_git.bb | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git >

[meta-arago] [thud/master][PATCH] recipes: rename "sgx" flag to "gpu" in MACHINE_FEATURES

2019-06-24 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-core/images/arago-core-tisdk-image.inc | 2 +- meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb | 4 ++-- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 2 +- .../packagegroups/packagegroup-arago-tisdk

[meta-arago] [thud/master][PATCH] v4l-utils: switch to git/master to pick up multiplanar and other fixes

2019-06-24 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../0001-Makefile.am-skip-po-dirs-for-now.patch| 26 ++ .../v4l2apps/v4l-utils_%.bbappend | 25 ++--- 2 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 meta-arago-extras/recipes

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

2019-06-24 Thread Denys Dmytriyenko
On Mon, Jun 24, 2019 at 02:07:34PM -0500, 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 | 6 +- > 2 files changed, 72 insertions(+), 2 deletions(-) >

Re: [meta-arago] [thud/master][PATCH v2 1/3] glow: Add pytorch neural network compiler and dependencies

2019-06-21 Thread Denys Dmytriyenko
On Thu, Jun 20, 2019 at 02:38:13AM -0400, Djordje Senicic wrote: > - LLVM8 is added for GLOW compilation only (native package) So, we are adding another toolchain and a major dependency to the build. Moreover, OE-Core already provides LLVM 6 and we also have LLVM 3.6 for OpenCL, so there will

Re: [meta-arago] [thud/master][PATCH] demo-glow: Add makefile for demo-glow example application

2019-06-21 Thread Denys Dmytriyenko
This will break bisectabilty... On Fri, Jun 21, 2019 at 06:40:17AM -0400, Djordje Senicic wrote: > Signed-off-by: Djordje Senicic > --- > .../ti-tisdk-makefile/Makefile_demo-glow | 19 +++ > 1 file changed, 19 insertions(+) > create mode 100644 >

Re: [meta-arago] [thud][PATCH] packagegroup-*-graphics: add virtual provider for GPU driver

2019-06-21 Thread Denys Dmytriyenko
Anand, Can you please rebase this patch? Thanks. On Thu, Jun 20, 2019 at 06:10:12PM +0530, Anand Balagopalakrishnan wrote: > - Add a new virtual provider for GPU driver > - Specify Rogue and SGX as GPU driver provider for J7 and other platforms > - Replace SGX with virtual GPU provider in

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

2019-06-20 Thread Denys Dmytriyenko
On Thu, Jun 20, 2019 at 01:22:30PM -0500, 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 +- > .../recipes-ti/tidl-api/tidl-api_git.bb| 2

[meta-arago] [thud/master][PATCH] packagegroups, ti-tisdk-makefile: make sure ti-sgx-ddk-km is not pulled for j7-evm

2019-06-19 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bb | 1 + .../packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb | 1 + .../recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb | 1

Re: [meta-arago] [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM

2019-06-19 Thread Denys Dmytriyenko
> [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Please don't use nested brackets - Patchwork doesn't handle those nicely and you end up with "PATCH]" in the commit log... Denys On Wed, Jun 19, 2019 at 09:05:04PM +0530, Anand Balagopalakrishnan wrote: > Signed-off-by: Anand

Re: [meta-arago] [thud/master][PATCH 1/3] glow: Add pytorch neural network compiler and necessary dependencies * LLVM8 is added for GLOW compilation only. LLVM8 is used as native package only * glog a

2019-06-19 Thread Denys Dmytriyenko
Please fix your commit log. On Wed, Jun 19, 2019 at 11:50:21AM -0400, Djordje Senicic wrote: > Signed-off-by: Djordje Senicic > --- > ...endencies-to-intermediate-executable.patch | 99 +++ > .../recipes-devtools/glow/glow_git.bb | 63 >

Re: [meta-arago] [thud][PATCH] gstreamer1.0*-good: Add HEVC support for v4l2 decoder plugin

2019-06-19 Thread Denys Dmytriyenko
On Tue, Jun 18, 2019 at 05:19:37PM -0500, angelaba...@ti.com wrote: > From: Angela Stegmaier > > HEVC support was added to v4l2 decoder plugin after 1.14.4 release. > This patch cherry-picks the 2 patches needed for HEVC support > from upstream to bring the support to 1.14.4. > > Signed-off-by:

Re: [meta-arago] [[thud] PATCH] libdrm: add support for sync info

2019-06-19 Thread Denys Dmytriyenko
What are the upstream plans for these patches? On Wed, Jun 19, 2019 at 05:43:54PM +0530, Anand Balagopalakrishnan wrote: > Add support functions to provide sync and fence info. These patches are > needed for Rogue GPU driver which leverages dmabuf fence for synchronization. > > Signed-off-by:

Re: [meta-arago] [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM

2019-06-19 Thread Denys Dmytriyenko
On Wed, Jun 19, 2019 at 09:05:04PM +0530, Anand Balagopalakrishnan wrote: > Signed-off-by: Anand Balagopalakrishnan > --- > meta-arago-distro/conf/distro/include/arago-prefs.inc | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc

Re: [meta-arago] [[thud] PATCH] glmark2: disable for J7

2019-06-19 Thread Denys Dmytriyenko
NAK On Wed, Jun 19, 2019 at 09:05:05PM +0530, Anand Balagopalakrishnan wrote: > glmark2 has a dependency on libgbm which will come from Mesa. Disable this for > now on J7. > > Signed-off-by: Anand Balagopalakrishnan > --- > meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb | 1 + > 1

Re: [meta-arago] [[thud] PATCH 1/1] linux-ti-staging: update to latest version

2019-06-19 Thread Denys Dmytriyenko
On Wed, Jun 19, 2019 at 02:20:41PM -0400, Denys Dmytriyenko wrote: > On Wed, Jun 19, 2019 at 09:41:36PM +0530, Anand Balagopalakrishnan wrote: > > Signed-off-by: Anand Balagopalakrishnan > > --- > > recipes-kernel/linux/linux-ti-staging_4.19.bb | 6 +++--- > > 1 file

Re: [meta-arago] [[thud] PATCH 1/1] linux-ti-staging: update to latest version

2019-06-19 Thread Denys Dmytriyenko
On Wed, Jun 19, 2019 at 09:41:36PM +0530, Anand Balagopalakrishnan wrote: > Signed-off-by: Anand Balagopalakrishnan > --- > recipes-kernel/linux/linux-ti-staging_4.19.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb

[meta-arago] [PATCH] optee-os: update to the latest along with plat-ti fixes

2019-06-18 Thread Denys Dmytriyenko
Previous update merge broke am43xx and dra7xx/am57xx platforms builds. Pull in the fix for that. Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes

[meta-arago] [thud/master][PATCH] packagegroup-arago-base-tisdk: also include supporting OPTEE packages for k3

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

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

2019-06-14 Thread Denys Dmytriyenko
On Fri, Jun 14, 2019 at 02:17:39PM -0400, Denys Dmytriyenko wrote: > Still running it throught the next build, but it worked for am57 locally. Ah, sorry, not this one, this was already tested. I was referring to glfw fix. > On Fri, Jun 14, 2019 at 01:58:10PM -0400, Jacob Stiffler

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

2019-06-14 Thread Denys Dmytriyenko
Still running it throught the next build, but it worked for am57 locally. On Fri, Jun 14, 2019 at 01:58:10PM -0400, Jacob Stiffler wrote: > Denys, > > Can you backport this to ti2019.01? > > > Thank you, > > Jake > > > On 6/12/2019 1:30 PM, Denys Dmytriy

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

2019-06-13 Thread Denys Dmytriyenko
On Wed, Jun 12, 2019 at 08:20:40PM -0400, Senicic, Djordje wrote: > "libstdc++" not needed any more in RDEPENDS? libstdc++ is part of the toolchain and is one of the implicit dependencies. Since previously the binary was built with an older toolchain, it would generate QA errors regarding sime

[meta-arago] [thud/master][PATCH 2/2] packagegroup-*-gtk: fixup packagegroups

2019-06-12 Thread Denys Dmytriyenko
* Unify the naming * These don't need to be machine-specific Signed-off-by: Denys Dmytriyenko --- ...o-gtk-sdk-target.bb => packagegroup-arago-tisdk-gtk-sdk-target.bb} | 4 +--- .../recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb| 4 +--- .../packagegroups/packagegroup-ar

[meta-arago] [thud/master][PATCH 1/2] packagegroup-*-graphics: add libdrm, wayland, weston to devkit

2019-06-12 Thread Denys Dmytriyenko
Also abstract EGL/GLES component to use the corresponding PREFERRED_PROVIDER variable. Signed-off-by: Denys Dmytriyenko --- .../packagegroup-arago-tisdk-graphics-sdk-host.bb| 4 +++- .../packagegroup-arago-tisdk-graphics-sdk-target.bb | 12 +--- .../packagegroups

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

2019-06-12 Thread Denys Dmytriyenko
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, but no providers found in RDEPENDS_point-cloud-viewer? [file-rdeps] Signed-off-by: Denys Dmytriyenko

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

2019-06-12 Thread Denys Dmytriyenko
Now I'm seeing this: 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, but no providers found in RDEPENDS_point-cloud-viewer? [file-rdeps] On Tue, Jun 11, 2019 at 02:09:13PM -0400, Djordje

[meta-arago] [thud/master][PATCH] ti-sci-fw: update to unbreak am65xx-hs-evm build

2019-06-11 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2019.05.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2019.05.bb b/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2019.05.bb index

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

2019-06-11 Thread Denys Dmytriyenko
those variables being setup. When using devkit to manually cross-compile, call $CC, $CXX, $LD instead of directly calling corresponding compiler/linker, otherwise pass --sysroot= option manually. Signed-off-by: Denys Dmytriyenko --- meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb

[meta-arago] [thud/master][PATCH] packagegroup-*-graphics: add libdrm, wayland, weston to devkit

2019-06-11 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Also abstract EGL/GLES component to use the corresponding PREFERRED_PROVIDER variable. Signed-off-by: Denys Dmytriyenko --- .../packagegroup-arago-tisdk-graphics-sdk-target.bb | 9 ++--- .../packagegroups/packagegroup-arago-tisdk-graphics.bb

[meta-arago] [thud/master][PATCH 4/4] arago-core-tisdk, matrix: add support for J7 building headless target for now

2019-06-10 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-core/images/arago-core-tisdk-image.inc | 5 + meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb | 1 + 2 files changed, 6 insertions(+) diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc b/meta

[meta-arago] [thud/master][PATCH 1/4] packagegroups, tisdk-makefile: de-scope some K3 features to AM65 for now

2019-06-10 Thread Denys Dmytriyenko
J7 is a new platform in K3 family and support of some features is not ready yet: * Graphics * Multimedia * IPC * PRU-ICSS Any SW component that implements above features or requires those as dependency is being limited to AM65xx for now. Signed-off-by: Denys Dmytriyenko --- .../recipes-core

[meta-arago] [thud/master][PATCH 3/4] u-boot-k3-r5: add support for J7 platform

2019-06-10 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2019.01.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2019.01.bb b/meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2019.01.bb index fae3d623

[meta-arago] [thud/master][PATCH 2/4] ti-sci-fw: upgrade to 2019.05 and add support for J7 platform

2019-06-10 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- ...ci-fw_2019.04a.bb => ti-sci-fw_2019.05.bb} | 48 +-- 1 file changed, 34 insertions(+), 14 deletions(-) rename meta-arago-distro/recipes-bsp/ti-sci-fw/{ti-sci-fw_2019.04a.bb => ti-sci-fw_2019.05.bb} (61%) diff --git a/meta-arago-

[meta-arago] [thud/master][PATCH 0/4] Initial support for J7 (J721e SoC) platform

2019-06-10 Thread Denys Dmytriyenko
Add support for J7 (J721e SoC) to Arago distro and TISDK builds. Requires corresponding changes in meta-ti BSP layer. Denys Dmytriyenko (4): packagegroups,tisdk-makefile: de-scope some K3 features to AM65 for now ti-sci-fw: upgrade to 2019.05 and add support for J7 platform u-boot-k3-r5

Re: [meta-arago] Upcoming stable branch

2019-06-10 Thread Denys Dmytriyenko
xt milestone release?. > > Regards > Ankur > > On Tue, 11 Jun 2019, 5:15 a.m. Denys Dmytriyenko, wrote: > > > No plans for warrior - we are on a single LTS per year schedule, picking > > up > > only Fall even releases and skipping Spring odd ones. > > &g

Re: [meta-arago] Upcoming stable branch

2019-06-10 Thread Denys Dmytriyenko
No plans for warrior - we are on a single LTS per year schedule, picking up only Fall even releases and skipping Spring odd ones. Denys On Mon, Jun 10, 2019 at 08:14:21AM +1200, Ankur Tyagi wrote: > Hi, > > We are planning to upgrade arago distro in our product. > At this point, I can only

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

2019-06-10 Thread Denys Dmytriyenko
file-rdeps] > point-cloud-viewer-2.0: /usr/bin/point_cloud_viewer contained in package > point-cloud-viewer requires libstdc++.so.6(GLIBCXX_3.4), but no providers > found in RDEPENDS_point-cloud-viewer? [file-rdeps] > > > On 5/16/2019 8:47 PM, Denys Dmytriyenko wrote: >

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

2019-06-06 Thread Denys Dmytriyenko
Sorry, this was already merged and tested. You'd have to drop the local patch once you get it integrated into the makefile. Denys On Thu, Jun 06, 2019 at 07:15:53PM +, Xu, Jianzhong wrote: > NAK. > > I will fix the makefile in the source (confirmed with Jake). > > Thanks, > Jianzhong >

[meta-arago] [oe-layersetup][PATCH] coresdk-2019.01: add config for ti2019.01 release

2019-06-03 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- configs/coresdk/coresdk-2019.01-config.txt | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 configs/coresdk/coresdk-2019.01-config.txt diff --git a/configs/coresdk/coresdk-2019.01-config.txt b/configs/coresdk/coresdk-2019.01

Re: [meta-arago] [PATCH 0/4] add MACHINE FEATURES condition sgx for additional modules and demos

2019-06-03 Thread Denys Dmytriyenko
Probably fine for now. I'm thinking we should group packagegroups slightly differently, so conditions like "sgx" can be done in one place, instead of sprinkling throughout the code... Denys On Fri, May 31, 2019 at 11:20:56AM -0400, Eric Ruei wrote: > There are more modules and demos should

[meta-arago] [PATCH] kernel-fitimage: drop dir part from DTB name, as u-boot setup w/o it

2019-05-20 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/classes/kernel-fitimage.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/classes/kernel-fitimage.bbclass b/meta-arago-distro/classes/kernel-fitimage.bbclass index 34b61d00..e58652bc 100644

Re: [meta-arago] [PATCH] packagegroup-arago-tisdk-qte: fix typo for qtwebkit examples

2019-05-17 Thread Denys Dmytriyenko
On Fri, May 17, 2019 at 03:02:32PM -0400, Eric Ruei wrote: > It should be qtwebkit-examples-examples. > This patch can be squashed to > the previous one if it is possible. Any remarks like this should not be part of commit log, hence need to be placed after the '---' line. Anyway, cannot

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

2019-05-16 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 b/meta-arago-extras/recipes-apps/point-cloud

[meta-arago] [PATCH 2/2] external-arm-toolchain: install ldconfig binary and default ld.so.conf configuration

2019-05-16 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-core/meta/external-arm-toolchain.bbappend| 5 + 1 file changed, 5 insertions(+) diff --git a/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend b/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend

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

2019-05-10 Thread Denys Dmytriyenko
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, use FITIMAGE_PACK_TEE > >to specif

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

2019-05-09 Thread Denys Dmytriyenko
Instead of relying on OPTEEMACHINE and OPTEEFLAVOR, use FITIMAGE_PACK_TEE to specify if packing OPTEE into FIT is required. Signed-off-by: Denys Dmytriyenko --- v2 - revert setting only am4/am5/dra7 HS devices meta-arago-distro/classes/kernel-fitimage.bbclass | 7 --- meta-arago-distro

[meta-arago] [tisdk-build-scripts][PATCH] machine-specific-function: add support for am65xx-hs-evm

2019-05-08 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- lib/oesdk/machine-specific-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oesdk/machine-specific-functions b/lib/oesdk/machine-specific-functions index 50e2cf9..c577125 100644 --- a/lib/oesdk

[meta-arago] [oe-layersetup][PATCH] oe-layertool-setup: add TI_SECURE_DEV_PKG_K3 to white list

2019-05-08 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- oe-layertool-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oe-layertool-setup.sh b/oe-layertool-setup.sh index b309b55..5a0175d 100755 --- a/oe-layertool-setup.sh +++ b/oe-layertool-setup.sh @@ -820,7

[meta-arago] [thud/master][PATCH 1/9] u-boot-k3-r5: remove unused gen_x509_cert.sh

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../u-boot/u-boot-k3-r5/gen_x509_cert.sh | 311 - 1 file changed, 311 deletions(-) delete mode 100755 meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5/gen_x509_cert.sh diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot

[meta-arago] [thud/master][PATCH 4/9] u-boot-k3-r5: specify config for am65xx HS

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2019.01.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2019.01.bb b/meta-arago-distro/recipes-bsp/u-boot/u-boot-k3-r5_2019.01.bb index cb10ebc

[meta-arago] [thud/master][PATCH 5/9] optee-os: sign binary image for am65xx HS

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend

[meta-arago] [tisdk-build-scripts][PATCH] bitbake-test-sdk-image, configs/farm/arago-thud*: use TI_SECURE_DEV_PKG_K3

2019-05-08 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- configs/farm/arago-thud-next.txt | 1 + configs/farm/arago-thud.txt | 3 ++- lib/oesdk/bitbake-test-sdk-image | 4 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configs/farm/arago-thud-next.txt b/configs

[meta-arago] [thud/master][PATCH 6/9] ti-sci-fw: add support for am65xx-hs-evm

2019-05-08 Thread Denys Dmytriyenko
This uses HS SYSFW images that have to be pre-downloaded for now. Signed-off-by: Denys Dmytriyenko --- .../recipes-bsp/ti-sci-fw/ti-sci-fw_2019.04a.bb| 33 +- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci

[meta-arago] [thud/master][PATCH 2/9] arago-core-tisdk-image: use am65xx SOC family for DTB_FILTER

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc b/meta-arago-distro/recipes-core/images/arago-core-tisdk

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

2019-05-08 Thread Denys Dmytriyenko
Instead of relying on OPTEEMACHINE and OPTEEFLAVOR, use FITIMAGE_PACK_TEE to specify if packing OPTEE into FIT is required. Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/classes/kernel-fitimage.bbclass | 7 --- meta-arago-distro/conf/distro/arago.conf | 2 ++ 2 files

[meta-arago] [thud/master][PATCH 3/9] arago-core-tisdk-image: make SYSFW GP image specific to am65xx-evm

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-core-tisdk

[meta-arago] [thud/master][PATCH 7/9] kernel-fitimage: sync up with upstream

2019-05-08 Thread Denys Dmytriyenko
Pull in fixes for sanitizing dtb section names and fixing image type replacement for aarch64 from oe-core. Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/classes/kernel-fitimage.bbclass | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro

[meta-arago] [thud/master][PATCH 9/9] arago.conf: enable FIT image generation for am65xx-hs-evm

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/arago.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 1a8263d..ee2080f 100644 --- a/meta-arago-distro/conf/distro/arago.conf

[meta-arago] [thud/master][PATCH] ti-sci-fw: update SYSFW to 2019.04a

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../ti-sci-fw/{ti-sci-fw_2019.02.bb => ti-sci-fw_2019.04a.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-arago-distro/recipes-bsp/ti-sci-fw/{ti-sci-fw_2019.02.bb => ti-sci-fw_2019.04a.bb} (92%) diff --git a/meta

[meta-arago] [thud/master][PATCH] packagegroup, tisdk-makefile: disable debugss and gdbserverproxy modules

2019-05-07 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../packagegroup-arago-tisdk-addons-sdk-host.bb| 32 +++--- .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 16 +-- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/meta-arago-distro

[meta-arago] [PATCH v2] openssl10, packagegroup-crypto: un-clash and install 1.0 binaries and engines

2019-05-02 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- v2 - remove *.so in libdir, so dev packages won't clash .../openssl/openssl10_%.bbappend | 12 .../packagegroups/packagegroup-arago-tisdk-crypto.bb | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git

[meta-arago] [PATCH] openssl10, packagegroup-crypto: un-clash and install 1.0 binaries and engines

2019-05-01 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-connectivity/openssl/openssl10_%.bbappend | 11 +++ .../packagegroups/packagegroup-arago-tisdk-crypto.bb | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-connectivity/openssl/openssl10_

[meta-arago] [thud/master][PATCH] external-arm-toolchain: fix C++ native compile, drop libc.so fix

2019-04-30 Thread Denys Dmytriyenko
As libc.so fix is already upstream. Signed-off-by: Denys Dmytriyenko --- meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-core/meta/external-arm-toolchain.bbappend b/meta-arago

[meta-arago] [PATCH v2] optee: update os/client/test to 3.5.0 final

2019-04-29 Thread Denys Dmytriyenko
optee-client has changed where exported files are deployed, but upstream meta-optee hasn't caught up to that, so override do_install() locally. Signed-off-by: Denys Dmytriyenko Cc: Andrew F. Davis Cc: Dan Murphy --- v2 - include optee-os update, fix optee-client do_install() .../optee/optee

Re: [meta-arago] [PATCH] optee-os: Update OPTEE OS tag to 3.5.0-rc1 and ti2019.01-rc1

2019-04-29 Thread Denys Dmytriyenko
On Mon, Apr 29, 2019 at 04:13:21PM -0400, Andrew F. Davis wrote: > On 4/29/19 2:13 PM, Denys Dmytriyenko wrote: > > On Tue, Apr 23, 2019 at 02:52:20PM -0400, Andrew F. Davis wrote: > >> On 4/23/19 2:40 PM, Dan Murphy wrote: > >>> +Andrew > >>>

Re: [meta-arago] [thud/master][PATCH v2] sourceipk: remove custom package creation

2019-04-29 Thread Denys Dmytriyenko
On Mon, Apr 29, 2019 at 02:29:28PM -0400, Jacob Stiffler wrote: > > On 4/26/2019 5:49 PM, Denys Dmytriyenko wrote: > >Jake, > > > >All k2 devices fail in ti-sysbios, ti-xdais and ti-fc due to PVExtras not > >being defined, but referenced in arago-source-ipk

[meta-arago] [PATCH] optee-client, optee-test: update to 3.5.0

2019-04-29 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-security/optee/optee-client.bbappend| 6 +++--- .../recipes-security/optee/optee-test_git.bbappend | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-arago-distro/recipes-security/optee/optee

Re: [meta-arago] [PATCH] optee-os: Update OPTEE OS tag to 3.5.0-rc1 and ti2019.01-rc1

2019-04-29 Thread Denys Dmytriyenko
On Tue, Apr 23, 2019 at 02:52:20PM -0400, Andrew F. Davis wrote: > On 4/23/19 2:40 PM, Dan Murphy wrote: > > +Andrew > > > > On 4/23/19 1:38 PM, Dan Murphy wrote: > >> Signed-off-by: Dan Murphy > >> --- > >> .../recipes-security/optee/optee-os_git.bbappend | 4 ++-- > >> 1 file

[meta-arago] [thud/master][PATCH] arago.conf: default to internal toolchain for omapl138

2019-04-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/arago.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 3402cd8..d4aaa72 100644 --- a/meta-arago-distro/conf/distro/arago.conf

[meta-arago] [thud/master][PATCH] arago.conf: bump distro version

2019-04-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- 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 dbf726f..3402cd8 100644 --- a/meta-arago-distro/conf/distro

[meta-arago] [thud/master][PATCH] arago.conf: ensure all gstreamer plugins for keystone/omapl1 don't pull GFX deps

2019-04-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/arago.conf | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index a0ede15..dbf726f 100644 --- a/meta-arago-distro/conf/distro/arago.conf

[meta-arago] [thud/master][PATCH] toolchains: switch linux-libc-headers preferences to 4.19

2019-04-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/include/toolchain-arm.inc | 2 +- meta-arago-distro/conf/distro/include/toolchain-gcc.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/toolchain-arm.inc b/meta

[meta-arago] [thud/master][PATCH] linux-libc-headers: update 4.14 -> 4.19 for internal toolchain

2019-04-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- ...inux-libc-headers_4.14.bb => linux-libc-headers_4.19.bb} | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) rename meta-arago-distro/recipes-kernel/linux-libc-headers/{linux-libc-headers_4.14.bb => linux-libc-headers_4.19.b

Re: [meta-arago] [thud/master][PATCH v2] sourceipk: remove custom package creation

2019-04-26 Thread Denys Dmytriyenko
Jake, All k2 devices fail in ti-sysbios, ti-xdais and ti-fc due to PVExtras not being defined, but referenced in arago-source-ipk.inc Denys On Thu, Apr 25, 2019 at 12:42:32PM -0400, Jacob Stiffler wrote: > Instead of manually creating the source "ipk", use the built in > pacakge_write_*

[meta-arago] [thud/master][PATCH] v4l-utils: upgrade to 1.16.5

2019-04-26 Thread Denys Dmytriyenko
Thud comes with version 1.16.0, which does not include multiplanar handling fixes. Signed-off-by: Denys Dmytriyenko --- meta-arago-extras/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia

[meta-arago] [thud/master][PATCH] arago-image: make busybox-syslog conditional to not conflict with systemd-journald

2019-04-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-core/images/arago-image.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/images/arago-image.inc b/meta-arago-distro/recipes-core/images/arago-image.inc index dbd89d7..179c81d 100644 --- a/meta

Re: [meta-arago] [EXTERNAL] [PATCH] opencl-monitor, opencl-monitor-ipu, opencl-monitor-rtos: compile monitor in do_compile phase instead of do_install

2019-04-24 Thread Denys Dmytriyenko
On Mon, Apr 22, 2019 at 08:52:18AM -0400, Jacob Stiffler wrote: > I was anticipating that the change for this would come from within the > monitor's cmake files. Instead, the build and install instructions from > cmake is duplicated here, and thus any future changes will now require two > sets of

Re: [meta-arago] [PATCH] optee-os: Update OPTEE OS tag to 3.5.0-rc1 and ti2019.01-rc1

2019-04-23 Thread Denys Dmytriyenko
On Tue, Apr 23, 2019 at 04:47:05PM -0500, Dan Murphy wrote: > Denys > > On 4/23/19 4:45 PM, Denys Dmytriyenko wrote: > > ERROR: QA Issue: optee-os: The LIC_FILES_CHKSUM does not match for > > file://.../optee-os/3.4.0+gitAUTOINC+b38f935200-r0.a

Re: [meta-arago] [PATCH] optee-os: Update OPTEE OS tag to 3.5.0-rc1 and ti2019.01-rc1

2019-04-23 Thread Denys Dmytriyenko
On Tue, Apr 23, 2019 at 05:49:31PM -0400, Andrew F. Davis wrote: > On 4/23/19 5:45 PM, Denys Dmytriyenko wrote: > > ERROR: QA Issue: optee-os: The LIC_FILES_CHKSUM does not match for > > file://.../optee-os/3.4.0+gitAUTOINC+b38f935200-r0.arago1/git/LICENSE;md5=69663ab153298557a

Re: [meta-arago] [PATCH] optee-os: Update OPTEE OS tag to 3.5.0-rc1 and ti2019.01-rc1

2019-04-23 Thread Denys Dmytriyenko
ERROR: QA Issue: optee-os: The LIC_FILES_CHKSUM does not match for file://.../optee-os/3.4.0+gitAUTOINC+b38f935200-r0.arago1/git/LICENSE;md5=69663ab153298557a59c67a60a743e5b optee-os: Check if the license information has changed in .../optee-os/3.4.0+gitAUTOINC+b38f935200-r0.arago1/git/LICENSE

[meta-arago] [thud/master][PATCH] qtwayland: remove old unused backported patches

2019-04-22 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../qt5/qtwayland/0001-Fix-touch-with-Weston.patch | 74 - ...-drag-a-window-by-its-titlebar-using-the-.patch | 118 - .../0001-Wayland-correct-touch-location.patch | 31 -- 3 files changed, 223 deletions(-) delete

[meta-arago] [thud/master][PATCH 1/2] chromium-wayland: adjust build flags to disable debug and fix size issue

2019-04-19 Thread Denys Dmytriyenko
it * with gcc8 it became 4.3GB and that is larger than 32-bit addressing, so it becomes corrupted and cannot be stripped or executed By disabling generation of the debugging info in the first place, it is now possible to get a working chromium, but w/o the ability to debug it. Signed-off-by: Denys

[meta-arago] [thud/master][PATCH 2/2] packagegroup-*-graphics: re-enable chromium

2019-04-19 Thread Denys Dmytriyenko
This reverts commit 33a759c5cc7c3786908b417c68132d67f582b381. --- .../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] [thud/master][PATCH] toolchain-arm: switch to building matching arm-8.3 compiler

2019-04-19 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/include/toolchain-arm.inc | 4 ++-- meta-arago-extras/recipes-core/meta/external-arm-toolchain-cross.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/conf/distro/include

[meta-arago] [thud/master][PATCH] packagegroup-arago-tisdk-addons: package irqbalance for k3

2019-04-16 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb| 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups

<    3   4   5   6   7   8   9   10   11   12   >