pkgsrc/sysutils/u-boot-beagleboneblack/Makefile
brook eaf0642a49 u-boot-beagleboneblack: Update sysutils/u-boot-beagleboneblack to 2022.04.
Previously the u-boot-beagleboneblack package used the default U-Boot
version, which was 2018.11.  However, that version failed to boot with
the NetBSD UEFI bootloader, efiboot.  Updating to U-Boot version
2022.04 enables UEFI booting.
2022-07-10 16:32:43 +00:00

19 lines
429 B
Makefile

# $NetBSD: Makefile,v 1.9 2022/07/10 16:32:43 brook Exp $
UBOOT_TARGET= beagleboneblack
UBOOT_CONFIG= am335x_evm_defconfig
UBOOT_BIN= u-boot.img
UBOOT_BIN+= MLO
UBOOT_INSTALLBOOT_PLIST= installboot.plist
UBOOT_VERSION= 2022.04
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
.include "../../security/openssl/buildlink3.mk"
.endif
.include "../../sysutils/u-boot/u-boot-arm.mk"
.include "../../mk/bsd.pkg.mk"