pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc u-boot-beagleboneblack: Update sysutils/u-boot-beagleb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d9401fa5155
branches:  trunk
changeset: 381582:3d9401fa5155
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Jul 10 16:32:43 2022 +0000

description:
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.

diffstat:

 doc/CHANGES-2022                         |   3 ++-
 sysutils/u-boot-beagleboneblack/Makefile |  12 +++++++++---
 sysutils/u-boot/distinfo-2022.04         |   5 +++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diffs (49 lines):

diff -r 33276a74d5e6 -r 3d9401fa5155 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sun Jul 10 14:48:16 2022 +0000
+++ b/doc/CHANGES-2022  Sun Jul 10 16:32:43 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.3284 2022/07/10 14:48:16 ryoon Exp $
+$NetBSD: CHANGES-2022,v 1.3285 2022/07/10 16:32:43 brook Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -4921,3 +4921,4 @@
        Added filesystems/cocofs version 1.0 [thorpej 2022-07-09]
        Updated databases/ruby-mysql2 to 0.5.4 [taca 2022-07-10]
        Updated lang/openjdk8 to 1.8.332 [ryoon 2022-07-10]
+       Updated sysutils/u-boot-beagleboneblack to 2022.04 [brook 2022-07-10]
diff -r 33276a74d5e6 -r 3d9401fa5155 sysutils/u-boot-beagleboneblack/Makefile
--- a/sysutils/u-boot-beagleboneblack/Makefile  Sun Jul 10 14:48:16 2022 +0000
+++ b/sysutils/u-boot-beagleboneblack/Makefile  Sun Jul 10 16:32:43 2022 +0000
@@ -1,13 +1,19 @@
-# $NetBSD: Makefile,v 1.8 2021/08/12 07:25:55 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/07/10 16:32:43 brook Exp $
 
 UBOOT_TARGET=          beagleboneblack
-UBOOT_CONFIG=          am335x_boneblack_defconfig
+UBOOT_CONFIG=          am335x_evm_defconfig
 UBOOT_BIN=             u-boot.img
 UBOOT_BIN+=            MLO
 
 UBOOT_INSTALLBOOT_PLIST=       installboot.plist
 
-PKGREVISION=           4
+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"
diff -r 33276a74d5e6 -r 3d9401fa5155 sysutils/u-boot/distinfo-2022.04
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/distinfo-2022.04  Sun Jul 10 16:32:43 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo-2022.04,v 1.1 2022/07/10 16:32:43 brook Exp $
+
+BLAKE2s (u-boot-2022.04.tar.bz2) = f30bb94e07143168fc352e2840e4c8517716b90dfbedb196cc26c4d2c4e5b88a
+SHA512 (u-boot-2022.04.tar.bz2) = 113056e542db049eea3b1d1ccbbe52c79539a2f9bb6129d284ec9200dcffec7bd5969821913a9899631575b80991c84ad01bc845b4bba614e42e54466d9f0d64
+Size (u-boot-2022.04.tar.bz2) = 17772787 bytes



Home | Main Index | Thread Index | Old Index