sys-firmware/intel-microcode: add github upstream metadata

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-08-19 04:31:50 +01:00
parent 7d2c2b6125
commit 8cd157ea4a

View File

@@ -1,14 +1,18 @@
<?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>
<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">install only microcode updates from Intel's official microcode tarball</flag>
</use>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</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">install only 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>