On Sun, Aug 21, 2022 at 03:01:08PM +0000, Brook Milligan wrote: > Create bootable images in ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/gzimg. > ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/gzimg. If a boot block is > not available, which is the typical situation currently, no additional > image will be created.
I like this option, but I don't like that it is not optional. IIUC the release build will now create different output depending on what u-boot packages might accidently be installed in /usr/pkg/share/u-boot on the build host. This is not good, there should be an explicit build.sh option needed, or INSTALLBOOT_BOARDS should not have any default. Martin