pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils
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.
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
Home |
Main Index |
Thread Index |
Old Index