Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2019 03:10:02 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354934 - head/sys/arm/conf
Message-ID:  <201911210310.xAL3A2QZ059614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Nov 21 03:10:02 2019
New Revision: 354934
URL: https://svnweb.freebsd.org/changeset/base/354934

Log:
  mark arm.arm (v4/v5) kernels as NO_UNIVERSE for now
  
  r354290 removed arm.arm from universe, but arm.arm kernels were still
  found and built during the kernel stage.  I'm not aware of a better way
  to address this at the moment, but since there aren't many arm.arm
  kernels anyhow just add an explicit NO_UNIVERSE to them.
  
  Reported by:	rpokala

Modified:
  head/sys/arm/conf/DB-78XXX
  head/sys/arm/conf/DB-88F5XXX
  head/sys/arm/conf/DB-88F6XXX
  head/sys/arm/conf/RT1310
  head/sys/arm/conf/TS7800

Modified: head/sys/arm/conf/DB-78XXX
==============================================================================
--- head/sys/arm/conf/DB-78XXX	Thu Nov 21 02:49:41 2019	(r354933)
+++ head/sys/arm/conf/DB-78XXX	Thu Nov 21 03:10:02 2019	(r354934)
@@ -3,6 +3,7 @@
 #
 # $FreeBSD$
 #
+#NO_UNIVERSE
 
 ident		DB-88F78XX
 include 	"std.arm"

Modified: head/sys/arm/conf/DB-88F5XXX
==============================================================================
--- head/sys/arm/conf/DB-88F5XXX	Thu Nov 21 02:49:41 2019	(r354933)
+++ head/sys/arm/conf/DB-88F5XXX	Thu Nov 21 03:10:02 2019	(r354934)
@@ -3,6 +3,7 @@
 #
 # $FreeBSD$
 #
+#NO_UNIVERSE
 
 ident		DB-88F5XXX
 include 	"std.arm"

Modified: head/sys/arm/conf/DB-88F6XXX
==============================================================================
--- head/sys/arm/conf/DB-88F6XXX	Thu Nov 21 02:49:41 2019	(r354933)
+++ head/sys/arm/conf/DB-88F6XXX	Thu Nov 21 03:10:02 2019	(r354934)
@@ -3,6 +3,7 @@
 #
 # $FreeBSD$
 #
+#NO_UNIVERSE
 
 ident		DB-88F6XXX
 include 	"std.arm"

Modified: head/sys/arm/conf/RT1310
==============================================================================
--- head/sys/arm/conf/RT1310	Thu Nov 21 02:49:41 2019	(r354933)
+++ head/sys/arm/conf/RT1310	Thu Nov 21 03:10:02 2019	(r354934)
@@ -3,6 +3,7 @@
 #
 # $FreeBSD$
 #
+#NO_UNIVERSE
 
 ident		RT1310
 include 	"std.arm"

Modified: head/sys/arm/conf/TS7800
==============================================================================
--- head/sys/arm/conf/TS7800	Thu Nov 21 02:49:41 2019	(r354933)
+++ head/sys/arm/conf/TS7800	Thu Nov 21 03:10:02 2019	(r354934)
@@ -3,6 +3,7 @@
 #
 # $FreeBSD$
 #
+#NO_UNIVERSE
 
 ident		TS7800
 include 	"std.arm"



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