Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.evbarm Follow a different approach to install the ke...
details: https://anonhg.NetBSD.org/src/rev/b66a7f54e604
branches: trunk
changeset: 784801:b66a7f54e604
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 10 01:24:40 2013 +0000
description:
Follow a different approach to install the kernel and compress the image.
diffstat:
etc/etc.evbarm/Makefile.inc | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 0eefaed5164f -r b66a7f54e604 etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc Sat Feb 09 23:14:44 2013 +0000
+++ b/etc/etc.evbarm/Makefile.inc Sun Feb 10 01:24:40 2013 +0000
@@ -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 @@
.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} \
Home |
Main Index |
Thread Index |
Old Index