summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-07-05 21:51:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-07-05 23:44:53 +0200
commit34529b0e4549dc9d3fcb04eef259e46bb76a8bc2 (patch)
tree2aa532c4a0955f15af735a2c3a3a2cc34a8ba6a9
parentb1ce42f23fac37e997d1e3b1070bd6bdc0f610d3 (diff)
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 <max.krummenacher@toradex.com>
-rw-r--r--overlays/Makefile1
1 files changed, 1 insertions, 0 deletions
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/*/ \
"