pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-pinebook



Module Name:    pkgsrc
Committed By:   martin
Date:           Fri Nov  9 12:00:16 UTC 2018

Modified Files:
        pkgsrc/sysutils/u-boot-pinebook: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/u-boot-pinebook/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-pinebook/Makefile
diff -u pkgsrc/sysutils/u-boot-pinebook/Makefile:1.9 pkgsrc/sysutils/u-boot-pinebook/Makefile:1.10
--- pkgsrc/sysutils/u-boot-pinebook/Makefile:1.9        Fri Nov  9 11:48:03 2018
+++ pkgsrc/sysutils/u-boot-pinebook/Makefile    Fri Nov  9 12:00:16 2018
@@ -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 @@ post-build:
 
 .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