Build install ramdisk kernel for JORNADA720.

This commit is contained in:
tsutsui 2010-09-04 01:16:49 +00:00
parent e811b2c552
commit f2af7cc187
3 changed files with 17 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2010/04/17 13:36:22 nonaka Exp $
# $NetBSD: Makefile,v 1.3 2010/09/04 01:16:49 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -9,6 +9,7 @@ MINIROOTOBJ!= cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR}
MINIROOT= ${MINIROOTOBJ}/miniroot.fs
MDSETTARGETS= INSTALL_IPAQ ${MINIROOT} netbsd-IPAQ \
INSTALL_JORNADA720 ${MINIROOT} netbsd-JORNADA720 \
INSTALL_WZERO3 ${MINIROOT} netbsd-WZERO3
MDSET_RELEASEDIR= installation

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.9 2010/04/17 13:36:21 nonaka Exp $
# $NetBSD: Makefile.inc,v 1.10 2010/09/04 01:16:50 tsutsui Exp $
#
# etc.hpcarm/Makefile.inc -- hpcarm-specific etc Makefile targets
#
@ -8,7 +8,7 @@
KERNEL_SETS= IPAQ JORNADA720 WZERO3
BUILD_KERNELS= INSTALL_IPAQ INSTALL_WZERO3
BUILD_KERNELS= INSTALL_IPAQ INSTALL_JORNADA720 INSTALL_WZERO3
INSTALLATION_DIRS+= installation/miniroot

View File

@ -0,0 +1,13 @@
#
# kernel config file for system install
#
# $NetBSD: INSTALL_JORNADA720,v 1.1 2010/09/04 01:16:49 tsutsui Exp $
#
include "arch/hpcarm/conf/JORNADA720"
# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_ROOT_SIZE=8704 # size of memory disk, in blocks