pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils u-boot*: fix more pkglint
details: https://anonhg.NetBSD.org/pkgsrc/rev/157fd713f6a0
branches: trunk
changeset: 456952:157fd713f6a0
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Aug 12 07:30:21 2021 +0000
description:
u-boot*: fix more pkglint
diffstat:
sysutils/u-boot-apple-m1/Makefile | 3 ++-
sysutils/u-boot-ci20/Makefile | 3 ++-
sysutils/u-boot-jetson-nano/Makefile | 3 ++-
sysutils/u-boot-jetson-tx1/Makefile | 3 ++-
sysutils/u-boot-jetson-tx2/Makefile | 3 ++-
sysutils/u-boot-libretech-all-h3-cc-h5/Makefile | 3 ++-
sysutils/u-boot-libretech-cc/Makefile | 3 ++-
sysutils/u-boot-nanopi-neo-plus2/Makefile | 3 ++-
sysutils/u-boot-nanopi-neo2/Makefile | 3 ++-
sysutils/u-boot-odroid-c2/Makefile | 3 ++-
sysutils/u-boot-orangepi-lite2/Makefile | 3 ++-
sysutils/u-boot-orangepi-zero-plus/Makefile | 3 ++-
sysutils/u-boot-pine-h64/Makefile | 3 ++-
sysutils/u-boot-pine64/Makefile | 3 ++-
sysutils/u-boot-pinebook-pro/Makefile | 3 ++-
sysutils/u-boot-pinebook/Makefile | 7 ++++---
sysutils/u-boot-pinephone/Makefile | 7 ++++---
sysutils/u-boot-roc-rk3328-cc/Makefile | 3 ++-
sysutils/u-boot-rock64/Makefile | 3 ++-
sysutils/u-boot-rockpro64-ayufan/Makefile | 4 +++-
sysutils/u-boot-rockpro64/Makefile | 3 ++-
sysutils/u-boot-sopine-baseboard/Makefile | 3 ++-
sysutils/u-boot/u-boot-arm64.mk | 4 +---
sysutils/u-boot/u-boot-mipsel.mk | 3 +--
sysutils/u-boot/u-boot-powerpc.mk | 3 +--
25 files changed, 52 insertions(+), 33 deletions(-)
diffs (truncated from 372 to 300 lines):
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-apple-m1/Makefile
--- a/sysutils/u-boot-apple-m1/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-apple-m1/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/03/06 20:17:39 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/12 07:30:21 wiz Exp $
UBOOT_TARGET= apple-m1
UBOOT_CONFIG= apple_m1_defconfig
@@ -27,3 +27,4 @@
${PREFIX}/share/dtb/arm64/apple/apple-m1-j274.dtb@0x803060000
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-ci20/Makefile
--- a/sysutils/u-boot-ci20/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-ci20/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/20 17:46:28 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/12 07:30:21 wiz Exp $
UBOOT_TARGET= ci20
UBOOT_CONFIG= ci20_mmc_defconfig
@@ -18,3 +18,4 @@
cp ${WRKSRC}/spl/u-boot-spl.bin ${WRKSRC}/u-boot-spl.bin
.include "../../sysutils/u-boot/u-boot-mipsel.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-jetson-nano/Makefile
--- a/sysutils/u-boot-jetson-nano/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-jetson-nano/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/20 22:29:12 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/12 07:30:21 wiz Exp $
UBOOT_TARGET= jetson-nano
UBOOT_CONFIG= p3450-0000_defconfig
@@ -18,3 +18,4 @@
PKG_DEFAULT_OPTIONS+= el1
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-jetson-tx1/Makefile
--- a/sysutils/u-boot-jetson-tx1/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-jetson-tx1/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/04/26 08:32:29 skrll Exp $
+# $NetBSD: Makefile,v 1.9 2021/08/12 07:30:21 wiz Exp $
UBOOT_TARGET= jetson-tx1
UBOOT_CONFIG= p2371-2180_defconfig
@@ -10,3 +10,4 @@
PKG_DEFAULT_OPTIONS+= el1
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-jetson-tx2/Makefile
--- a/sysutils/u-boot-jetson-tx2/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-jetson-tx2/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/02/18 14:55:32 martin Exp $
+# $NetBSD: Makefile,v 1.8 2021/08/12 07:30:21 wiz Exp $
UBOOT_TARGET= jetson-tx2
UBOOT_CONFIG= p2771-0000-500_defconfig
@@ -10,3 +10,4 @@
# PKG_DEFAULT_OPTIONS+= el1
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-libretech-all-h3-cc-h5/Makefile
--- a/sysutils/u-boot-libretech-all-h3-cc-h5/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-libretech-all-h3-cc-h5/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/21 19:43:48 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/12 07:30:21 wiz Exp $
UBOOT_TARGET= libretech-all-h3-cc-h5
UBOOT_CONFIG= libretech_all_h3_cc_h5_defconfig
@@ -17,3 +17,4 @@
.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-libretech-cc/Makefile
--- a/sysutils/u-boot-libretech-cc/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-libretech-cc/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/04/26 08:32:29 skrll Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/12 07:30:22 wiz Exp $
UBOOT_TARGET= libretech-cc
UBOOT_CONFIG= ${UBOOT_TARGET}_defconfig
@@ -7,3 +7,4 @@
PKGREVISION= 1
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-nanopi-neo-plus2/Makefile
--- a/sysutils/u-boot-nanopi-neo-plus2/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-nanopi-neo-plus2/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/11/04 21:28:56 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2021/08/12 07:30:22 wiz Exp $
UBOOT_TARGET= nanopi-neo-plus2
UBOOT_CONFIG= nanopi_neo_plus2_defconfig
@@ -19,3 +19,4 @@
.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-nanopi-neo2/Makefile
--- a/sysutils/u-boot-nanopi-neo2/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-nanopi-neo2/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/11/04 21:28:56 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/12 07:30:22 wiz Exp $
UBOOT_TARGET= nanopi-neo2
UBOOT_CONFIG= nanopi_neo2_defconfig
@@ -19,3 +19,4 @@
.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-odroid-c2/Makefile
--- a/sysutils/u-boot-odroid-c2/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-odroid-c2/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/11/04 21:28:56 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/08/12 07:30:22 wiz Exp $
UBOOT_TARGET= odroid-c2
UBOOT_CONFIG= odroid-c2_defconfig
@@ -98,3 +98,4 @@
# bs=512 skip=96
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-orangepi-lite2/Makefile
--- a/sysutils/u-boot-orangepi-lite2/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-orangepi-lite2/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/04 15:20:35 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/12 07:30:22 wiz Exp $
UBOOT_TARGET= orangepi-lite2
UBOOT_CONFIG= orangepi_lite2_defconfig
@@ -14,3 +14,4 @@
.include "../../sysutils/arm-trusted-firmware-sun50i-h6/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-orangepi-zero-plus/Makefile
--- a/sysutils/u-boot-orangepi-zero-plus/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-orangepi-zero-plus/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/11/04 21:28:57 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2021/08/12 07:30:22 wiz Exp $
UBOOT_TARGET= orangepi-zero-plus
UBOOT_CONFIG= orangepi_zero_plus_defconfig
@@ -19,3 +19,4 @@
.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-pine-h64/Makefile
--- a/sysutils/u-boot-pine-h64/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-pine-h64/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/06/21 14:05:12 nia Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/12 07:30:22 wiz Exp $
UBOOT_TARGET= pine-h64
UBOOT_CONFIG= pine_h64_defconfig
@@ -16,3 +16,4 @@
.include "../../sysutils/arm-trusted-firmware-sun50i-h6/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-pine64/Makefile
--- a/sysutils/u-boot-pine64/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-pine64/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/11/04 21:28:57 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2021/08/12 07:30:22 wiz Exp $
UBOOT_TARGET= pine64
UBOOT_CONFIG= pine64_plus_defconfig
@@ -19,3 +19,4 @@
.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-pinebook-pro/Makefile
--- a/sysutils/u-boot-pinebook-pro/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-pinebook-pro/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/07/26 06:36:41 mrg Exp $
+# $NetBSD: Makefile,v 1.13 2021/08/12 07:30:23 wiz Exp $
UBOOT_TARGET= pinebook-pro
UBOOT_CONFIG= pinebook-pro-rk3399_defconfig
@@ -9,3 +9,4 @@
UBOOT_INSTALLBOOT_PLIST= installboot.plist
.include "../../sysutils/u-boot/u-boot-rockchip.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-pinebook/Makefile
--- a/sysutils/u-boot-pinebook/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-pinebook/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/11/04 21:28:57 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2021/08/12 07:30:22 wiz Exp $
UBOOT_VERSION= 2018.11rc3
UBOOT_TARGET= pinebook
@@ -18,6 +18,8 @@
DISTINFO_FILE= ${.CURDIR}/../../sysutils/u-boot-pinebook/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/u-boot-pinebook/patches
+CHECK_PORTABILITY_SKIP+= tools/imx_cntr_image.sh
+
post-extract:
${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i_a64/bl31.bin ${WRKSRC}
@@ -26,5 +28,4 @@
.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
-
-CHECK_PORTABILITY_SKIP+= tools/imx_cntr_image.sh
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-pinephone/Makefile
--- a/sysutils/u-boot-pinephone/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-pinephone/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/01 06:52:30 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/12 07:30:23 wiz Exp $
UBOOT_VERSION= 2021.01-rc3
UBOOT_TARGET= pinephone
@@ -24,10 +24,11 @@
REPLACE.python3.new+= ${PYTHONBIN}
REPLACE_FILES.python3+= scripts/dtc/pylibfdt/setup.py
+CHECK_PORTABILITY_SKIP+= tools/imx_cntr_image.sh
+
post-extract:
${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i_a64/bl31.bin ${WRKSRC}
.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
-
-CHECK_PORTABILITY_SKIP+= tools/imx_cntr_image.sh
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-roc-rk3328-cc/Makefile
--- a/sysutils/u-boot-roc-rk3328-cc/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-roc-rk3328-cc/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/06/25 08:40:54 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/12 07:30:23 wiz Exp $
UBOOT_TARGET= roc-rk3328-cc
UBOOT_CONFIG= roc-cc-rk3328_defconfig
@@ -20,3 +20,4 @@
.include "../../sysutils/arm-trusted-firmware-rk3328/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-rock64/Makefile
--- a/sysutils/u-boot-rock64/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-rock64/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/06/25 08:28:57 mrg Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/12 07:30:23 wiz Exp $
PKGREVISION= 7
UBOOT_TARGET= rock64
@@ -31,3 +31,4 @@
.include "../../lang/python/application.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d668e5dafdb0 -r 157fd713f6a0 sysutils/u-boot-rockpro64-ayufan/Makefile
--- a/sysutils/u-boot-rockpro64-ayufan/Makefile Thu Aug 12 07:25:54 2021 +0000
+++ b/sysutils/u-boot-rockpro64-ayufan/Makefile Thu Aug 12 07:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/07/27 20:47:35 tnn Exp $
+# $NetBSD: Makefile,v 1.7 2021/08/12 07:30:23 wiz Exp $
PKGREVISION= 1
UBOOT_TARGET= rockpro64
@@ -21,3 +21,5 @@
PKGNAME= u-boot-rockpro64-ayufan-${UBOOT_VERSION}
.include "../../sysutils/u-boot/u-boot-rockchip.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index