Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/embedded/conf Include evbarm.conf as same as o...



details:   https://anonhg.NetBSD.org/src/rev/ded3bd2c0aa9
branches:  trunk
changeset: 328417:ded3bd2c0aa9
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Apr 03 01:36:20 2014 +0000

description:
Include evbarm.conf as same as other conf files

evbarm.conf ensures ${mnt}/boot exists so that it avoids the error:
  /home/builds/ab/HEAD/src/distrib/utils/embedded/mkimage: cannot create \
  /tmp/mkimage.24444a/mnt/boot/cmdline.txt: directory nonexistent

diffstat:

 distrib/utils/embedded/conf/rpi_inst.conf |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r afb73287ec94 -r ded3bd2c0aa9 distrib/utils/embedded/conf/rpi_inst.conf
--- a/distrib/utils/embedded/conf/rpi_inst.conf Wed Apr 02 22:34:29 2014 +0000
+++ b/distrib/utils/embedded/conf/rpi_inst.conf Thu Apr 03 01:36:20 2014 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: rpi_inst.conf,v 1.4 2013/09/16 15:23:57 ast Exp $
+# $NetBSD: rpi_inst.conf,v 1.5 2014/04/03 01:36:20 ozaki-r Exp $
 # Raspberry Pi customization script used by mkimage
 #
 
 board=rpi_inst
 kernel=$src/sys/arch/evbarm/compile/RPI/netbsd-RPI_INSTALL.bin
 
+. ${DIR}/conf/evbarm.conf
+
 image=$HOME/${board}.img
 
 specialdirs="/kern /proc"



Home | Main Index | Thread Index | Old Index