Some users might want to change u-boot-default-script preferred
provider, so let's use a soft assignment for that.
Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
oe-core changed to install modules in nonarch_base_libdir which dropped
the setting of INSTALL_MOD_PATH.
However the Makefile makes use of INSTALL_MOD_PATH to set DESTDIR for
other files. Set DESTDIR in the build env.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
- Drop the sub SoC family vf50 and vf60 in favour of using only vf
- Use the now generated vf-*-bsp overrides
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
The last machine using this u-boot was removed with commit
c604238 ("Remove boards using the linux-timesys kernel recipe")
in 2015. Remove the recipe.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
The kernel binary image is by default deployed into the rootfs, /boot/.
openembedded-core changed the way it is done in a not backwards
compatible way.
I.e. it now RRECOMMENDS instead of RDEPENDS the package which contains
the kernel binary image.
Commit 1c90b27d2c ("kernel: make kernel-base recommend kernel-image, not depend")
So the way to not deploy also changed. Change machines and recipes
which want to prevent kernel deployment accordingly.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
u-boot-toradex is used for both the mainline and the nxp BSP.
Set compatible so that it can be built for both.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Changelog:
- update to 5.10.104
- includes many patches to address security vulnerabilities.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
e2fsprogs-native and bmap-tools-native are already included by imx-base.inc
so it can be dropped here.
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
- use soc-specific folders to easily differentiate mmc index difference
in our imx8 family of products
- use mmcblk2 folder for imx8mp as the mmc index is wrong otherwise
- switch mmc env offset to negative value in order to support all eMMC
sizes (some have boot part of 2MiB, others 4MiB)
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Fixes: 671aee4b2b ("Generalize overrides subsystem for NXP and Mainline support")
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reported-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit solves the lack of a provider for 'imx-boot' due to
nitrogen8mp not present in COMPATIBLE_MACHINE.
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
This commit fixes error on do_install task for u-boot-fslc.
The error occurs because u-boot.imx can't be found.
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>