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:   thorpej
Date:           Thu Jan  3 05:12:49 UTC 2019

Modified Files:
        pkgsrc/sysutils: Makefile
Added Files:
        pkgsrc/sysutils/u-boot-bananapi-r2: DESCR Makefile PLIST distinfo

Log Message:
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-R2.


To generate a diff of this commit:
cvs rdiff -u -r1.790 -r1.791 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-bananapi-r2/DESCR \
    pkgsrc/sysutils/u-boot-bananapi-r2/Makefile \
    pkgsrc/sysutils/u-boot-bananapi-r2/PLIST \
    pkgsrc/sysutils/u-boot-bananapi-r2/distinfo

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.790 pkgsrc/sysutils/Makefile:1.791
--- pkgsrc/sysutils/Makefile:1.790      Thu Dec 20 07:04:25 2018
+++ pkgsrc/sysutils/Makefile    Thu Jan  3 05:12:49 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.790 2018/12/20 07:04:25 jnemeth Exp $
+# $NetBSD: Makefile,v 1.791 2019/01/03 05:12:49 thorpej Exp $
 #
 
 COMMENT=       System utilities
@@ -614,6 +614,7 @@ SUBDIR+=    tsm8
 #SUBDIR+=      u-boot                  # only contains Makefile fragments
 SUBDIR+=       u-boot-a10-olinuxino-lime
 SUBDIR+=       u-boot-bananapi
+SUBDIR+=       u-boot-bananapi-r2
 SUBDIR+=       u-boot-bananapi-m3
 SUBDIR+=       u-boot-beagleboard
 SUBDIR+=       u-boot-beagleboneblack

Added files:

Index: pkgsrc/sysutils/u-boot-bananapi-r2/DESCR
diff -u /dev/null pkgsrc/sysutils/u-boot-bananapi-r2/DESCR:1.1
--- /dev/null   Thu Jan  3 05:12:49 2019
+++ pkgsrc/sysutils/u-boot-bananapi-r2/DESCR    Thu Jan  3 05:12:49 2019
@@ -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-R2.
Index: pkgsrc/sysutils/u-boot-bananapi-r2/Makefile
diff -u /dev/null pkgsrc/sysutils/u-boot-bananapi-r2/Makefile:1.1
--- /dev/null   Thu Jan  3 05:12:49 2019
+++ pkgsrc/sysutils/u-boot-bananapi-r2/Makefile Thu Jan  3 05:12:49 2019
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/01/03 05:12:49 thorpej Exp $
+
+UBOOT_TARGET=          bananapi-r2
+UBOOT_CONFIG=          mt7623n_bpir2_defconfig
+UBOOT_BIN=             u-boot-mtk.bin
+
+UBOOT_VERSION=         2019.01-rc2
+
+DISTINFO_FILE=         ${.CURDIR}/../../sysutils/u-boot-bananapi-r2/distinfo
+PATCHDIR=              ${.CURDIR}/../../sysutils/u-boot-bananapi-r2/patches
+DISTFILES=             ${DEFAULT_DISTFILES}
+
+.include "../../sysutils/u-boot/u-boot-arm.mk"
Index: pkgsrc/sysutils/u-boot-bananapi-r2/PLIST
diff -u /dev/null pkgsrc/sysutils/u-boot-bananapi-r2/PLIST:1.1
--- /dev/null   Thu Jan  3 05:12:49 2019
+++ pkgsrc/sysutils/u-boot-bananapi-r2/PLIST    Thu Jan  3 05:12:49 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/03 05:12:49 thorpej Exp $
+share/u-boot/bananapi-r2/u-boot-mtk.bin
Index: pkgsrc/sysutils/u-boot-bananapi-r2/distinfo
diff -u /dev/null pkgsrc/sysutils/u-boot-bananapi-r2/distinfo:1.1
--- /dev/null   Thu Jan  3 05:12:49 2019
+++ pkgsrc/sysutils/u-boot-bananapi-r2/distinfo Thu Jan  3 05:12:49 2019
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2019/01/03 05:12:49 thorpej Exp $
+
+SHA1 (u-boot-2019.01-rc2.tar.bz2) = 4dd28d21a8bef3103301e4c15c7d4c88cf992a8b
+RMD160 (u-boot-2019.01-rc2.tar.bz2) = 7ae3ff0a892188665f51595e9fe65b53fd2ef8be
+SHA512 (u-boot-2019.01-rc2.tar.bz2) = d1c76fba9935c3bb7bee67219106af3a05f020cbad6ea2bf4865877d2c67d5ef76ba2d5d49ac623fe8db72fd5adfa5f13894ca80a22d1b0bdbc2549ffdab0815
+Size (u-boot-2019.01-rc2.tar.bz2) = 13253583 bytes
+SHA1 (patch-lib_bch.c) = 151e5f311742a7da919359950ccac2521bcfaaff



Home | Main Index | Thread Index | Old Index