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:
Alfred Wingate 2025-09-20 05:49:19 +03:00 committed by Nowa Ammerlaan
parent d40019ffba
commit 409a07d2cf
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
4 changed files with 1 additions and 14 deletions

View File

@ -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)

View File

@ -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>

View File

@ -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

View File

@ -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>