Date: Wed, 20 Nov 2019 21:23:48 -0800 From: Ravi Pokala <rpokala@freebsd.org> To: Ed Maste <emaste@FreeBSD.org>, <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <svn-src-head@freebsd.org> Subject: Re: svn commit: r354934 - head/sys/arm/conf Message-ID: <C0FEF65C-46C1-47EE-B77D-9614970542CA@panasas.com> In-Reply-To: <201911210310.xAL3A2QZ059614@repo.freebsd.org> References: <201911210310.xAL3A2QZ059614@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----Original Message----- From: <owner-src-committers@freebsd.org> on behalf of Ed Maste <emaste@FreeBSD.org> Date: 2019-11-20, Wednesday at 19:10 To: <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <svn-src-head@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C0FEF65C-46C1-47EE-B77D-9614970542CA>