blob: be6db26fc7843e39b808f321536fe9254c960d1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lockalsash@gmail.com</email>
<name>Sv. Lockal</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/amd/xdna-driver/issues</bugs-to>
<remote-id type="github">amd/xdna-driver</remote-id>
<remote-id type="gitlab">kernel-firmware/drm-firmware</remote-id>
</upstream>
<use>
<flag name="compress-xz">Compress firmware using xz (<pkg>app-arch/xz-utils</pkg>) before installation</flag>
<flag name="compress-zstd">Compress firmware using zstd (<pkg>app-arch/zstd</pkg>) before installation</flag>
</use>
</pkgmetadata>
|