Module Name:    src
Committed By:   christos
Date:           Sun Feb 10 01:24:41 UTC 2013

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

Log Message:
Follow a different approach to install the kernel and compress the image.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/etc/etc.evbarm/Makefile.inc:1.38
--- src/etc/etc.evbarm/Makefile.inc:1.37	Sat Feb  9 15:47:06 2013
+++ src/etc/etc.evbarm/Makefile.inc	Sat Feb  9 20:24:40 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.37 2013/02/09 20:47:06 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.38 2013/02/10 01:24:40 christos Exp $
 #
 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -43,10 +43,10 @@ KERNEL_SETS+=		IXM1200 HDL_G
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm" \
     || ${MACHINE_ARCH} == "earmhf"
-KERNEL_SETS+=		RPI
+EXTRA_KERNELS+=		RPI
 RPI.rel=		${RELEASEDIR}/${RELEASEMACHINEDIR}
-RPI.kernel=		${RPI.rel}/installation/instkernel/netbsd-RPI.bin.gz
-RPI.img=		${RPI.rel}/binary/gzimg/rpi.img
+RPI.kernel=		${RPI.rel}/binary/kernel/netbsd-RPI.bin.gz
+RPI.img=		${RPI.rel}/binary/gzimg/rpi.img.gz
 snap_md_post:
 	TOOL_MAKEFS=${TOOL_MAKEFS} \
 	TOOL_DISKLABEL=${TOOL_DISKLABEL} \

Reply via email to