pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Sun Jul 10 16:32:43 UTC 2022
Modified Files:
pkgsrc/doc: CHANGES-2022
pkgsrc/sysutils/u-boot-beagleboneblack: Makefile
Added Files:
pkgsrc/sysutils/u-boot: distinfo-2022.04
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3284 -r1.3285 pkgsrc/doc/CHANGES-2022
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot/distinfo-2022.04
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/u-boot-beagleboneblack/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2022
diff -u pkgsrc/doc/CHANGES-2022:1.3284 pkgsrc/doc/CHANGES-2022:1.3285
--- pkgsrc/doc/CHANGES-2022:1.3284 Sun Jul 10 14:48:16 2022
+++ pkgsrc/doc/CHANGES-2022 Sun Jul 10 16:32:43 2022
@@ -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 @@ Changes to the packages collection and i
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]
Index: pkgsrc/sysutils/u-boot-beagleboneblack/Makefile
diff -u pkgsrc/sysutils/u-boot-beagleboneblack/Makefile:1.8 pkgsrc/sysutils/u-boot-beagleboneblack/Makefile:1.9
--- pkgsrc/sysutils/u-boot-beagleboneblack/Makefile:1.8 Thu Aug 12 07:25:55 2021
+++ pkgsrc/sysutils/u-boot-beagleboneblack/Makefile Sun Jul 10 16:32:43 2022
@@ -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"
Added files:
Index: pkgsrc/sysutils/u-boot/distinfo-2022.04
diff -u /dev/null pkgsrc/sysutils/u-boot/distinfo-2022.04:1.1
--- /dev/null Sun Jul 10 16:32:43 2022
+++ pkgsrc/sysutils/u-boot/distinfo-2022.04 Sun Jul 10 16:32:43 2022
@@ -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