Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2017 20:41:55 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314180 - head/sys/mips/conf
Message-ID:  <201702232041.v1NKftj1057542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702232041.v1NKftj1057542>