pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot-pine64
Module Name: pkgsrc
Committed By: joerg
Date: Thu Apr 5 19:13:57 UTC 2018
Modified Files:
pkgsrc/sysutils/u-boot-pine64: Makefile
Log Message:
Create u-boot-sunxi-with-spl.bin like u-boot-pinebook, fixing the build.
>From jmcneill.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/u-boot-pine64/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-pine64/Makefile
diff -u pkgsrc/sysutils/u-boot-pine64/Makefile:1.3 pkgsrc/sysutils/u-boot-pine64/Makefile:1.4
--- pkgsrc/sysutils/u-boot-pine64/Makefile:1.3 Sun Feb 18 16:25:45 2018
+++ pkgsrc/sysutils/u-boot-pine64/Makefile Thu Apr 5 19:13:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/02/18 16:25:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.4 2018/04/05 19:13:57 joerg Exp $
PKGREVISION= 3
@@ -13,7 +13,7 @@ post-extract:
${CP} ${PREFIX}/share/arm-trusted-firmware/sun50iw1p1/bl31.bin ${WRKSRC}
post-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} u-boot-sunxi-with-spl.bin
+ ${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/u-boot/u-boot-arm64.mk"
Home |
Main Index |
Thread Index |
Old Index