Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbarm/instkernel/sshramdisk Add firmware images to ...



details:   https://anonhg.NetBSD.org/src/rev/94e8e6e67eb6
branches:  trunk
changeset: 331495:94e8e6e67eb6
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 12 11:49:04 2014 +0000

description:
Add firmware images to this image, as discussed on port-arm.

diffstat:

 distrib/evbarm/instkernel/sshramdisk/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 4b5c99c8087b -r 94e8e6e67eb6 distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Tue Aug 12 11:48:22 2014 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Tue Aug 12 11:49:04 2014 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.3 2014/03/02 13:25:43 joerg Exp $
+#      $NetBSD: Makefile,v 1.4 2014/08/12 11:49:04 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     3800k
+IMAGESIZE=     8600k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
@@ -20,6 +20,7 @@
                ${NETBSDSRCDIR}/etc/group \
                ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
                ${DISTRIBDIR}/common/services
+IMAGEPREBUILD= ${TOOL_PAX} -rw -pp ${DESTDIR}/libdata/firmware ${WORKDIR}
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=       ${DISTRIBDIR}/utils/libhack



Home | Main Index | Thread Index | Old Index