From a707784329cbf31448288cbcc327172e7449e6ea Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 14 Oct 2023 08:08:45 -0300 Subject: 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 --- recipes-bsp/u-boot/u-boot-toradex-common.inc | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3