linux: select host-uboot-tools with FIT on mips
In the latest kernel, FIT images are always generated when building a kernel for MIPS. Note that we build the kernel with: make all make <selected-image> so the selected image through Buildroot options doesn't matter: a FIT image is always generated. Therefore, in order to fix autobuilder issues, make sure host-uboot-tools with FIT image are always selected when building the latest kernel version. We do not select it in general as custom versions may be different. Fixes: http://autobuild.buildroot.net/results/24bd5ae44f4097c374fe43b263254a985e2989d2 (mips) http://autobuild.buildroot.net/results/d18b458a600f1f4bd7008d13ad2a56cb22ce8a73 (mips64el) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
5dae966a30
commit
40e266ccb9
@@ -30,6 +30,9 @@ choice
|
||||
config BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
bool "Latest version (6.12)"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_12 if BR2_KERNEL_HEADERS_AS_KERNEL
|
||||
# mips always generates an ITB image
|
||||
select BR2_PACKAGE_HOST_UBOOT_TOOLS if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
||||
select BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
||||
|
||||
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
||||
bool "Latest CIP SLTS version (5.10.162-cip24)"
|
||||
|
||||
Reference in New Issue
Block a user