From 929868924784d7897bdb954e6a49b2063ee526f6 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Thu, 27 Jul 2023 10:12:16 -0500 Subject: linux-ti-next,conf/machine: Add support for new vendored dts dir 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 PREFIX setting for KERNEL_DEVICETREE. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/ti43x.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-ti-bsp/conf/machine/include/ti43x.inc') diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc index a6af56e3..ea5d1505 100644 --- a/meta-ti-bsp/conf/machine/include/ti43x.inc +++ b/meta-ti-bsp/conf/machine/include/ti43x.inc @@ -22,6 +22,8 @@ KERNEL_IMAGETYPE = "zImage" KERNEL_DEVICETREE_PREFIX = " \ am437x \ am43x \ + ti/omap/am437x \ + ti/omap/am43x \ " KERNEL_DEVICETREE = " \ -- cgit v1.2.3-54-g00ecf