pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-bananapi-r2 u-boot-bananapi-r2: add a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f46ba46ebd4e
branches:  trunk
changeset: 336858:f46ba46ebd4e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Jul 26 10:25:15 2019 +0000

description:
u-boot-bananapi-r2: add a CHECK_PORTABILITY_SKIP

diffstat:

 sysutils/u-boot-bananapi-r2/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d1350ee19407 -r f46ba46ebd4e sysutils/u-boot-bananapi-r2/Makefile
--- a/sysutils/u-boot-bananapi-r2/Makefile      Fri Jul 26 10:22:07 2019 +0000
+++ b/sysutils/u-boot-bananapi-r2/Makefile      Fri Jul 26 10:25:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/05/08 05:06:48 thorpej Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/26 10:25:15 tnn Exp $
 
 UBOOT_TARGET=          bananapi-r2
 UBOOT_CONFIG=          mt7623n_bpir2_defconfig
@@ -14,6 +14,10 @@
 PATCHDIR=              ${.CURDIR}/../../sysutils/u-boot-bananapi-r2/patches
 DISTFILES=             ${DEFAULT_DISTFILES}
 
+# This could be moved to u-boot.mk as long as we don't have support for
+# any imx8 boards.
+CHECK_PORTABILITY_SKIP+=       tools/imx8m_image.sh
+
 # SDMMC_BOOT-signature
 SDMMC_BOOT_IMG=                BPI-R2-HEAD440-0k.img
 DISTFILES+=            ${SDMMC_BOOT_IMG}



Home | Main Index | Thread Index | Old Index