Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.macppc Build the UP & SMP kernels for G5s to ease te...



details:   https://anonhg.NetBSD.org/src/rev/93d0986fdf21
branches:  trunk
changeset: 449033:93d0986fdf21
user:      sevan <sevan%NetBSD.org@localhost>
date:      Tue Feb 19 23:46:33 2019 +0000

description:
Build the UP & SMP kernels for G5s to ease testing.
Currently these kernels have to be netbooted directly from Open Firmware.
Warning: SMP kernel still has issues.

diffstat:

 etc/etc.macppc/Makefile.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9785fb4f52fd -r 93d0986fdf21 etc/etc.macppc/Makefile.inc
--- a/etc/etc.macppc/Makefile.inc       Tue Feb 19 21:08:21 2019 +0000
+++ b/etc/etc.macppc/Makefile.inc       Tue Feb 19 23:46:33 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.10 2018/11/12 20:09:07 scole Exp $
+#      $NetBSD: Makefile.inc,v 1.11 2019/02/19 23:46:33 sevan Exp $
 #
 #      etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets
 #
@@ -6,7 +6,8 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SETS=           GENERIC GENERIC.MP GENERIC_601
+KERNEL_SETS=           GENERIC GENERIC.MP GENERIC_601 POWERMAC_G5 \
+                       POWERMAC_G5.MP
 
 BUILD_KERNELS+=                INSTALL INSTALL_601 GENERIC_MD
 



Home | Main Index | Thread Index | Old Index