Re: [meta-ti] [master][PATCH] prusw-fw-am65x-sr2: update with the new override syntax

2021-12-15 Thread Denys Dmytriyenko
Ping. I don't believe this one made it in yet. On Wed, Dec 01, 2021 at 06:38:18PM -0500, Denys Dmytriyenko wrote: > This got accidentally merged from Dunfell with the old syntax, fix it. > > Signed-off-by: Denys Dmytriyenko > --- > recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.b

Re: [meta-ti] [PATCH v2] ti-sgx-ddk-km: Fix build with kernel 5.10 and musl support

2021-12-15 Thread Denys Dmytriyenko
This one is also missing from master. On Thu, Dec 09, 2021 at 07:51:38PM -0500, Denys Dmytriyenko wrote: > On Thu, Dec 09, 2021 at 04:25:22PM -0800, Khem Raj wrote: > > This adds a patch to fix runtime problems loading the kernel module with > > kernel 5.10 > > >

Re: [meta-ti] [master][PATCH v2 00/26] Sync up with Dunfell #2

2021-12-10 Thread Denys Dmytriyenko
Ping On Fri, Nov 19, 2021 at 10:25:45PM -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Keep master up to date with latest changes in Dunfell, adjust to the new > override syntax. > > Amjad Ouled-Ameur (1): > recipes-bsp: u-boot-ti-mainline: Updat

[meta-ti] [master][PATCH] ti-img-rogue-driver: unify with dunfell and fix double-patching

2021-07-15 Thread Denys Dmytriyenko
From: Denys Dmytriyenko There was a discrepancy between master and dunfell where 2 different versions of the same patch existed, so when syncing branches, it resulted in appying the same change twice. This cleans it up. Signed-off-by: Denys Dmytriyenko --- ...k-support-OE-toolchain-alongside

Re: [meta-ti] [master][PATCH] ti-img-rogue-driver: unify with dunfell and fix double-patching

2021-07-27 Thread Denys Dmytriyenko
On Tue, Jul 27, 2021 at 11:54:05AM -0500, Siraswar, Yogesh wrote: > > > On 7/26/2021 6:36 PM, Denys Dmytriyenko wrote: > >Ping. > > > >On Thu, Jul 15, 2021 at 12:36:35PM -0400, Denys Dmytriyenko wrote: > >>From: Denys Dmytriyenko > >> > >>Th

Re: [meta-ti] [master][PATCH] ti-img-rogue-driver: unify with dunfell and fix double-patching

2021-07-26 Thread Denys Dmytriyenko
Ping. On Thu, Jul 15, 2021 at 12:36:35PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > There was a discrepancy between master and dunfell where 2 different versions > of the same patch existed, so when syncing branches, it resulted in appying > the same change twi

Re: [meta-ti][hardknott/master][PATCH] wic: Set a fixed size for boot partition in wic image

2021-07-26 Thread Denys Dmytriyenko
06] > > (See also meta-yocto rev: 0c679ac53b52e631a7c961872ce58f5cf74b8629) Thanks, this does make sense and aligns with the change discussed for EFI: https://lists.yoctoproject.org/g/meta-ti/topic/83851299 > Signed-off-by: Theodore A. Roth Reviewed-by: Denys Dmytriyenko BTW, met

Re: [meta-ti][RESEND 1/2] beaglebone: make kernel machine-specific package

2022-02-14 Thread Denys Dmytriyenko
"make kernel machine-specific package" doesn't reflect the actual change, plus kernel is already a machine-specific package - PACKAGE_ARCH = "${MACHINE_ARCH}" Your original commit for beaglebone-yocto in meta-yocto-bsp is correct though. I can take these patches into my new WIP master tree with

Re: [meta-ti] [PATCH] ti-rtos-firmware: use nonarch_base_libdir for deployment

2022-02-14 Thread Denys Dmytriyenko
Thanks, ti-rtos-firmware is just one of many other places where this needs to be fixed. Since this is for master, I'll take it into my new WIP master tree and extend it to other FW recipes... On Wed, Feb 02, 2022 at 07:16:41PM +0500, Awais Belal wrote: > base_libdir is not configuration safe

Re: [meta-ti] [dunfell/master PATCH] pruss-fw: am57xx: Update hsr/prp/sw/dual-emac firmware

2022-03-04 Thread Denys Dmytriyenko
am57xx-pru1-prueth-fw.elf" > TARGET_am57xx-hs-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" > > and > > PV = "" > PV_ti33x = "${PRUETH_FW_AM335X_VERSION}" > PV_ti43x = "${PRUETH_FW_AM437X_VERSION}" > PV_am57xx-evm =

Re: [meta-ti] [dunfell/master PATCH] pruss-fw: am57xx: Update hsr/prp/sw/dual-emac firmware

2022-03-04 Thread Denys Dmytriyenko
On Fri, Mar 04, 2022 at 03:24:37PM -0500, Denys Dmytriyenko wrote: > On Fri, Mar 04, 2022 at 02:06:47PM -0600, Ryan Eatmon wrote: > > > > > > On 3/4/2022 13:40, Bajjuri, Praneeth wrote: > > > > > > > > >On 3/4/2022 1:25 PM, Ryan Eatmon wrote:

[meta-ti] [dunfell][PATCH] README: update maintainers list

2022-03-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Update the maintainers list. Signed-off-by: Denys Dmytriyenko Reviewed-by: Praneeth Bajjuri --- This is a modified backport of a similar change from master. README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 44544c6

[meta-ti] [master][PATCH] meta-ti: add README for meta-ti-extras and update maintainer

2022-02-22 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Add README for the newly added meta-ti-extras layer and update the maintainer. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/README | 2 +- {meta-ti-bsp => meta-ti-extras}/README | 14 ++ 2 files changed, 7 insertions(+), 9 deleti

Re: [meta-ti] [dunfell/master][PATCH] viddec-test-app: Add the viddec-test-app recipe

2022-02-22 Thread Denys Dmytriyenko
t; The viddec-test-app provides the video decoder test app > (tidec_decode) for j7-evm. > > Signed-off-by: David Huang > Signed-off-by: Angela Stegmaier > Signed-off-by: Denys Dmytriyenko > Signed-off-by: Sidraya > --- > .../viddec-test-app_1.0.0.bb

[meta-ti] [master][PATCH] meta-ti: convert licenses to SPDX format

2022-02-24 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Update LICENSE variable to use SPDX license identifiers. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/cmem/cmem.inc | 2 +- .../recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 2 +- .../powervr-drivers/ti-img

Re: [meta-ti][dunfell][PATCH] conf: machine: am64xx-hs-evm: Fix naming of u-boot.img

2022-02-25 Thread Denys Dmytriyenko
On Fri, Feb 25, 2022 at 03:38:30PM +0530, Aparna M via lists.yoctoproject.org wrote: > On 19:41-20220221, Denys Dmytriyenko wrote: > > On Mon, Feb 21, 2022 at 01:43:31PM +0530, Aparna M via > > lists.yoctoproject.org wrote: > > > All the HS platforms generate the u-boot

[meta-ti] [master][PATCH] meta-ti: correct and do not skip "installed-vs-shipped" QA check

2022-02-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Skipping "installed-vs-shipped" QA check is now considered bad practice due to possible SDK issues and is being flagged by yocto-check-layer [1] script and could affect "Yocto Project Compatible" status for the layer. [1] https://git.openembedded.o

Re: [meta-ti][dunfell][PATCH] conf: machine: am64xx-hs-evm: Fix naming of u-boot.img

2022-02-21 Thread Denys Dmytriyenko
On Mon, Feb 21, 2022 at 01:43:31PM +0530, Aparna M via lists.yoctoproject.org wrote: > All the HS platforms generate the u-boot binary as u-boot.img_HS > but the bootloader expects the binary to be named as u-boot.img > > Due to this mismatch, script cannot find the required image to > be added

Re: [meta-ti] [PATCH] layers: Bump to use kirkstone

2022-02-21 Thread Denys Dmytriyenko
NAK, this has already been part of a larger restructure and cleanup effort going on for a while - see recent patchsets on the list. On Mon, Feb 21, 2022 at 06:23:06PM -0800, Khem Raj wrote: > its not going to be backward ABI compatible with honister due to variable > renaming. > >

[meta-ti] [PATCH 17/29] linux-ti-staging-rt: Bump to 08.02.00.001 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux rt version for 08.02.00.001 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux

[meta-ti] [PATCH 12/29] Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images"

2022-02-21 Thread Denys Dmytriyenko
e. Signed-off-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- ...gning-of-binaries-for-combined-boot-.patch | 64 --- .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb| 5 -- 3 files

[meta-ti] [PATCH 13/29] cnm-wave-fw: lock the compatiable machine to j721s2-evm

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon The original recipe listed the compatible platforms to all of j7, but at this time it is limited to j721s2-evm. Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 2 +- meta-ti-bsp/recipes-kernel/linux

[meta-ti] [PATCH 20/29] cnm-wave-fw: Split firmware name into target and source

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon We need to control both the source name of the firmware and the target name, so split the current variable into two and update the install command. Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 6

[meta-ti] [PATCH 19/29] ti-linux-fw: Bump to 08.02.00.001 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the ti-linux-fw version for 08.02.00.001 - Changed CORESDK_RTOS_VERSION version to 08.02.00.04 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 6 +++--- 1 file changed, 3 insertions(+), 3

[meta-ti] [PATCH 25/29] ti-linux-fw: Bump to 08.02.00.002 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the ti-linux-fw version for 08.02.00.002 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti

[meta-ti] [PATCH 23/29] linux-ti-staging-rt: Bump to 08.02.00.002 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux rt version for 08.02.00.002 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux

[meta-ti] [PATCH 22/29] linux-ti-staging: Bump to 08.02.00.002 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux version for 08.02.00.002 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti

[meta-ti] [PATCH 26/29] ti-linux-fw: Bump to 08.02.00.003 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the ti-linux-fw version for 08.02.00.003 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti

[meta-ti] [PATCH 01/29] machine: Add j721s2 evm configuration

2022-02-21 Thread Denys Dmytriyenko
From: Nishanth Menon Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/j721s2-evm-k3r5.conf | 11 ++ meta-ti-bsp/conf/machine/j721s2-evm.conf | 22 +++ .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb

[meta-ti] [PATCH 02/29] optee-os: Add support for alternate console

2022-02-21 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend index 5cb70df9..f1d7fc9a 100644

[meta-ti] [PATCH 05/29] ti-rtos-bin: Add j721s2

2022-02-21 Thread Denys Dmytriyenko
From: Nishanth Menon Lets keep ethernet switch firmware disabled till we can actually integrate it. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../ti-rtos-bin/ti-rtos-firmware.bb | 38 +++ 1 file changed, 38

[meta-ti] [PATCH 04/29] recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x

2022-02-21 Thread Denys Dmytriyenko
From: Nishanth Menon Lets enumerate the C7x target instead of defaulting as a since C7x. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 4 ++-- 1 file changed, 2 insertions(+), 2

[meta-ti] [PATCH 03/29] trusted-firmware-a: Add support for alternate console

2022-02-21 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../trusted-firmware-a/trusted-firmware-a_%.bbappend| 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_

[meta-ti] [PATCH 08/29] recipes-bsp: Add cnm-wave-fw firmware recipe

2022-02-21 Thread Denys Dmytriyenko
From: Nishanth Menon Add firmware recipe to add the Wave521cl firmware pieces in for j7 platform. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../cnm-wave-fw/cnm-wave-fw_git.bb| 41 +++ .../recipes-bsp/ti-linux-fw

[meta-ti] [PATCH 16/29] linux-ti-staging: Bump to 08.02.00.001 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux version for 08.02.00.001 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti

[meta-ti] [PATCH 06/29] recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well.

2022-02-21 Thread Denys Dmytriyenko
From: Nishanth Menon Dont forget the alternate-target as well. Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../ti-rtos-bin/ti-rtos-firmware.bb | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git

[meta-ti] [PATCH 15/17] ti33x: move screen feature to machine configs

2022-02-21 Thread Denys Dmytriyenko
Bone Black has a micro HDMI port, not a DVI port. Signed-off-by: Vivien Didelot Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- meta-ti-bsp/conf/machine/beaglebone.conf | 2 +- meta-ti-bsp/conf/machine/include/ti33x.inc | 5 + 3 files changed, 3

[meta-ti] [PATCH 07/17] meta-ti: move BIOS,XDC,XDAIS,CGT,DSP libs and components to meta-ti-extras

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Legacy platforms AM3/4/5/J6 build components for multimedia acceleration and other DSP showcasing using SYS/BIOS, XDC, XDAIS, CodeGen Tools and different DSP libraries. Move all of them to meta-ti-extras. Signed-off-by: Denys Dmytriyenko --- {meta-ti-bsp => meta

[meta-ti] [PATCH 00/29] #3 - another sync up with Dunfell

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Since Dunfell has been used as an LTS/release branch for latest TI SDK releases, it accumulated a number of changes (including new platforms) that are due to be synced to master/kirkstone. Here's a temp git tree with these patches applied to glance at: https://github.com

[meta-ti] [PATCH 15/29] ipc: ti-rpmsg-char: Update library to 0.4.0

2022-02-21 Thread Denys Dmytriyenko
From: Hari Nagalla Update the ti-rpmsg-char library to 0.4.0 version that enables the support for j721s2 SoC family remote processors. Signed-off-by: Hari Nagalla Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file

[meta-ti] [PATCH 10/29] cnm-wave-fw: Fix name of firmware for j721s2

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Update the name of the firmware for j721s2 as the file was renamed. Also, fix a typo in the variable name. Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb| 11 ++- 1 file changed, 6 insertions

[meta-ti] [PATCH 09/29] recipes-ti/ti-rtos-bin: Fix unavailable binary path

2022-02-21 Thread Denys Dmytriyenko
From: Hari Nagalla Lets fix the missing switch firmware binary to point to ping binary instead. If we attempt to start alternate CPU, we get a very beserk system. Signed-off-by: Hari Nagalla Signed-off-by: Nishanth Menon Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta

[meta-ti] [PATCH 29/29] u-boot-ti-staging: Bump to 08.02.00.003 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the u-boot version for 08.02.00.003 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u

[meta-ti] [PATCH 18/29] u-boot-ti-staging: Bump to 08.02.00.001 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the u-boot version for 08.02.00.001 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u

[meta-ti] [PATCH 14/29] u-boot-ti: Support binman image generation

2022-02-21 Thread Denys Dmytriyenko
From: Roger Quadros We are now using binman to generate the images for K3 AM64 in u-boot. tools/binman/binman needs python3-setuptools so add it to DEPENDS. Reported-by: Praneeth Bajjuri Suggested-by: Denys Dmytriyenko Signed-off-by: Roger Quadros Signed-off-by: Ryan Eatmon Signed-off

[meta-ti] [PATCH 27/29] linux-ti-staging: Bump to 08.02.00.003 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux version for 08.02.00.003 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-kernel/linux

[meta-ti] [PATCH 24/29] u-boot-ti-staging: Bump to 08.02.00.002 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the u-boot version for 08.02.00.002 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u

[meta-ti] [PATCH 11/29] ti-linux-fw: Bump up TIFS and DM to v2022.01

2022-02-21 Thread Denys Dmytriyenko
From: Praneeth Bajjuri Update ti-linux-firmware and k3-image-gen to pick latest TIFS and DM v2022.01 This version also adds support to j721s2 Signed-off-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc

[meta-ti] [PATCH 28/29] linux-ti-staging-rt: Bump to 08.02.00.003 release

2022-02-21 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux rt version for 08.02.00.003 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-kernel

[meta-ti] [PATCH 21/29] conf/machine/am57xx-evm: add overlay for OV10635 sensor

2022-02-21 Thread Denys Dmytriyenko
From: Kevin Hilman The VIP camera capture driver recently ported to ti-linux-5.10.y adds a DT overlay for the OV10635 camera sensor. Add this to KERNEL_DEVICTREE so it's added to the artifacts. Signed-off-by: Kevin Hilman Reviewed-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon Signed-off

[meta-ti] [PATCH 02/19] x-load: remove deprecated first stage X-Loader bootloader

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko X-Loader was originally used on OMAP3/4 platforms, but eventually got replaced by U-boot SPL. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/x-load/signgp.bb | 20 -- recipes-bsp/x-load/signgp/signGP.c| 108 -- recipes-bsp/x-load

[meta-ti] [PATCH 00/19] #1 - cleanup and deprecation

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko This patchset takes a first stab at cleaning up meta-ti and deprecating old platforms, corresponding config files and component recipes. Here's a temp git tree with these patches applied to glance at: https://github.com/denix0/meta-ti/tree/master Denys Dmytriyenko (19

[meta-ti] [PATCH 06/19] ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko OMAP3 platforms used OCF-Linux, a Linux port of the OpenBSD/FreeBSD Cryptographic Framework (OCF) for Crypto HW acceleration. Later, an alternative Cryptodev-linux API standard became dominant for newer platforms. Remove deprecated module. Signed-off-by: Denys

[meta-ti] [PATCH 05/19] linuxutils: remove Linux Utils helper package

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Linux Utils were used mainly by DMAI on deprecated DaVinci and OMAP3 platforms. Signed-off-by: Denys Dmytriyenko --- recipes-ti/includes/ti-paths.inc | 3 - recipes-ti/linuxutils/ti-linuxutils.inc | 93 --- .../ti-linuxutils

[meta-ti] [PATCH 01/19] conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Those platforms are being deprecated and not supported in future meta-ti releases. Signed-off-by: Denys Dmytriyenko --- conf/machine/am3517-evm.conf | 35 conf/machine/am37x-evm.conf | 31 -- conf/machine

[meta-ti] [PATCH 08/19] alsa-state: remove asound.state for deprecated beagleboard

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko As beagleboard is now deprecated and removed from future meta-ti releases. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/alsa-state/alsa-state.bbappend| 1 - .../alsa-state/beagleboard/asound.state | 656 -- 2 files changed, 657 deletions

[meta-ti] [PATCH 04/19] dmai: remove Davinci Multimedia Application Interface (DMAI)

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Was used with deprecated DaVinci, OMAP-L1 and OMAP3 families of platforms. Signed-off-by: Denys Dmytriyenko --- recipes-ti/dmai/ti-dmai.inc | 162 -- recipes-ti/dmai/ti-dmai/arago-tdox| 210 -- .../dmai/ti-dmai

[meta-ti] [PATCH 13/19] classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Remove deprecated support for compiling Keystone1/2 RTOS components and Linux firmwares using PDK, CSL, etc. Signed-off-by: Denys Dmytriyenko --- classes/ti-pdk-fetch.bbclass | 47 -- classes/ti-pdk.bbclass| 144

[meta-ti] [PATCH 09/19] init-ifupdown: remove default /etc/interfaces file for beagleboard

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko As beagleboard platform is being deprecated. Signed-off-by: Denys Dmytriyenko --- .../init-ifupdown-1.0/beagleboard/interfaces | 27 --- .../init-ifupdown/init-ifupdown_1.0.bbappend | 1 - 2 files changed, 28 deletions(-) delete mode 100644 recipes

[meta-ti] [PATCH 03/19] hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS)

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Due to DaVinci family of platforms being deprecated. Signed-off-by: Denys Dmytriyenko --- recipes-ti/hdvpss/ti-hdvpss.inc| 20 recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | 7 --- recipes-ti/includes/ti-paths.inc | 2

[meta-ti] [PATCH 19/19] trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko After 8b2c97b585ed3f4163fa29f0d9120c7cd3c9e173, new platforms were merged with BUILD_DIR used as in early Dunfell days, correct those. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++-- 1 file changed, 2

[meta-ti] [PATCH 11/19] conf/machine: remove Keystone1/2 SoC/machine configs

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko As Keystone1/2 platforms are being deprecated. Signed-off-by: Denys Dmytriyenko --- conf/machine/c665x-evm.conf | 9 conf/machine/c667x-evm.conf | 9 conf/machine/include/c66x.inc | 9 conf/machine/include/k2e.inc | 6

[meta-ti] [PATCH 07/19] abefw: remove OMAP4 Audio Back-End (ABE) firmware

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Due to platform deprecation, remove Audio Back-End firmware. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/abefw/abefw_1.0.14.bb | 23 --- 1 file changed, 23 deletions(-) delete mode 100644 recipes-bsp/abefw/abefw_1.0.14.bb diff --git a/recipes

[meta-ti] [PATCH 15/19] doxygen: remove outdated version in favor of upstream

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko It's not BSP core functionality and newer version is available from meta-oe. Signed-off-by: Denys Dmytriyenko --- .../doxygen/doxygen/patch-flex_2_6_0.diff | 66 --- recipes-devtools/doxygen/doxygen_1.8.9.1.bb | 36 -- 2 files changed, 102

[meta-ti] [PATCH 12/19] recipes-bsp: remove Keystone1/2 LLDs

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Low Level Drivers (LLDs) were used by Keystone1/2 to access peripherals by RTOS and Linux. Remove due to deprecation. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/aif2-lld/aif2-lld-rtos_git.bb | 16 -- recipes-bsp/aif2-lld/aif2-lld-test_git.bb | 18

[meta-ti] [PATCH 10/19] formfactor: remove beagleboard-specific configs

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko As beagleboard platform is being deprecated. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/formfactor/formfactor/beagleboard/machconfig | 3 --- recipes-bsp/formfactor/formfactor_0.0.bbappend | 1 - 2 files changed, 4 deletions(-) delete mode 100755

[meta-ti] [PATCH 17/19] dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko DSP/BIOS was the name for older versions of TI-RTOS, prior to SYS/BIOS and used on older deprecated platforms. Remove any remnants. Signed-off-by: Denys Dmytriyenko --- recipes-ti/bios/ti-biosutils.inc| 18 -- recipes-ti/bios/ti

[meta-ti] [PATCH 16/19] kselftests: remove outdated version in favor of upstream

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Newer versions of Linux kernel selftests are available from meta-oe. Signed-off-by: Denys Dmytriyenko --- .../0001-selftests-add-ptp-to-TARGETS.patch | 25 --- ...oints-allow-to-cross-compile-for-aar.patch | 32 --- .../0001-selftests-gpio-use-pkg-config.patch

[meta-ti] [PATCH 03/17] meta-ti-extras: add sub-layer with extra components that don't belong to BSP

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Add MIT license file for the metadata. Signed-off-by: Denys Dmytriyenko --- meta-ti-extras/COPYING.MIT | 17 + meta-ti-extras/conf/layer.conf | 16 2 files changed, 33 insertions(+) create mode 100644 meta-ti-extras/COPYING.MIT

[meta-ti] [PATCH 02/17] meta-ti: add MIT license file for the metadata and basic README

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- COPYING.MIT | 17 + README | 4 2 files changed, 21 insertions(+) create mode 100644 COPYING.MIT create mode 100644 README diff --git a/COPYING.MIT b/COPYING.MIT new file mode 100644 index

[meta-ti] [PATCH 04/17] meta-ti: move WiLink components to meta-ti-extras

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Move WiLink WiFi and BT components from meta-ti-bsp to meta-ti-extras layer. Signed-off-by: Denys Dmytriyenko --- {meta-ti-bsp => meta-ti-extras}/recipes-bsp/bt-fw/bt-fw_git.bb| 0 .../wl18xx-fw/0001-Add-Makefile-to-install-firmware-files.patch | 0 .../reci

[meta-ti] [PATCH 00/17] #2 - restructuring and more fixes

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko This is a second stab at improving meta-ti by restructuring it into multiple sub-layers - meta-ti-bsp, meta-ti-extras, etc. Also, pull in additional cleanup fixes. Here's a temp git tree with these patches applied to glance at: https://github.com/denix0/meta-ti/tree

[meta-ti] [PATCH 01/17] meta-ti: create a sub-layer meta-ti-bsp from existing content

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko --- COPYING.MIT => meta-ti-bsp/COPYING.MIT | 0 README => meta-ti-bsp/README | 0 {conf => meta-ti

[meta-ti] [PATCH 06/17] wl18xx-calibrator: explicitly specify source branch

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko bitbake now requires it, as default master is no longer deterministic. Signed-off-by: Denys Dmytriyenko --- .../wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-extras/recipes

[meta-ti] [PATCH 08/17] meta-ti-extras: setup layer custom licenses

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Those were moved from meta-ti-bsp and used by CodeGen Tools. Signed-off-by: Denys Dmytriyenko --- meta-ti-extras/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index 9d809bf0

[meta-ti] [PATCH 09/17] ti-ipc: use fuller path when including common files

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Some .inc file now span across layers, so use fuller path to find them when including. Signed-off-by: Denys Dmytriyenko --- meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc | 2 +- meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb | 4 ++-- 2 files changed, 3

[meta-ti] [PATCH 10/17] meta-ti: move cuia to meta-ti-extras

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Move TI Unified Instrumentation Architecture in C (cUIA) to meta-ti-extras under recipes-devtools. Signed-off-by: Denys Dmytriyenko --- .../recipes-devtools}/cuia/cuia_1.0.0.13.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta

[meta-ti] [PATCH 05/17] wlconf: explicitly specify source branch

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko bitbake now requires it, as default master is no longer deterministic. Signed-off-by: Denys Dmytriyenko --- meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-extras/recipes

[meta-ti] [PATCH 14/17] beaglebone: move kernel and dtb to packagegroup-core-boot

2022-02-21 Thread Denys Dmytriyenko
. This patch reflects commit d4cbe0e43393 [1] from meta-yocto-bsp ("beaglebone-yocto: move kernel and dtb to packagegroup-core-boot"). [1] https://git.yoctoproject.org/meta-yocto/commit/?id=d4cbe0e43393ec70e98caf006372b5311597d377 Signed-off-by: Vivien Didelot Signed-off-by: Denys D

[meta-ti] [PATCH 13/17] meta-ti: set layer compatibility with kirkstone

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/layer.conf| 2 +- meta-ti-extras/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf index 309e3d2b..e3542f50 100644

[meta-ti] [PATCH 12/17] meta-ti: update ambiguous "BSD" license with "BSD-3-Clause"

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko OE-Core recently removed ambiguous "BSD" license[1] in order for recipes to be more specific and use the exact variants of BSD. Update meta-ti recipes with "BSD-3-Clause" as that was the previous default. [1] https://git.openembedded.org/openembe

[meta-ti] [PATCH 11/17] meta-ti: move beaglebone-specific components to meta-ti-extras

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Move beagleboard.org beaglebone componentns to meta-ti-extras. Signed-off-by: Denys Dmytriyenko --- .../recipes-ti/beagleboard/beaglebone-capes.bb| 0 .../recipes-ti/beagleboard/beaglebone-capes/cape-stop.sh | 0 .../recipes-ti/beagleboard

[meta-ti] [PATCH 16/17] ti-rtos-firmware: use nonarch_base_libdir for deployment

2022-02-21 Thread Denys Dmytriyenko
-off-by: Awais Belal Signed-off-by: Denys Dmytriyenko --- .../ti-rtos-bin/ti-rtos-firmware.bb | 102 +- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos

[meta-ti] [PATCH 17/17] meta-ti: use nonarch_base_libdir for firmware installations

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Firmware images should always be installed under /lib and hence should use nonarch_base_libdir, as regular base_libdir is configuration-specific and doesn't always resolve to /lib. Signed-off-by: Denys Dmytriyenko --- .../cadence-mhdp-fw/cadence-mhdp-fw_git.bb| 6

[meta-ti] [PATCH 18/19] gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64

2022-02-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Newer versions of baremetal GCC toolchain available from meta-arm-toolchain. Signed-off-by: Denys Dmytriyenko --- .../gcc-linaro-baremetal-aarch64-native.bb| 23 --- .../devtools/gcc-linaro-baremetal-native.bb | 23 --- recipes-ti

Re: [meta-ti][dunfell][PATCH] conf: machine: am64xx-hs-evm: Include required boot binaries in wic image

2022-03-01 Thread Denys Dmytriyenko
ot.img" > +IMAGE_BOOT_FILES = "tiboot3.bin ${SPL_BINARYNAME} ${UBOOT_IMAGE}" > > TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" > -- > 2.17.1 > -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Finge

Re: [meta-ti] [master][PATCH] meta-ti: correct and do not skip "installed-vs-shipped" QA check

2022-03-01 Thread Denys Dmytriyenko
Ping. On Fri, Feb 25, 2022 at 09:41:25PM +, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Skipping "installed-vs-shipped" QA check is now considered bad practice > due to possible SDK issues and is being flagged by yocto-check-layer [1] > script and co

Re: [meta-ti][dunfell][PATCH] conf: machine: am64xx-hs-evm: Include required boot binaries in wic image

2022-03-03 Thread Denys Dmytriyenko
On Thu, Mar 03, 2022 at 05:35:04PM +0530, Aparna M wrote: > On 19:17-20220301, Denys Dmytriyenko wrote: > Hi Denys, > > Yes, the wic image was tested on the HS platform and the boot works. > This should give you an idea about the boot flow : > https://software-dl.ti.com/proce

Re: [meta-ti][dunfell][PATCH 06/11] recipes-bsp: lpm-demo: Introduce low power mode demo package

2022-03-22 Thread Denys Dmytriyenko
oot > + else > + bberror "Could not find LPM ramfs image > (${LPM_RAMFS_IMAGE}-${MACHINE}.cpio) in deploy dir!" > + fi > +} > + > +do_install[depends] = "${LPM_RAMFS_IMAGE}:do_image_complete" > + > +FILES_${PN} = "/boo

Re: [meta-ti][dunfell][PATCH v2 2/7] recipes-ti: ti-rtos-bin: Add AM62x binaries

2022-03-22 Thread Denys Dmytriyenko
_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_test_mcu1_0_release_strip.xer5f" > @@ -313,6 +329,8 @@ ALTERNATIVE_TARGET[j721s2-main-r5f1_1-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc > ALTERNATIVE_TARGET[j721s2-c71_0-fw] = > "${base_libdir}/firmware/pdk-ipc

Re: [meta-ti][dunfell][PATCH v2 1/7] machine: Add am62xx evm configuration

2022-03-22 Thread Denys Dmytriyenko
nc > index 7ed6c5b4..6098f989 100644 > --- a/recipes-bsp/u-boot/u-boot-ti.inc > +++ b/recipes-bsp/u-boot/u-boot-ti.inc > @@ -69,6 +69,7 @@ SPL_UART_BINARY_j7200-hs-evm-k3r5 = "u-boot-spl.bin" > SPL_UART_BINARY_j721s2-evm-k3r5 = "u-boot-spl.bin" > SPL_UART_BINARY_am64

Re: [meta-ti][dunfell][PATCH v2 3/7] recipes: Pick up correct image and build DM to boot images

2022-03-22 Thread Denys Dmytriyenko
" > -PLAT_SFX_am62xx-evm = "am62xx" > +PLAT_SFX_am62xx-evm = "am62x" am62xx SOC_FAMILY in the override? > FILESEXTRAPATHS_prepend := "${METATIBASE}/recipes-bsp/ti-sci-fw/files/:" > require recipes-bsp/ti-linux-fw/ti-linux-fw.inc > -- > 2.17.1 >

Re: [meta-ti][dunfell][PATCH] ti-graphics: gpu enable and move all platforms to ddk 1.15

2022-03-22 Thread Denys Dmytriyenko
EQUIRED_MACHINE_FEATURES = "gpu" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > -COMPATIBLE_MACHINE = "j7" > +COMPATIBLE_MACHINE = "j7-evm|j721s2-evm|am62xx" > > -PR = "r3" > +PR = "r1" > > BRANCH = "linuxws/dunfell

Re: [meta-ti][dunfell][PATCH v2 5/7] ti-rtos: Add support for AM62x M4F

2022-03-22 Thread Denys Dmytriyenko
ware/pdk-ipc/ipc_echo_baremetal_test_mcu2_1_release_strip.xer5f" > ALTERNATIVE_TARGET[am64-mcu-m4f0_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_baremetal_test_mcu3_0_release_strip.xer5f" > > +ALTERNATIVE_TARGET[am62-mcu-m4f0_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_ba

Re: [meta-ti][dunfell][PATCH v2 7/7] ti-rtos: Fix AM62x Fix MCU core numbers

2022-03-22 Thread Denys Dmytriyenko
ir}/firmware/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f" > > ALTERNATIVE_TARGET[j7-mcu-r5f0_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f" > -- > 2.17.1 > -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://den

Re: [meta-ti][dunfell][PATCH v2] ti-graphics: gpu enable and move all platforms to ddk 1.15

2022-03-25 Thread Denys Dmytriyenko
cs/ti-img-rogue-umlibs.git;branch=${BRANCH}" > +SRCREV = "47c3ffc44f2881397d45c8a2b5dfa7d6c58b79fb" > > -SRCREV = "5ef38353c38d921a65ea6df75c7b6ce710b66034" > - > -PVR_SOC ?= "j721e_linux" > +TARGET_PRODUCT_j7-evm = "j721e_linux" > +T

Re: [meta-ti][master][PATCH 1/4] meta-ti: rename j7-evm to j721e-evm

2022-03-25 Thread Denys Dmytriyenko
vm-k3r5.conf => > j721e-hs-evm-k3r5.conf} (67%) > rename meta-ti-bsp/conf/machine/{j7-hs-evm.conf => j721e-hs-evm.conf} (79%) -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=

Re: [meta-ti][dunfell][PATCH v2] ti-graphics: gpu enable and move all platforms to ddk 1.15

2022-03-25 Thread Denys Dmytriyenko
On Fri, Mar 25, 2022 at 04:21:38PM -0500, Andrew Davis wrote: > On 3/25/22 3:10 PM, Denys Dmytriyenko wrote: > >On Wed, Mar 23, 2022 at 02:37:07PM -0500, Darren Etheridge wrote: > >>Enable the GPU for am62xx and j721s2 and use IMG DDK 1.15 > >> > >>Migr

Re: [meta-ti][dunfell][PATCH v2] ti-graphics: gpu enable and move all platforms to ddk 1.15

2022-03-25 Thread Denys Dmytriyenko
On Fri, Mar 25, 2022 at 04:54:56PM -0500, Andrew F. Davis via lists.yoctoproject.org wrote: > On 3/25/22 4:38 PM, Denys Dmytriyenko wrote: > >On Fri, Mar 25, 2022 at 04:21:38PM -0500, Andrew Davis wrote: > >>On 3/25/22 3:10 PM, Denys Dmytriyenko wrote: > >>>On W

Re: [meta-ti][dunfell][PATCH v3] machine: Add am62xx evm configuration

2022-03-25 Thread Denys Dmytriyenko
tc. And one more final comment - when making functional changes, please keep the existing indentation as is. If indentation need to be cleaned up or changed for a recipe, should be a separate patch just for that w/o any functionality or code changes - don't mix them in a single patch, unless it's a one-off. --

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