Re: [meta-ti][master][PATCH] Rename machine from omap-a15 to am57xx

2022-05-02 Thread Andrew Davis via lists.yoctoproject.org
On 4/29/22 3:00 PM, Denys Dmytriyenko wrote: Andrew, In the subject - omap-a15 is not a machine, but an SoC family, at least from OE perspective. Will fix the wording. On Thu, Apr 28, 2022 at 09:34:10AM -0500, Andrew Davis via lists.yoctoproject.org wrote: The "omap-a15" is a bit of a

Re: [meta-ti] [PATCH] uio-module-drv-test: Fix build with clang

2022-05-02 Thread Khem Raj
On Mon, May 2, 2022 at 11:29 AM Ryan Eatmon wrote: > > > > On 5/2/2022 13:24, Denys Dmytriyenko wrote: > > On Mon, May 02, 2022 at 12:59:59PM -0500, Ryan Eatmon via > > lists.yoctoproject.org wrote: > >> > >> Was this patch sent to the upstream repository maintainer? This > >> seems like a very

[meta-ti][dunfell][PATCH] uio-module-drv-test: Fix build with clang

2022-05-02 Thread Ryan Eatmon via lists.yoctoproject.org
Point to an updated SRCREV that fixes a compile error with the clang compiler. Signed-off-by: Khem Raj Signed-off-by: Ryan Eatmon --- recipes-bsp/uio-module-drv/uio-module-drv.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/uio-module-drv/uio-module-drv

Re: [meta-ti] [PATCH] uio-module-drv-test: Fix build with clang

2022-05-02 Thread Ryan Eatmon via lists.yoctoproject.org
On 5/2/2022 13:24, Denys Dmytriyenko wrote: On Mon, May 02, 2022 at 12:59:59PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: Was this patch sent to the upstream repository maintainer? This seems like a very basic change that should work for all compilers and so should be pushed upstr

Re: [meta-ti] [PATCH] uio-module-drv-test: Fix build with clang

2022-05-02 Thread Denys Dmytriyenko
On Mon, May 02, 2022 at 12:59:59PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > > Was this patch sent to the upstream repository maintainer? This > seems like a very basic change that should work for all compilers > and so should be pushed upstream. If only the upstream project was st

Re: [meta-ti] [PATCH] cmem-mod: Fix kernel module packaging for usrmerge

2022-05-02 Thread Ryan Eatmon via lists.yoctoproject.org
Patch applied to master. On 5/1/2022 11:58, Khem Raj wrote: ERROR: cmem-mod-4.20.00.01+gitAUTOINC+86269258a4-0a do_package: QA Issue: cmem-mod: Files/directories were installed but not shipped in any package: /lib/modules/5.10.100-g4a12bec7d3/extra/cmemk.ko Signed-off-by: Khem Raj ---

Re: [meta-ti] [PATCH] uio-module-drv-test: Fix build with clang

2022-05-02 Thread Ryan Eatmon via lists.yoctoproject.org
Was this patch sent to the upstream repository maintainer? This seems like a very basic change that should work for all compilers and so should be pushed upstream. On 5/1/2022 11:49, Khem Raj wrote: Signed-off-by: Khem Raj --- ...-instead-of-int8_t-in-main-signature.patch | 89

Re: [meta-ti] [master][PATCH] ti-img-rogue-driver: fix breakage with GCC 11

2022-05-02 Thread Ryan Eatmon via lists.yoctoproject.org
Patch applied to master. On 5/2/2022 9:55, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Explicitly cast the value into correct type to fix this error: | .../services/server/devices/rogue/rgxinit.c:1345:36: error: implicit conversion from 'enum ' to 'IMG_BOOL' {aka 'enum tag_img_bool'}

Re: [meta-ti] [master][PATCH 00/26] sync up with dunfell

2022-05-02 Thread Ryan Eatmon via lists.yoctoproject.org
Series applied to master. On 5/2/2022 9:50, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Port latest updates in Dunfell into master. Denys Dmytriyenko (1): linux-ti-staging/mainline: depend on libmpc-native and gmp-native Devarsh Thakkar (1): u-boot-ti: Use SRCREV to get short co

[meta-ti] [master][PATCH] ti-img-rogue-driver: fix breakage with GCC 11

2022-05-02 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Explicitly cast the value into correct type to fix this error: | .../services/server/devices/rogue/rgxinit.c:1345:36: error: implicit conversion from 'enum ' to 'IMG_BOOL' {aka 'enum tag_img_bool'} [-Werror=enum-conversion] | 1345 | bEnableAPM =

[meta-ti] [master][PATCH 20/26] ipc: ti-rpmsg-char: Update library to 0.4.1

2022-05-02 Thread Denys Dmytriyenko
From: Praneeth Bajjuri Update the ti-rpmsg-char library to 0.4.1 version that enables the support for AM62x SoC family remote processors. Signed-off-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1

[meta-ti] [master][PATCH 17/26] u-boot-ti-staging: Bump to 08.03.00.001 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the u-boot version for 08.03.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-bo

[meta-ti] [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Add missing k3-am625-sk-csi2-ov5640.dtb required for the camera overlay. Signed-off-by: Ryan Eatmon Reviewed-by: Praneeth Bajjuri Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/am62xx-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/co

[meta-ti] [master][PATCH 25/26] linux-ti-staging-rt: Bump to 08.03.00.002 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux rt version for 08.03.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/lin

[meta-ti] [master][PATCH 16/26] linux-ti-staging/mainline: depend on libmpc-native and gmp-native

2022-05-02 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Similar to OE-Core changes: https://git.openembedded.org/openembedded-core/commit/?id=128abf5eb76dd0d2680c93f043bf7cac0a3552b8 5.10.85 changed how the GCC plugins are built, which means they now depend on both GMP and MPC to be built. Also add MPC dependency to linux-ti-

[meta-ti] [master][PATCH 12/26] ti-graphics: gpu enable and move all platforms to ddk 1.15

2022-05-02 Thread Denys Dmytriyenko
From: "Etheridge, Darren" Enable the GPU for am62xx and j721s2 and use IMG DDK 1.15 Migrate Imagination DDK 1.13 to DDK 1.15 for J721e Signed-off-by: Darren Etheridge Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/am62xx-evm.conf | 2 ++ meta-

[meta-ti] [master][PATCH 14/26] pru-icss_git.bb: add AM62x

2022-05-02 Thread Denys Dmytriyenko
From: Nick Saulnier This commit adds the PRU Software Support Package (PSSP) to the AM62x Linux Processor SDK under example-applications/pru-icss-x.x.x. It also adds prebuilt PRU firmware to the default AM62x filesystem image under the /lib/firmware folder. Signed-off-by: Nick Saulnier Signed-o

[meta-ti] [master][PATCH 07/26] linux-ti-staging-rt: Bump to 08.02.00.005 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux rt version for 08.02.00.005 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/lin

[meta-ti] [master][PATCH 22/26] k3conf: Update SRCREV to pick AM62x support

2022-05-02 Thread Denys Dmytriyenko
From: Praneeth Bajjuri Update the k3conf to the latest SHA. This adds AM62x support. Signed-off-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[meta-ti] [master][PATCH 18/26] linux-ti-staging: Bump to 08.03.00.001 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux version for 08.03.00.001 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/linux

[meta-ti] [master][PATCH 26/26] ti-linux-fw: Bump to 08.03.00.002 release

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

[meta-ti] [master][PATCH 19/26] linux-ti-staging-rt: Bump to 08.03.00.001 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux rt version for 08.03.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-kernel/linux

[meta-ti] [master][PATCH 15/26] u-boot-ti: Use SRCREV to get short commit ID

2022-05-02 Thread Denys Dmytriyenko
From: Devarsh Thakkar Due to recent security update in git, we are not able to fetch revision currently using existing method: https://github.blog/2022-04-12-git-security-vulnerability-announced/ So instead, use the SRCREV to parse the short commit ID and set the UBOOT_LOCALVERSION variable. Si

[meta-ti] [master][PATCH 23/26] u-boot-ti-staging: Bump to 08.03.00.002 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the u-boot version for 08.03.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-bo

[meta-ti] [master][PATCH 24/26] linux-ti-staging: Bump to 08.03.00.002 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux version for 08.03.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] [master][PATCH 11/26] machine: Add am62xx evm configuration

2022-05-02 Thread Denys Dmytriyenko
From: Nishanth Menon Lets add the basic AM62xx-evm configuration. - Add configurations. - Add firmware overrides. - Add u-boot overrides. - Update TI_LINUX_FW_SRCREV and K3_IMAGE_GEN_SRCREV to appropriate SHAs. Signed-off-by: Nishanth Menon Signed-off-by: Hari Nagalla Signed-off-by: Praneeth B

[meta-ti] [master][PATCH 05/26] u-boot-ti-staging: Bump to 08.02.00.004 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the u-boot version for 08.02.00.004 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-bo

[meta-ti] [master][PATCH 09/26] ti-linux-fw: Bump to 08.02.00.005 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the ti-linux-fw version for 08.02.00.005 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-lin

[meta-ti] [master][PATCH 13/26] pru-icss_git.bb: update to PSSP v6.1.0

2022-05-02 Thread Denys Dmytriyenko
From: Nick Saulnier Update the SDK folder example-applications/pru-icss-x.x.x to install the latest version of the PRU Software Support Package (PSSP). This also uses PSSP v6.1.0 to generate the PRU Halt and RPMsg binaries in the Linux SDK default filesystem image under /lib/firmware. Signed-of

[meta-ti] [master][PATCH 06/26] linux-ti-staging: Bump to 08.02.00.005 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux version for 08.02.00.005 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] [master][PATCH 10/26] u-boot-ti-staging: Bump to 08.02.00.006 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the u-boot version for 08.02.00.006 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-bo

[meta-ti] [master][PATCH 08/26] u-boot-ti-staging: Bump to 08.02.00.005 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the u-boot version for 08.02.00.005 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-bo

[meta-ti] [master][PATCH 00/26] sync up with dunfell

2022-05-02 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Port latest updates in Dunfell into master. Denys Dmytriyenko (1): linux-ti-staging/mainline: depend on libmpc-native and gmp-native Devarsh Thakkar (1): u-boot-ti: Use SRCREV to get short commit ID Etheridge, Darren (1): ti-graphics: gpu enable and move all platf

[meta-ti] [master][PATCH 04/26] linux-ti-staging-rt: Bump to 08.02.00.004 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux rt version for 08.02.00.004 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/lin

[meta-ti] [master][PATCH 02/26] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package

2022-05-02 Thread Denys Dmytriyenko
From: Matthias Schiffer ti-sgx-ddk-um's do_install creates a symlink libGLESv2.so.1 to libGLESv2.so. As this symlink will be installed to ti-sgx-ddk-um, but its target libGLESv2.so is in ti-sgx-ddk-um-dev, the automated dependency analysis will add ti-sgx-ddk-um-dev to ti-sgx-ddk-um's RDEPENDS. T

[meta-ti] [master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms

2022-05-02 Thread Denys Dmytriyenko
From: Jonathan Humphreys To allow a consistent experience across current devices, enable wic.bmap file generation for AM3/4/5 images. Signed-off-by: Jonathan Humphreys Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/include/omap-a15.inc | 2 +- meta-t

[meta-ti] [master][PATCH 03/26] linux-ti-staging: Bump to 08.02.00.004 release

2022-05-02 Thread Denys Dmytriyenko
From: Ryan Eatmon Updated the linux version for 08.02.00.004 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-