svn commit: r354934 - head/sys/arm/conf
Ravi Pokala
rpokala at freebsd.org
Thu Nov 21 05:23:54 UTC 2019
-----Original Message-----
From: <owner-src-committers at freebsd.org> on behalf of Ed Maste <emaste at FreeBSD.org>
Date: 2019-11-20, Wednesday at 19:10
To: <src-committers at freebsd.org>, <svn-src-all at freebsd.org>, <svn-src-head at freebsd.org>
Subject: svn commit: r354934 - head/sys/arm/conf
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
Thanks Ed!
-Ravi
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"
More information about the svn-src-all
mailing list