pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-pinebook Remove el1 suggested option (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf7926a2cb21
branches:  trunk
changeset: 314806:bf7926a2cb21
user:      martin <martin%pkgsrc.org@localhost>
date:      Fri Nov 09 12:00:16 2018 +0000

description:
Remove el1 suggested option (we have a 64bit kernel).
Avoid portability warning on a script not needed for this build.

diffstat:

 sysutils/u-boot-pinebook/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 2be075f259f4 -r bf7926a2cb21 sysutils/u-boot-pinebook/Makefile
--- a/sysutils/u-boot-pinebook/Makefile Fri Nov 09 11:48:03 2018 +0000
+++ b/sysutils/u-boot-pinebook/Makefile Fri Nov 09 12:00:16 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/11/09 11:48:03 leot Exp $
+# $NetBSD: Makefile,v 1.10 2018/11/09 12:00:16 martin Exp $
 
 UBOOT_VERSION=         2018.11rc3
 UBOOT_TARGET=          pinebook
@@ -23,5 +23,5 @@
 
 .include "../../sysutils/arm-trusted-firmware-sun50iw1p1/buildlink3.mk"
 .include "../../sysutils/u-boot/u-boot-arm64.mk"
-# Switch to EL1 before booting kernel (required for 32-bit support)
-PKG_SUGGESTED_OPTIONS+=        el1
+
+CHECK_PORTABILITY_SKIP+=tools/imx_cntr_image.sh



Home | Main Index | Thread Index | Old Index