pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot-orangepi-zero-plus
Module Name: pkgsrc
Committed By: martin
Date: Fri Mar 15 13:59:58 UTC 2019
Modified Files:
pkgsrc/sysutils/u-boot-orangepi-zero-plus: Makefile
Log Message:
Move to mainline ARM trusted firmware, bump rev.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/u-boot-orangepi-zero-plus/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-orangepi-zero-plus/Makefile
diff -u pkgsrc/sysutils/u-boot-orangepi-zero-plus/Makefile:1.2 pkgsrc/sysutils/u-boot-orangepi-zero-plus/Makefile:1.3
--- pkgsrc/sysutils/u-boot-orangepi-zero-plus/Makefile:1.2 Mon Dec 31 15:06:46 2018
+++ pkgsrc/sysutils/u-boot-orangepi-zero-plus/Makefile Fri Mar 15 13:59:58 2019
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:46 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2019/03/15 13:59:58 martin Exp $
UBOOT_TARGET= orangepi-zero-plus
UBOOT_CONFIG= orangepi_zero_plus_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
-PKGREVISION= 1
+PKGREVISION= 2
# Switch to EL1 before booting kernel (required for 32-bit support)
PKG_DEFAULT_OPTIONS+= el1
post-extract:
- ${CP} ${PREFIX}/share/arm-trusted-firmware/sun50iw1p1/bl31.bin ${WRKSRC}
+ ${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i_a64/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-sun50iw1p1/buildlink3.mk"
+.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
Home |
Main Index |
Thread Index |
Old Index