Author: brooks
Date: Thu Feb 23 20:41:55 2017
New Revision: 314180
URL: https://svnweb.freebsd.org/changeset/base/314180

Log:
  Fix and shorten BERI kernel builds during universe.
  
  Stop building BERI_DE4_BASE and BERI_SIM_BASE, they aren't particularly
  valid as they don't have a root dev.  Do build BERI_DE4_SDROOT which
  does so devices get coverage.
  
  Remove ident from BERI_DE4_BASE for the reasons above which will cause
  it to fail to build.  BERI_SIM_BASE was already this way and broke
  universe.[0]
  
  Reported by:  rpokala
  Sponsored by: DARPA, AFRL

Modified:
  head/sys/mips/conf/BERI_DE4_BASE
  head/sys/mips/conf/BERI_DE4_SDROOT
  head/sys/mips/conf/BERI_SIM_BASE

Modified: head/sys/mips/conf/BERI_DE4_BASE
==============================================================================
--- head/sys/mips/conf/BERI_DE4_BASE    Thu Feb 23 19:36:38 2017        
(r314179)
+++ head/sys/mips/conf/BERI_DE4_BASE    Thu Feb 23 20:41:55 2017        
(r314180)
@@ -7,9 +7,9 @@
 # $FreeBSD$
 #
 
-include "std.BERI"
+#NO_UNIVERSE
 
-ident          BERI_DE4_BASE
+include "std.BERI"
 
 options        NFSCL                   # Network Filesystem Client
 options        NFSLOCKD                # Network Lock Manager

Modified: head/sys/mips/conf/BERI_DE4_SDROOT
==============================================================================
--- head/sys/mips/conf/BERI_DE4_SDROOT  Thu Feb 23 19:36:38 2017        
(r314179)
+++ head/sys/mips/conf/BERI_DE4_SDROOT  Thu Feb 23 20:41:55 2017        
(r314180)
@@ -6,8 +6,6 @@
 # $FreeBSD$
 #
 
-#NO_UNIVERSE
-
 include "BERI_DE4_BASE"
 
 ident          BERI_DE4_SDROOT

Modified: head/sys/mips/conf/BERI_SIM_BASE
==============================================================================
--- head/sys/mips/conf/BERI_SIM_BASE    Thu Feb 23 19:36:38 2017        
(r314179)
+++ head/sys/mips/conf/BERI_SIM_BASE    Thu Feb 23 20:41:55 2017        
(r314180)
@@ -6,6 +6,8 @@
 # $FreeBSD$
 #
 
+#NO_UNIVERSE
+
 include "std.BERI"
 
 options        FDT
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to