pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Rename u-boot-sinovoip-bpi-m3 to u-boot-banan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d4ad6521ddaf
branches: trunk
changeset: 371708:d4ad6521ddaf
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Sat Nov 18 18:38:48 2017 +0000
description:
Rename u-boot-sinovoip-bpi-m3 to u-boot-bananapi-m3 -- upstream made the
same name change to the .dts files.
diffstat:
sysutils/Makefile | 4 ++--
sysutils/u-boot-bananapi-m3/DESCR | 5 +++++
sysutils/u-boot-bananapi-m3/Makefile | 7 +++++++
sysutils/u-boot-bananapi-m3/PLIST | 2 ++
sysutils/u-boot-sinovoip-bpi-m3/DESCR | 5 -----
sysutils/u-boot-sinovoip-bpi-m3/Makefile | 7 -------
sysutils/u-boot-sinovoip-bpi-m3/PLIST | 2 --
7 files changed, 16 insertions(+), 16 deletions(-)
diffs (77 lines):
diff -r 3dab9515a6b6 -r d4ad6521ddaf sysutils/Makefile
--- a/sysutils/Makefile Fri Nov 17 23:21:30 2017 +0000
+++ b/sysutils/Makefile Sat Nov 18 18:38:48 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.738 2017/11/06 22:14:01 jmcneill Exp $
+# $NetBSD: Makefile,v 1.739 2017/11/18 18:38:48 jmcneill Exp $
#
COMMENT= System utilities
@@ -591,6 +591,7 @@
#SUBDIR+= u-boot # only contains Makefile fragments
SUBDIR+= u-boot-a10-olinuxino-lime
SUBDIR+= u-boot-bananapi
+SUBDIR+= u-boot-bananapi-m3
SUBDIR+= u-boot-beagleboard
SUBDIR+= u-boot-beagleboneblack
SUBDIR+= u-boot-beaglebonewhite
@@ -609,7 +610,6 @@
SUBDIR+= u-boot-pine64
SUBDIR+= u-boot-pinebook
SUBDIR+= u-boot-pocketchip
-SUBDIR+= u-boot-sinovoip-bpi-m3
SUBDIR+= upower
SUBDIR+= ups-nut
SUBDIR+= ups-nut-cgi
diff -r 3dab9515a6b6 -r d4ad6521ddaf sysutils/u-boot-bananapi-m3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-bananapi-m3/DESCR Sat Nov 18 18:38:48 2017 +0000
@@ -0,0 +1,5 @@
+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 Sinovoip Banana Pi BPI-M3.
diff -r 3dab9515a6b6 -r d4ad6521ddaf sysutils/u-boot-bananapi-m3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-bananapi-m3/Makefile Sat Nov 18 18:38:48 2017 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2017/11/18 18:38:48 jmcneill Exp $
+
+UBOOT_TARGET= bananapi-m3
+UBOOT_CONFIG= Sinovoip_BPI_M3_defconfig
+UBOOT_BIN= u-boot-sunxi-with-spl.bin
+
+.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 3dab9515a6b6 -r d4ad6521ddaf sysutils/u-boot-bananapi-m3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-bananapi-m3/PLIST Sat Nov 18 18:38:48 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/11/18 18:38:48 jmcneill Exp $
+share/u-boot/bananapi-m3/u-boot-sunxi-with-spl.bin
diff -r 3dab9515a6b6 -r d4ad6521ddaf sysutils/u-boot-sinovoip-bpi-m3/DESCR
--- a/sysutils/u-boot-sinovoip-bpi-m3/DESCR Fri Nov 17 23:21:30 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-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 Sinovoip Banana Pi BPI-M3.
diff -r 3dab9515a6b6 -r d4ad6521ddaf sysutils/u-boot-sinovoip-bpi-m3/Makefile
--- a/sysutils/u-boot-sinovoip-bpi-m3/Makefile Fri Nov 17 23:21:30 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2017/08/12 14:24:17 jmcneill Exp $
-
-UBOOT_TARGET= sinovoip-bpi-m3
-UBOOT_CONFIG= Sinovoip_BPI_M3_defconfig
-UBOOT_BIN= u-boot-sunxi-with-spl.bin
-
-.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 3dab9515a6b6 -r d4ad6521ddaf sysutils/u-boot-sinovoip-bpi-m3/PLIST
--- a/sysutils/u-boot-sinovoip-bpi-m3/PLIST Fri Nov 17 23:21:30 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/12 14:24:17 jmcneill Exp $
-share/u-boot/sinovoip-bpi-m3/u-boot-sunxi-with-spl.bin
Home |
Main Index |
Thread Index |
Old Index