[meta-ti] [master/kirkstone][PATCH v2] conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inc

2023-10-23 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Instead of making kernel RDEPENDS on devicetree and different FW images with lots of machine-override appends that are hard to modify downstream, use proper MACHINE_ESSENTIAL_EXTRA_RDEPENDS and MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS vars that are specifically designed for

Re: [meta-ti] [RFC][master/kirkstone][PATCH] conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inc

2023-10-23 Thread Denys Dmytriyenko
On Mon, Oct 23, 2023 at 04:57:13PM -0500, Ryan Eatmon wrote: > > > On 10/23/2023 1:19 PM, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko > > > >Instead of making kernel RDEPENDS on devicetree and different FW images with > >lots of machine-override appends that are hard to modify

Re: [meta-ti] [RFC][master/kirkstone][PATCH] conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inc

2023-10-23 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/23/2023 1:19 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Instead of making kernel RDEPENDS on devicetree and different FW images with lots of machine-override appends that are hard to modify downstream, use proper MACHINE_ESSENTIAL_EXTRA_RDEPENDS and

Re: [meta-ti] [RFC][master/kirkstone][PATCH] conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inc

2023-10-23 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/23/2023 3:53 PM, Denys Dmytriyenko wrote: On Mon, Oct 23, 2023 at 02:00:53PM -0500, Ryan Eatmon wrote: On 10/23/2023 1:48 PM, Andrew Davis via lists.yoctoproject.org wrote: On 10/23/23 1:19 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Instead of making kernel RDEPENDS on

Re: [meta-ti] [RFC][master/kirkstone][PATCH] conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inc

2023-10-23 Thread Denys Dmytriyenko
On Mon, Oct 23, 2023 at 02:00:53PM -0500, Ryan Eatmon wrote: > > > On 10/23/2023 1:48 PM, Andrew Davis via lists.yoctoproject.org wrote: > >On 10/23/23 1:19 PM, Denys Dmytriyenko wrote: > >>From: Denys Dmytriyenko > >> > >>Instead of making kernel RDEPENDS on devicetree and different FW >

Re: [meta-ti] [master/kirkstone][PATCH 3/5] linux-bb.org: update kernel to 6.1 for Beagle devices

2023-10-23 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/23/2023 2:19 PM, Denys Dmytriyenko wrote: On Mon, Oct 23, 2023 at 10:53:55AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: I just sent a patch for master only against this recipe that removes all of the patches. Not sure if you want a v2 series that includes that change, or

Re: [meta-ti] [master/kirkstone][PATCH 3/5] linux-bb.org: update kernel to 6.1 for Beagle devices

2023-10-23 Thread Denys Dmytriyenko
On Mon, Oct 23, 2023 at 10:53:55AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > > I just sent a patch for master only against this recipe that removes > all of the patches. Not sure if you want a v2 series that includes > that change, or just have a follow on patch. Unless you

Re: [meta-ti] [master/kirkstone][PATCH 5/5] conf: beagle*: recommend essential FW images for Beagle devices

2023-10-23 Thread Denys Dmytriyenko
On Mon, Oct 23, 2023 at 12:18:18PM -0500, Andrew Davis wrote: > On 10/23/23 11:56 AM, Denys Dmytriyenko wrote: > >On Mon, Oct 23, 2023 at 10:50:43AM -0500, Andrew Davis wrote: > >>On 10/20/23 3:44 PM, Denys Dmytriyenko wrote: > >>>From: Denys Dmytriyenko > >>> > >>>Set

Re: [meta-ti] [RFC][master/kirkstone][PATCH] conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inc

2023-10-23 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/23/2023 1:48 PM, Andrew Davis via lists.yoctoproject.org wrote: On 10/23/23 1:19 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Instead of making kernel RDEPENDS on devicetree and different FW images with lots of machine-override appends that are hard to modify downstream, use

Re: [meta-ti] [RFC][master/kirkstone][PATCH] conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inc

2023-10-23 Thread Andrew Davis via lists.yoctoproject.org
On 10/23/23 1:19 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Instead of making kernel RDEPENDS on devicetree and different FW images with lots of machine-override appends that are hard to modify downstream, use proper MACHINE_ESSENTIAL_EXTRA_RDEPENDS and

[meta-ti] [RFC][master/kirkstone][PATCH] conf: machine: move RDEPENDS and RRECOMMENDS from kernel-rdepends.inc

2023-10-23 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Instead of making kernel RDEPENDS on devicetree and different FW images with lots of machine-override appends that are hard to modify downstream, use proper MACHINE_ESSENTIAL_EXTRA_RDEPENDS and MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS vars that are specifically designed for

Re: [meta-ti] [master/kirkstone][PATCH 5/5] conf: beagle*: recommend essential FW images for Beagle devices

2023-10-23 Thread Andrew Davis via lists.yoctoproject.org
On 10/23/23 11:56 AM, Denys Dmytriyenko wrote: On Mon, Oct 23, 2023 at 10:50:43AM -0500, Andrew Davis wrote: On 10/20/23 3:44 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended essential FW images to be added to

Re: [meta-ti][master][PATCH] linux-bb.org: Remove unneeded patches

2023-10-23 Thread Denys Dmytriyenko
On Mon, Oct 23, 2023 at 10:51:07AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > With the move to the 6.1 kernel, we no longer need any of the 5.10 based > patches. Yeah, I was running master builds over the weekend and noticed master had those extra gcc13 patches that kirkstone didn't

Re: [meta-ti] [master/kirkstone][PATCH 5/5] conf: beagle*: recommend essential FW images for Beagle devices

2023-10-23 Thread Denys Dmytriyenko
On Mon, Oct 23, 2023 at 10:52:49AM -0500, Ryan Eatmon wrote: > > > On 10/23/2023 10:50 AM, Andrew Davis via lists.yoctoproject.org wrote: > >On 10/20/23 3:44 PM, Denys Dmytriyenko wrote: > >>From: Denys Dmytriyenko > >> > >>Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list

Re: [meta-ti] [master/kirkstone][PATCH 5/5] conf: beagle*: recommend essential FW images for Beagle devices

2023-10-23 Thread Denys Dmytriyenko
On Mon, Oct 23, 2023 at 10:50:43AM -0500, Andrew Davis wrote: > On 10/20/23 3:44 PM, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko > > > >Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended > >essential FW images to be added to rootfs by default. > > > >Correct

[meta-ti][kirkstone] regression with rogue gpu

2023-10-23 Thread Max Krummenacher
From: Max Krummenacher Hi On our weekly CI build we see glmark segfaulting on our AM625 based SoM. Reverting commit 9b6bce2c ("mesa-pvr: bump srcrev for sgx support") on top of meta-ti @ 59edb4e8 ("linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.kirkstone.202310191725") fixes the segfault and

Re: [meta-ti] [master/kirkstone][PATCH 3/5] linux-bb.org: update kernel to 6.1 for Beagle devices

2023-10-23 Thread Ryan Eatmon via lists.yoctoproject.org
I just sent a patch for master only against this recipe that removes all of the patches. Not sure if you want a v2 series that includes that change, or just have a follow on patch. On 10/20/2023 3:44 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Update both 32-bit and 64-bit

Re: [meta-ti] [master/kirkstone][PATCH 5/5] conf: beagle*: recommend essential FW images for Beagle devices

2023-10-23 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/23/2023 10:50 AM, Andrew Davis via lists.yoctoproject.org wrote: On 10/20/23 3:44 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended essential FW images to be added to rootfs by default. Correct beagle-x15 to

[meta-ti][master][PATCH] linux-bb.org: Remove unneeded patches

2023-10-23 Thread Ryan Eatmon via lists.yoctoproject.org
With the move to the 6.1 kernel, we no longer need any of the 5.10 based patches. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | 5 - 1 file changed, 5 deletions(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb

Re: [meta-ti] [master/kirkstone][PATCH 5/5] conf: beagle*: recommend essential FW images for Beagle devices

2023-10-23 Thread Andrew Davis via lists.yoctoproject.org
On 10/20/23 3:44 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended essential FW images to be added to rootfs by default. Correct beagle-x15 to pull devicetrees and kernel image as well. Would it be better to have

Re: [meta-ti] [kirkstone][PATCH v3 1/2] preuth-fw: Remove packaging of PRU-ICSSM firmwares

2023-10-23 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/22/2023 11:49 PM, Ravi Gunasekaran wrote: On 10/21/23 3:50 AM, Ryan Eatmon wrote: On 10/9/2023 3:20 PM, Denys Dmytriyenko wrote: On Mon, Oct 09, 2023 at 12:39:25PM +0530, Ravi Gunasekaran via lists.yoctoproject.org wrote: PRU-ICSS on AM33x, AM43x, supports different ethernet