gentoo-ebuilds/sys-firmware/intel-microcode/metadata.xml
Mike Pagano 66fca8a888
sys-firmware/intel-microcode: add myself as a maintainer
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
2024-11-14 15:41:04 -05:00

22 lines
959 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<maintainer type="person">
<email>mpagano@gentoo.org</email>
<name>Mike Pagano</name>
</maintainer>
<use>
<flag name="initramfs">Install a small initramfs for use with CONFIG_MICROCODE_EARLY</flag>
<flag name="hostonly">Only install ucode(s) supported by currently available (=online) processor(s)</flag>
<flag name="split-ucode">Install the split binary ucode files (used by the kernel directly)</flag>
<flag name="vanilla">Only install microcode updates from Intel's official microcode tarball</flag>
</use>
<upstream>
<remote-id type="github">intel/Intel-Linux-Processor-Microcode-Data-Files</remote-id>
<remote-id type="github">platomav/CPUMicrocodes</remote-id>
</upstream>
</pkgmetadata>