mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
use.desc: Add a global generic-uki use flags
Every package that uses kernel-build and kernel-install eclasses will have to have this use flag. Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43883 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
parent
d40019ffba
commit
409a07d2cf
@ -97,6 +97,7 @@ freetds - Add support for the TDS protocol to connect to MSSQL/Sybase databases
|
||||
ftp - Add FTP (File Transfer Protocol) support
|
||||
gd - Add support for media-libs/gd (to generate graphics on the fly)
|
||||
gdbm - Add support for sys-libs/gdbm (GNU database libraries)
|
||||
generic-uki - Install a generic initramfs and Unified Kernel Image alongside the distribution kernel
|
||||
geoip - Add geoip support for country and city lookup based on IPs
|
||||
geolocation - Enable physical position determination
|
||||
ggi - Add support for media-libs/libggi (non-X video api/drivers)
|
||||
|
||||
@ -6,10 +6,6 @@
|
||||
<name>Distribution Kernel Project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="generic-uki">
|
||||
Install a prebuilt generic initramfs and Unified Kernel Image
|
||||
(EXPERIMENTAL).
|
||||
</flag>
|
||||
<flag name="initramfs">
|
||||
Build initramfs along with the kernel.
|
||||
</flag>
|
||||
|
||||
@ -9,11 +9,6 @@
|
||||
<flag name="experimental">
|
||||
Apply experimental patches; for more information, see "https://wiki.gentoo.org/wiki/Project:Kernel/Experimental".
|
||||
</flag>
|
||||
<flag name="generic-uki">
|
||||
Build and install a generic initramfs and Unified Kernel Image,
|
||||
this is intended for building binpkgs with a pre-generated UKI
|
||||
included (EXPERIMENTAL).
|
||||
</flag>
|
||||
<flag name="hardened">
|
||||
Use selection of hardening options recommended by Kernel Self
|
||||
Protection Project
|
||||
|
||||
@ -6,11 +6,6 @@
|
||||
<name>Distribution Kernel Project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="generic-uki">
|
||||
Build and install a generic initramfs and Unified Kernel Image,
|
||||
this is intended for building binpkgs with a pre-generated UKI
|
||||
included (EXPERIMENTAL).
|
||||
</flag>
|
||||
<flag name="initramfs">Build initramfs along with the kernel.</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user