Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.evbarm get the kernel from the release directory.
details: https://anonhg.NetBSD.org/src/rev/cecf79aecb2e
branches: trunk
changeset: 784792:cecf79aecb2e
user: christos <christos%NetBSD.org@localhost>
date: Sat Feb 09 20:47:06 2013 +0000
description:
get the kernel from the release directory.
diffstat:
etc/etc.evbarm/Makefile.inc | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 5c1ff9457577 -r cecf79aecb2e etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc Sat Feb 09 20:19:13 2013 +0000
+++ b/etc/etc.evbarm/Makefile.inc Sat Feb 09 20:47:06 2013 +0000
@@ -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 @@
.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} \
Home |
Main Index |
Thread Index |
Old Index