Re: [meta-ti][master/kirkstone][PATCH] linux-ti-next,conf/machine: Add support for new vendored dts dir

2023-07-27 Thread Denys Dmytriyenko
On Tue, Jul 25, 2023 at 09:17:21AM -0500, Ryan Eatmon wrote: > > That's not true... It will test all matching DTs in the upstream > kernel instead of just a fixed list. But in the end, it is testing > DTs in the upstream kernel... No, I didn't mean testing the actual DTs. I meant testing the st

[meta-ti][master/kirkstone][PATCH v2 1/2] ti-kernel-devicetree-prefix: Add search function for DTBMERGE

2023-07-27 Thread Ryan Eatmon via lists.yoctoproject.org
With the change to the vendored arch/arm/boot/dts directory, we need to add support to the KERNEL_DEVICETREE_DTBMERGE to make it a search pattern instead of a fixed list. Signed-off-by: Ryan Eatmon --- .../linux/ti-kernel-devicetree-prefix.inc | 22 ++- 1 file changed, 21 ins

[meta-ti][master/kirkstone][PATCH v2 2/2] linux-ti-next,conf/machine: Add support for new vendored dts dir

2023-07-27 Thread Ryan Eatmon via lists.yoctoproject.org
The latest kernel has made the change to add vendor subdirectories into the arch/arm/boot/dts directory. This effectively breaks the KERNEL_DEVICETREE settings in the machine configs for 32bit platforms, so switch them over to using the PREFIX variable. Also change the linux-ti-next to use the PR