[meta-ti][kirkstone][PATCH 0/4] Update to cicd.kirkstone.202307061739

2023-07-06 Thread LCPD Automation Script
Update linux-ti-staging_6.1, linux-ti-staging-rt_6.1, ti-linux-fw and u-boot-ti-staging_2023.04 to cicd.kirkstone.202307061739 tag LCPD Automation Script (4): ti-linux-fw: CI/CD Auto-Merger: cicd.kirkstone.202307061739 u-boot-ti-staging_2023.04: CI/CD Auto-Merger:

[meta-ti][kirkstone][PATCH 3/4] linux-ti-staging-rt_6.1: CI/CD Auto-Merger: cicd.kirkstone.202307061739

2023-07-06 Thread LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb

[meta-ti][kirkstone][PATCH 4/4] linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.kirkstone.202307061739

2023-07-06 Thread LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb

[meta-ti][kirkstone][PATCH 1/4] ti-linux-fw: CI/CD Auto-Merger: cicd.kirkstone.202307061739

2023-07-06 Thread LCPD Automation Script
Updated the value(s) for: TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script --- 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-linux-fw.inc

[meta-ti][kirkstone][PATCH 2/4] u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.kirkstone.202307061739

2023-07-06 Thread LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb

[meta-ti][master/kirkstone][PATCH] ti-img-rogue-*: bump srcrev for jacinto fixes

2023-07-06 Thread Randolph Sapp via lists.yoctoproject.org
From: Randolph Sapp Bump the SRCREV for the umlibs and driver package to include some fixes for Jacinto devices. These patches do the following: - Fix virtual memory addressing - Resolve an issue with APM and debug requests - Attempt to resolve most of the cache coherency related issues on

[meta-ti] [master/kirkstone][PATCH] conf/k3: switch mcdepends from do_image_complete

2023-07-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Previously k3 mcdepends for k3r5 artifacts has been changed from do_image_wic to support non-wic builds in other layers and do_image_complete was believed to be sufficient. Switching k3r5 to baremetal builds has exposed another race when some pieces come from sstate and

[meta-ti] [master/kirkstone][PATCH] conf: switch k3r5 multiconfig to baremetal

2023-07-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko There are couple of k3r5 components that need to be built for the target and they are self-contained and don't use glibc. Moreover, when building a cross-compile toolchain for k3r5, there's no need to build glibc and all its dependencies. While build-time speed up is

Re: [meta-ti][master/kirkstone][PATCH] bsp: multiconfig: k3r5: allow customization by donwstream layers

2023-07-06 Thread Denys Dmytriyenko
As you noted yourself in that thread, your patches were workarounds and just masking the actual issue w/o clearly articulating it. The actual race issue has been under investigation for quite some time and I've discussed it with Richard before. Luckily he was finally able to root-cause and fix