pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot-bananapi-r2
Module Name: pkgsrc
Committed By: tnn
Date: Fri Jul 26 10:25:15 UTC 2019
Modified Files:
pkgsrc/sysutils/u-boot-bananapi-r2: Makefile
Log Message:
u-boot-bananapi-r2: add a CHECK_PORTABILITY_SKIP
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/u-boot-bananapi-r2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/u-boot-bananapi-r2/Makefile
diff -u pkgsrc/sysutils/u-boot-bananapi-r2/Makefile:1.4 pkgsrc/sysutils/u-boot-bananapi-r2/Makefile:1.5
--- pkgsrc/sysutils/u-boot-bananapi-r2/Makefile:1.4 Wed May 8 05:06:48 2019
+++ pkgsrc/sysutils/u-boot-bananapi-r2/Makefile Fri Jul 26 10:25:15 2019
@@ -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 @@ DISTINFO_FILE= ${.CURDIR}/../../sysutil
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