mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-24 00:01:07 -09:00
In the latest kernel, U-Boot images are always generated when building a kernel for NIOS2. Note that we build the kernel with: make all make <selected-image> so the selected image through Buildroot options doesn't matter: a U-Boot image is always generated. Therefore, in order to fix autobuilder issues, make sure host-uboot-tools 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/1d4c249887bdd78dab40152ad3a4fcef16458a1a/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>