oem-amd: add non-free fw subpackage (MR 4728)
This commit is contained in:
parent
5e0e66568f
commit
e988ace3cb
1 changed files with 16 additions and 2 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||||
pkgname=oem-amd
|
pkgname=oem-amd
|
||||||
pkgdesc="AMD device support"
|
pkgdesc="AMD device support"
|
||||||
pkgver=1.1
|
pkgver=2
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
|
# linux-firmware-none prevents all of linux-firmware-* from being installed by
|
||||||
|
# default
|
||||||
depends="
|
depends="
|
||||||
alsa-ucm-conf
|
alsa-ucm-conf
|
||||||
amd-ucode
|
linux-firmware-none
|
||||||
"
|
"
|
||||||
subpackages="
|
subpackages="
|
||||||
$pkgname-libva
|
$pkgname-libva
|
||||||
|
$pkgname-nonfree-firmware:nonfree_firmware
|
||||||
$pkgname-vulkan
|
$pkgname-vulkan
|
||||||
"
|
"
|
||||||
source="
|
source="
|
||||||
|
@ -43,6 +46,17 @@ vulkan() {
|
||||||
|
|
||||||
mkdir "$subpkgdir"
|
mkdir "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nonfree_firmware() {
|
||||||
|
pkgdesc="Firmware for AMD devices"
|
||||||
|
depends="
|
||||||
|
amd-ucode
|
||||||
|
linux-firmware-amdgpu
|
||||||
|
"
|
||||||
|
|
||||||
|
mkdir -p "$subpkgdir"
|
||||||
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
38c53d91a60d0402d4cc5428d65e1e8c26360c481c70b34593b1812c87241c32e91904a3bd31fbfe507f7fdb8b50c909eaad8c4c3a37ca962760567329f7f6ee 00-amdgpu-firmware.files
|
38c53d91a60d0402d4cc5428d65e1e8c26360c481c70b34593b1812c87241c32e91904a3bd31fbfe507f7fdb8b50c909eaad8c4c3a37ca962760567329f7f6ee 00-amdgpu-firmware.files
|
||||||
f56b5293f88727bb4fcceb2a347527402dd0938e96403461b1e2a6821cc00a4e680f58770addd7ba1ded20a187f91ccfd6270bc8bd28c6eae75cc075952361ca 00-oem-amd.modules
|
f56b5293f88727bb4fcceb2a347527402dd0938e96403461b1e2a6821cc00a4e680f58770addd7ba1ded20a187f91ccfd6270bc8bd28c6eae75cc075952361ca 00-oem-amd.modules
|
||||||
|
|
Loading…
Reference in a new issue