pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils U-Boot 2018.11 broke compatibility of U-Boot ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/60443c7e9867
branches: trunk
changeset: 317130:60443c7e9867
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Mon Dec 31 15:06:47 2018 +0000
description:
U-Boot 2018.11 broke compatibility of U-Boot image type IDs. Restore IDs
used in previous (and subsequent) U-Boot versions to fix booting GENERIC
armv7 NetBSD kernels.
diffstat:
sysutils/u-boot-nanopi-neo/Makefile | 2 +-
sysutils/u-boot-sopine-baseboard/Makefile | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r bbe32f9275fe -r 60443c7e9867 sysutils/u-boot-nanopi-neo/Makefile
--- a/sysutils/u-boot-nanopi-neo/Makefile Mon Dec 31 15:06:44 2018 +0000
+++ b/sysutils/u-boot-nanopi-neo/Makefile Mon Dec 31 15:06:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/12/31 15:06:45 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2018/12/31 15:06:47 jmcneill Exp $
UBOOT_TARGET= nanopi-neo
UBOOT_CONFIG= nanopi_neo_defconfig
diff -r bbe32f9275fe -r 60443c7e9867 sysutils/u-boot-sopine-baseboard/Makefile
--- a/sysutils/u-boot-sopine-baseboard/Makefile Mon Dec 31 15:06:44 2018 +0000
+++ b/sysutils/u-boot-sopine-baseboard/Makefile Mon Dec 31 15:06:47 2018 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2018/06/07 00:58:27 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:47 jmcneill Exp $
UBOOT_TARGET= sopine-baseboard
UBOOT_CONFIG= sopine_baseboard_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
UBOOT_ENV+= DEVICE_TREE=sun50i-a64-sopine-baseboard
+PKGREVISION= 1
+
# Switch to EL1 before booting kernel (required for 32-bit support)
PKG_DEFAULT_OPTIONS+= el1
Home |
Main Index |
Thread Index |
Old Index