pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot Add a U-Boot meta package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b23975be64ee
branches:  trunk
changeset: 308497:b23975be64ee
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu May 24 22:35:56 2018 +0000

description:
Add a U-Boot meta package.

diffstat:

 sysutils/u-boot/DESCR             |   5 ++++
 sysutils/u-boot/Makefile          |  44 +++++++++++++++++++++++++++++++++++++++
 sysutils/u-boot/u-boot-version.mk |   3 ++
 sysutils/u-boot/u-boot.mk         |   5 ++-
 4 files changed, 55 insertions(+), 2 deletions(-)

diffs (77 lines):

diff -r 7959e7f5cfb0 -r b23975be64ee sysutils/u-boot/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/DESCR     Thu May 24 22:35:56 2018 +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 is a meta-package that includes all U-Boot packages as dependencies.
diff -r 7959e7f5cfb0 -r b23975be64ee sysutils/u-boot/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/Makefile  Thu May 24 22:35:56 2018 +0000
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1 2018/05/24 22:35:56 jmcneill Exp $
+#
+
+.include "../../sysutils/u-boot/u-boot-version.mk"
+
+DISTNAME=      u-boot-${UBOOT_VERSION}
+CATEGORIES=    meta-pkgs sysutils u-boot
+MASTER_SITES=  # empty
+
+MAINTAINER=    jmcneill%NetBSD.org@localhost
+HOMEPAGE=      https://www.denx.de/wiki/U-Boot
+COMMENT=       Das U-Boot, the Universal Boot Loader (meta-package)
+
+DEPENDS+=      u-boot-a10-olinuxino-lime-[0-9]*:../../sysutils/u-boot-a10-olinuxino-lime
+DEPENDS+=      u-boot-bananapi-m3-[0-9]*:../../sysutils/u-boot-bananapi-m3
+DEPENDS+=      u-boot-bananapi-[0-9]*:../../sysutils/u-boot-bananapi
+DEPENDS+=      u-boot-bcm2837-rpi-3-b-[0-9]*:../../sysutils/u-boot-bcm2837-rpi-3-b
+DEPENDS+=      u-boot-beagleboard-[0-9]*:../../sysutils/u-boot-beagleboard
+DEPENDS+=      u-boot-beagleboneblack-[0-9]*:../../sysutils/u-boot-beagleboneblack
+DEPENDS+=      u-boot-beaglebonewhite-[0-9]*:../../sysutils/u-boot-beaglebonewhite
+DEPENDS+=      u-boot-chip-pro-[0-9]*:../../sysutils/u-boot-chip-pro
+DEPENDS+=      u-boot-chip-[0-9]*:../../sysutils/u-boot-chip
+DEPENDS+=      u-boot-cubieboard2-[0-9]*:../../sysutils/u-boot-cubieboard2
+DEPENDS+=      u-boot-cubieboard4-[0-9]*:../../sysutils/u-boot-cubieboard4
+DEPENDS+=      u-boot-cubietruck-[0-9]*:../../sysutils/u-boot-cubietruck
+DEPENDS+=      u-boot-hummingbird-a31-[0-9]*:../../sysutils/u-boot-hummingbird-a31
+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-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
+DEPENDS+=      u-boot-nanopi-neo2-[0-9]*:../../sysutils/u-boot-nanopi-neo2
+DEPENDS+=      u-boot-orangepi-2-[0-9]*:../../sysutils/u-boot-orangepi-2
+DEPENDS+=      u-boot-orangepi-one-[0-9]*:../../sysutils/u-boot-orangepi-one
+DEPENDS+=      u-boot-orangepi-plus2e-[0-9]*:../../sysutils/u-boot-orangepi-plus2e
+DEPENDS+=      u-boot-pine64-[0-9]*:../../sysutils/u-boot-pine64
+DEPENDS+=      u-boot-pinebook-[0-9]*:../../sysutils/u-boot-pinebook
+DEPENDS+=      u-boot-pocketchip-[0-9]*:../../sysutils/u-boot-pocketchip
+DEPENDS+=      u-boot-radxarock-[0-9]*:../../sysutils/u-boot-radxarock
+
+META_PACKAGE=  yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7959e7f5cfb0 -r b23975be64ee sysutils/u-boot/u-boot-version.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/u-boot-version.mk Thu May 24 22:35:56 2018 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: u-boot-version.mk,v 1.1 2018/05/24 22:35:56 jmcneill Exp $
+
+UBOOT_VERSION?=        2017.11
diff -r 7959e7f5cfb0 -r b23975be64ee sysutils/u-boot/u-boot.mk
--- a/sysutils/u-boot/u-boot.mk Thu May 24 22:25:29 2018 +0000
+++ b/sysutils/u-boot/u-boot.mk Thu May 24 22:35:56 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: u-boot.mk,v 1.8 2018/03/19 20:49:01 bsiegert Exp $
+# $NetBSD: u-boot.mk,v 1.9 2018/05/24 22:35:56 jmcneill Exp $
 
-UBOOT_VERSION?=        2017.11
+.include "../../sysutils/u-boot/u-boot-version.mk"
+
 PKGNAME=       u-boot-${UBOOT_TARGET}-${UBOOT_VERSION}
 DISTNAME?=     u-boot-${UBOOT_VERSION}
 DISTINFO_FILE?=        ${.CURDIR}/../../sysutils/u-boot/distinfo



Home | Main Index | Thread Index | Old Index