mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
profiles: Force sys-kernel/*-kernel[savedconfig] on non-x86
Force savedconfig on kernel packages on all arches except these that have preconfigured .config supplied. This will permit us to extend the packages into more arches without having to provide .config, including arm where this would be non-trivial. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2017-12-30)
|
||||
# We have ready-to-use configs here.
|
||||
sys-kernel/gentoo-kernel -savedconfig
|
||||
sys-kernel/vanilla-kernel -savedconfig
|
||||
|
||||
# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21)
|
||||
# iasl is stable on amd64
|
||||
sys-firmware/seabios -binary
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2017-12-30)
|
||||
# We have ready-to-use configs here.
|
||||
sys-kernel/gentoo-kernel -savedconfig
|
||||
sys-kernel/vanilla-kernel -savedconfig
|
||||
|
||||
# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-11-21)
|
||||
# iasl is stable on x86
|
||||
sys-firmware/seabios -binary
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2017-12-30)
|
||||
# Require user configs unless we supply our own .config.
|
||||
sys-kernel/gentoo-kernel savedconfig
|
||||
sys-kernel/vanilla-kernel savedconfig
|
||||
|
||||
# Alfredo Tupone <tupone@gentoo.org> (2020-04-06)
|
||||
# USE=ada is mandatory to build a gnat compiler
|
||||
sys-devel/gnat-gpl ada
|
||||
|
||||
Reference in New Issue
Block a user