pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-pine-h64



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Thu Mar 11 18:59:59 UTC 2021

Modified Files:
        pkgsrc/sysutils/u-boot-pine-h64: Makefile

Log Message:
Update u-boot-pine-h64 to 2021.01

Notable changes for this board since prior pkgsrc version:
 - ethernet support in u-boot
 - somehow makes NetBSD sunxi_emac driver work


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/u-boot-pine-h64/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot-pine-h64/Makefile
diff -u pkgsrc/sysutils/u-boot-pine-h64/Makefile:1.8 pkgsrc/sysutils/u-boot-pine-h64/Makefile:1.9
--- pkgsrc/sysutils/u-boot-pine-h64/Makefile:1.8        Mon Nov  4 21:28:57 2019
+++ pkgsrc/sysutils/u-boot-pine-h64/Makefile    Thu Mar 11 18:59:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/11/04 21:28:57 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/03/11 18:59:59 jakllsch Exp $
 
 UBOOT_TARGET=          pine-h64
 UBOOT_CONFIG=          pine_h64_defconfig
@@ -6,13 +6,11 @@ UBOOT_BIN=            u-boot-sunxi-with-spl.bin
 
 UBOOT_INSTALLBOOT_PLIST=       installboot.plist
 
-PKGREVISION=           4
+UBOOT_VERSION=         2021.01
+PKGREVISION=           0
 
 post-extract:
        ${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i-h6/bl31.bin ${WRKSRC}
 
-post-build:
-       ${CAT} ${WRKSRC}/spl/sunxi-spl.bin ${WRKSRC}/u-boot.itb > ${WRKSRC}/u-boot-sunxi-with-spl.bin
-
 .include "../../sysutils/arm-trusted-firmware-sun50i-h6/buildlink3.mk"
 .include "../../sysutils/u-boot/u-boot-arm64.mk"



Home | Main Index | Thread Index | Old Index