Module Name:    src
Committed By:   christos
Date:           Sat Feb  9 20:47:07 UTC 2013

Modified Files:
        src/etc/etc.evbarm: Makefile.inc

Log Message:
get the kernel from the release directory.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/etc/etc.evbarm/Makefile.inc

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

Modified files:

Index: src/etc/etc.evbarm/Makefile.inc
diff -u src/etc/etc.evbarm/Makefile.inc:1.36 src/etc/etc.evbarm/Makefile.inc:1.37
--- src/etc/etc.evbarm/Makefile.inc:1.36	Sat Feb  9 13:59:19 2013
+++ src/etc/etc.evbarm/Makefile.inc	Sat Feb  9 15:47:06 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.36 2013/02/09 18:59:19 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.37 2013/02/09 20:47:06 christos Exp $
 #
 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -44,8 +44,9 @@ KERNEL_SETS+=		IXM1200 HDL_G
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm" \
     || ${MACHINE_ARCH} == "earmhf"
 KERNEL_SETS+=		RPI
-RPI.kernel=		${KERNSRCDIR}/arch/evbarm/compile/RPI/kernel.img
-RPI.img=		${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/gzimg/rpi.img
+RPI.rel=		${RELEASEDIR}/${RELEASEMACHINEDIR}
+RPI.kernel=		${RPI.rel}/installation/instkernel/netbsd-RPI.bin.gz
+RPI.img=		${RPI.rel}/binary/gzimg/rpi.img
 snap_md_post:
 	TOOL_MAKEFS=${TOOL_MAKEFS} \
 	TOOL_DISKLABEL=${TOOL_DISKLABEL} \

Reply via email to