Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2023 07:30:37 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6b9acd1bfba7 - main - Exclude MMCCAM kernels from make universe
Message-ID:  <202302160730.31G7Ubpr082243@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=6b9acd1bfba70c96ac89817fcf8d221d2387be60

commit 6b9acd1bfba70c96ac89817fcf8d221d2387be60
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2023-02-08 22:02:16 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2023-02-16 07:29:53 +0000

    Exclude MMCCAM kernels from make universe
    
    They don't provide any value and are quite arbitrary.
    
    Note arm64 GENERIC-MMCCAM was already excluded, just not the NODEBUG
    variant.
    
    The option is already build-tested with arm64 LINT kernel.
    
    Reviewed by:    manu
    Differential Revision:  https://reviews.freebsd.org/D38458
---
 sys/amd64/conf/GENERIC-MMCCAM         | 2 ++
 sys/arm/conf/GENERIC-MMCCAM           | 2 ++
 sys/arm64/conf/GENERIC-MMCCAM-NODEBUG | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/sys/amd64/conf/GENERIC-MMCCAM b/sys/amd64/conf/GENERIC-MMCCAM
index 8a5bc7175d68..0aa7a7da1072 100644
--- a/sys/amd64/conf/GENERIC-MMCCAM
+++ b/sys/amd64/conf/GENERIC-MMCCAM
@@ -2,6 +2,8 @@
 # and testing on bhyve
 # $FreeBSD$
 
+#NO_UNIVERSE
+
 include         MINIMAL
 
 ident		GENERIC-MMCCAM
diff --git a/sys/arm/conf/GENERIC-MMCCAM b/sys/arm/conf/GENERIC-MMCCAM
index 20ca990d1c3e..0e36756d2241 100644
--- a/sys/arm/conf/GENERIC-MMCCAM
+++ b/sys/arm/conf/GENERIC-MMCCAM
@@ -5,6 +5,8 @@
 #
 # $FreeBSD$
 
+#NO_UNIVERSE
+
 include		GENERIC
 
 ident		GENERIC-MMCCAM
diff --git a/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG b/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
index 803b5fd25416..319f31984dd2 100644
--- a/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
+++ b/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
@@ -7,6 +7,8 @@
 #
 # $FreeBSD$
 
+#NO_UNIVERSE
+
 include GENERIC-MMCCAM
 include "../../conf/std.nodebug"
 



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