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-20 16:19:01 +0200
commite0206a62beb3e667cab33ce7b19cc464424a06a0 (patch)
tree2fc4d83d1b09f55c21adc64455afc98ceb364156
parent2038ae25edaffb95b5f4e4a65a17d53720e2440d (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>
-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"