summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-06-20 16:11:33 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-06-28 13:38:56 +0200
commit1ce450548dff262d57132e0f1cd6f295116206ae (patch)
tree76b98cb11ea3ab7f4e99eee638ccab94dcab78bd
parent3ad45c1ef8ba35978b5751166e8d87012a155627 (diff)
u-boot-toradex_2022.04: add relative path to included file
This allows to override the included file from another layer with higher priority. Related-to: ELB-5213 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit e0206a62beb3e667cab33ce7b19cc464424a06a0)
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2022.04.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb b/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb
index 91f2fa7..a97b9ad 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb
@@ -1,5 +1,5 @@
require recipes-bsp/u-boot/u-boot.inc
-require u-boot-toradex-common_${PV}.inc
+require recipes-bsp/u-boot/u-boot-toradex-common_${PV}.inc
SUMMARY = "U-Boot bootloader with support for Toradex i.MX 8 series SoMs"