summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-10-14 08:08:45 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2024-03-04 16:08:48 +0100
commita707784329cbf31448288cbcc327172e7449e6ea (patch)
treedfd36e49df435e347b8a7c2d34f9345b6dfd115c
parent357909e8179328e8eb8d50524dc4065d4a5c6ebf (diff)
u-boot-toradex-common: explicitely add u-boot to provides
At least imx-boot requires u-boot. Bitbake would thus not consider our upstream U-Boot recipe as a valid provider and the build will fail for machines not using binman within U-Boot to build the boot container. So the change is required once we start building the upstream U-Boot for Apalis iMX8 and Colibri iMX8X. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common.inc b/recipes-bsp/u-boot/u-boot-toradex-common.inc
index a7cbecf..d41426a 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-common.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex-common.inc
@@ -14,6 +14,7 @@ DEPENDS += " \
python3-pyyaml-native \
python3-yamllint-native \
"
+PROVIDES += "u-boot"
SRC_URI = " \
git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master \