Module Name:    src
Committed By:   jmcneill
Date:           Tue Jan 15 02:51:10 UTC 2013

Modified Files:
        src/distrib/utils/embedded/conf: beagleboard.conf

Log Message:
set kerneldir= to the path used by build.sh


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/embedded/conf/beagleboard.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/embedded/conf/beagleboard.conf
diff -u src/distrib/utils/embedded/conf/beagleboard.conf:1.1 src/distrib/utils/embedded/conf/beagleboard.conf:1.2
--- src/distrib/utils/embedded/conf/beagleboard.conf:1.1	Mon Jan 14 11:32:40 2013
+++ src/distrib/utils/embedded/conf/beagleboard.conf	Tue Jan 15 02:51:10 2013
@@ -1,4 +1,4 @@
-# $NetBSD: beagleboard.conf,v 1.1 2013/01/14 11:32:40 jmcneill Exp $
+# $NetBSD: beagleboard.conf,v 1.2 2013/01/15 02:51:10 jmcneill Exp $
 # BeagleBoard customization script used by mkimage
 #
 board=beagleboard
@@ -9,7 +9,7 @@ image=$HOME/${board}.img
 
 sets="base etc comp games man misc modules tests text"
 setsdir=$obj/evbarm/media
-kerneldir=$src/sys/arch/evbarm/compile/${kernelconf}
+kerneldir=$src/sys/arch/evbarm/compile/obj/${kernelconf}
 specialdirs="/kern /proc"
 
 swap=512

Reply via email to