From 2555ba876dc5ed366e2f705601d770febeb6cfbb Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 3 Oct 2022 18:41:19 +0200 Subject: 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 (cherry picked from commit debc72f4d5fc57f1fc8a7ac80aaf1ddf574c06d8) --- classes/toradex-devicetree.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') 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}" -- cgit v1.2.3