summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-10-03 18:41:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-03 19:06:09 +0200
commit2555ba876dc5ed366e2f705601d770febeb6cfbb (patch)
tree0e05d18fa13bb830e64efa80fb07fa2cd6ee23e9 /classes
parent4f38092e5ed18838204d556343b1e3595857ad95 (diff)
devicetree: fix new dtsi include files not being found
Fix new dtsi include files not being found by adding regular overlay path to the DTC include path. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit debc72f4d5fc57f1fc8a7ac80aaf1ddf574c06d8)
Diffstat (limited to 'classes')
-rw-r--r--classes/toradex-devicetree.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/toradex-devicetree.bbclass b/classes/toradex-devicetree.bbclass
index b939db9..1994ad7 100644
--- a/classes/toradex-devicetree.bbclass
+++ b/classes/toradex-devicetree.bbclass
@@ -38,6 +38,7 @@ inherit devicetree
S = "${WORKDIR}/git/overlays"
DT_FILES_PATH = "${WORKDIR}/machine-overlays"
+DT_INCLUDE:append = " ${S}"
# The machine specific recipes start with MACHINE_PREFIX}[_-]
MACHINE_PREFIX = "${MACHINE}"