Source-Changes-HG archive

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

[src/netbsd-7]: src Pull up following revision(s) (requested by snj in ticket...



details:   https://anonhg.NetBSD.org/src/rev/ca7279f28e4c
branches:  netbsd-7
changeset: 799289:ca7279f28e4c
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sat May 09 08:37:32 2015 +0000

description:
Pull up following revision(s) (requested by snj in ticket #742):

distrib/evbarm/instkernel/sshramdisk/Makefile   patch
sys/arch/evbarm/conf/RPI_INSTALL                patch

        Increase ramdisk size to fix build break.

diffstat:

 distrib/evbarm/instkernel/sshramdisk/Makefile |  4 ++--
 sys/arch/evbarm/conf/RPI_INSTALL              |  5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 2173eacc165e -r ca7279f28e4c distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Sat May 09 08:35:10 2015 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Sat May 09 08:37:32 2015 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.3.6.1 2015/05/07 20:42:37 riz Exp $
+#      $NetBSD: Makefile,v 1.3.6.2 2015/05/09 08:37:32 msaitoh Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     4321k
+IMAGESIZE=     5000k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
diff -r 2173eacc165e -r ca7279f28e4c sys/arch/evbarm/conf/RPI_INSTALL
--- a/sys/arch/evbarm/conf/RPI_INSTALL  Sat May 09 08:35:10 2015 +0000
+++ b/sys/arch/evbarm/conf/RPI_INSTALL  Sat May 09 08:37:32 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI_INSTALL,v 1.3 2014/05/01 18:43:45 martin Exp $
+#      $NetBSD: RPI_INSTALL,v 1.3.4.1 2015/05/09 08:37:32 msaitoh Exp $
 #
 #      RPI_INSTALL -- RPI kernel with installation-sized
 #      ramdisk
@@ -7,5 +7,8 @@
 include "arch/evbarm/conf/RPI"
 include "arch/evbarm/conf/INSTALL"
 
+no options     MEMORY_DISK_ROOT_SIZE
+options        MEMORY_DISK_ROOT_SIZE=29696
+
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index