summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-common.inc
AgeCommit message (Collapse)Author
2024-03-04u-boot-toradex-common: explicitely add u-boot to providesMax Krummenacher
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>
2024-01-29u-boot-toradex: add binman dependencies for tiboot3Max Krummenacher
To build tiboot3 binman uses additional python modules. Add them to the dependencies. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-09-25u-boot-toradex: fix override for imx based socMax Krummenacher
The correct override matching all i.MX based machines is now imx-generic-bsp, not imx. Fix that. Fixes 7a2d6ff ("u-boot-toradex: split into a release/pinned and latest head recipe") Related-to: ELB-5357 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-09-21u-boot-toradex: split into a release/pinned and latest head recipeMax Krummenacher
This reduces confusion about the current solution on what version gets built with use-head-next. This drops using the `use-head-next` override in favour of having two recipes. Which recipe is to be built will then be set in the various <machine.conf> files. To reduce code duplication split out common code into a inc file and further split out i.MX and TI specific stuff into two specific inc files. Related-to: ELB-5357 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>