From 34529b0e4549dc9d3fcb04eef259e46bb76a8bc2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 5 Jul 2023 21:51:29 +0200 Subject: Makefile: follow change to vendor subdir for dtbs With moving to kernel 6.5 the kernel commit 724ba67515320 ("ARM: dts: Move .dts files to vendor sub-directories") introduced a regression with our 32 bit machines. Add the new subdirs as part of the list of include paths to search when using the Makefile to build outside of OE. Related-to: ELB-5263 Signed-off-by: Max Krummenacher --- overlays/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/overlays/Makefile b/overlays/Makefile index 7606138..607e5c7 100644 --- a/overlays/Makefile +++ b/overlays/Makefile @@ -10,6 +10,7 @@ DTC_FLAGS := -@ # to include both architectures. KERNEL_INCLUDE = " \ ${STAGING_KERNEL_DIR}/arch/arm/boot/dts/ \ + ${STAGING_KERNEL_DIR}/arch/arm/boot/dts/nxp/imx/ \ ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts/*/ \ " -- cgit v1.2.3