Author: andrew
Date: Mon Nov  7 10:26:44 2016
New Revision: 308405
URL: https://svnweb.freebsd.org/changeset/base/308405

Log:
  Start to deorbit the kernel configs in GENERIC by marking them with
  NO_UNIVERSE. This stops them from being built with the universe,
  tinderbox, and related targets.
  
  Sponsored by: ABT Systems Ltd

Modified:
  head/sys/arm/conf/ALLWINNER
  head/sys/arm/conf/RPI2

Modified: head/sys/arm/conf/ALLWINNER
==============================================================================
--- head/sys/arm/conf/ALLWINNER Mon Nov  7 09:27:05 2016        (r308404)
+++ head/sys/arm/conf/ALLWINNER Mon Nov  7 10:26:44 2016        (r308405)
@@ -18,6 +18,8 @@
 # in NOTES.
 #
 # $FreeBSD$
+#
+#NO_UNIVERSE
 
 ident          ALLWINNER
 

Modified: head/sys/arm/conf/RPI2
==============================================================================
--- head/sys/arm/conf/RPI2      Mon Nov  7 09:27:05 2016        (r308404)
+++ head/sys/arm/conf/RPI2      Mon Nov  7 10:26:44 2016        (r308405)
@@ -17,6 +17,8 @@
 # in NOTES.
 #
 # $FreeBSD$
+#
+#NO_UNIVERSE
 
 ident          RPI2
 
_______________________________________________
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