Received: by mail.netbsd.org (Postfix, from userid 605) id 5308684DB0; Thu, 5 Apr 2018 19:13:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5392784D1F for ; Thu, 5 Apr 2018 19:13:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sa50m02bf8Y4 for ; Thu, 5 Apr 2018 19:13:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8552D84C86 for ; Thu, 5 Apr 2018 19:13:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FB58FBEC; Thu, 5 Apr 2018 19:13:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1522955637237520" MIME-Version: 1.0 Date: Thu, 5 Apr 2018 19:13:57 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/sysutils/u-boot-pine64 To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20180405191357.7FB58FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1522955637237520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1522955637237520 Content-Disposition: inline Content-Length: 881 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1522955637237520--