Received: by mail.netbsd.org (Postfix, from userid 605) id AD45984E83; Fri, 19 Apr 2019 10:39:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3269784D88 for ; Fri, 19 Apr 2019 10:39:54 +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 Pbb97JcXXkq0 for ; Fri, 19 Apr 2019 10:39:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 90AEE84D78 for ; Fri, 19 Apr 2019 10:39:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B689FB16; Fri, 19 Apr 2019 10:39:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1555670393122230" MIME-Version: 1.0 Date: Fri, 19 Apr 2019 10:39:53 +0000 From: "Jared D. McNeill" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: jmcneill@netbsd.org X-Mailer: log_accum Message-Id: <20190419103953.8B689FB16@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. --_----------=_1555670393122230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jmcneill Date: Fri Apr 19 10:39:53 UTC 2019 Modified Files: pkgsrc/sysutils: Makefile pkgsrc/sysutils/u-boot: Makefile Added Files: pkgsrc/sysutils/u-boot-libretech-cc: DESCR Makefile PLIST Log Message: Add U-Boot package for the Libre Computer AML-S905X-CC (Le Potato) single board computer. To generate a diff of this commit: cvs rdiff -u -r1.805 -r1.806 pkgsrc/sysutils/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/u-boot/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-libretech-cc/DESCR \ pkgsrc/sysutils/u-boot-libretech-cc/Makefile \ pkgsrc/sysutils/u-boot-libretech-cc/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1555670393122230 Content-Disposition: inline Content-Length: 3233 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.805 pkgsrc/sysutils/Makefile:1.806 --- pkgsrc/sysutils/Makefile:1.805 Thu Mar 21 13:35:24 2019 +++ pkgsrc/sysutils/Makefile Fri Apr 19 10:39:53 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.805 2019/03/21 13:35:24 leot Exp $ +# $NetBSD: Makefile,v 1.806 2019/04/19 10:39:53 jmcneill Exp $ # COMMENT= System utilities @@ -633,6 +633,7 @@ SUBDIR+= u-boot-hummingbird-a31 SUBDIR+= u-boot-jetson-tk1 SUBDIR+= u-boot-jetson-tx1 SUBDIR+= u-boot-jetson-tx2 +SUBDIR+= u-boot-libretech-cc SUBDIR+= u-boot-nanopi-m1 SUBDIR+= u-boot-nanopi-neo SUBDIR+= u-boot-nanopi-neo-plus2 Index: pkgsrc/sysutils/u-boot/Makefile diff -u pkgsrc/sysutils/u-boot/Makefile:1.8 pkgsrc/sysutils/u-boot/Makefile:1.9 --- pkgsrc/sysutils/u-boot/Makefile:1.8 Mon Oct 29 09:56:22 2018 +++ pkgsrc/sysutils/u-boot/Makefile Fri Apr 19 10:39:53 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/10/29 09:56:22 jmcneill Exp $ +# $NetBSD: Makefile,v 1.9 2019/04/19 10:39:53 jmcneill Exp $ # .include "../../sysutils/u-boot/u-boot-version.mk" @@ -27,6 +27,7 @@ DEPENDS+= u-boot-hummingbird-a31-[0-9]*: DEPENDS+= u-boot-jetson-tk1-[0-9]*:../../sysutils/u-boot-jetson-tk1 DEPENDS+= u-boot-jetson-tx1-[0-9]*:../../sysutils/u-boot-jetson-tx1 DEPENDS+= u-boot-jetson-tx2-[0-9]*:../../sysutils/u-boot-jetson-tx2 +DEPENDS+= u-boot-libretech-cc-[0-9]*:../../sysutils/u-boot-libretech-cc DEPENDS+= u-boot-nanopi-m1-[0-9]*:../../sysutils/u-boot-nanopi-m1 DEPENDS+= u-boot-nanopi-neo-plus2-[0-9]*:../../sysutils/u-boot-nanopi-neo-plus2 DEPENDS+= u-boot-nanopi-neo-[0-9]*:../../sysutils/u-boot-nanopi-neo Added files: Index: pkgsrc/sysutils/u-boot-libretech-cc/DESCR diff -u /dev/null pkgsrc/sysutils/u-boot-libretech-cc/DESCR:1.1 --- /dev/null Fri Apr 19 10:39:53 2019 +++ pkgsrc/sysutils/u-boot-libretech-cc/DESCR Fri Apr 19 10:39:53 2019 @@ -0,0 +1,10 @@ +U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and +several other processors, which can be installed in a boot ROM and used to +initialize and test the hardware or to download and run application code. + +This package provides U-Boot for the Libre Computer AML-S905X-CC (Le Potato) +single board computer. + +For installation instructions please refer to: + +http://git.denx.de/?p=u-boot.git;a=blob;f=board/amlogic/odroid-c2/README.nanopi-k2 Index: pkgsrc/sysutils/u-boot-libretech-cc/Makefile diff -u /dev/null pkgsrc/sysutils/u-boot-libretech-cc/Makefile:1.1 --- /dev/null Fri Apr 19 10:39:53 2019 +++ pkgsrc/sysutils/u-boot-libretech-cc/Makefile Fri Apr 19 10:39:53 2019 @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2019/04/19 10:39:53 jmcneill Exp $ + +UBOOT_TARGET= libretech-cc +UBOOT_CONFIG= ${UBOOT_TARGET}_defconfig +UBOOT_BIN= u-boot u-boot-dtb.bin + +.include "../../sysutils/u-boot/u-boot-arm64.mk" Index: pkgsrc/sysutils/u-boot-libretech-cc/PLIST diff -u /dev/null pkgsrc/sysutils/u-boot-libretech-cc/PLIST:1.1 --- /dev/null Fri Apr 19 10:39:53 2019 +++ pkgsrc/sysutils/u-boot-libretech-cc/PLIST Fri Apr 19 10:39:53 2019 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2019/04/19 10:39:53 jmcneill Exp $ +share/u-boot/libretech-cc/u-boot +share/u-boot/libretech-cc/u-boot-dtb.bin --_----------=_1555670393122230--