pmaports/device/community/oem-amd/APKBUILD
Oliver Smith ee4e52206a
oem-amd: firmware files + modules -> initfs-extra (MR 4796)
Move the files to initramfs-extra, so the initramfs is not too big for
ChromeOS devices. I had initially added this to initramfs, because
otherwise the graphics on my Thinkpad L14 would not come up. But I
verified that it also works with having it in initramfs-extra.

Fixes: #2578
2024-02-06 15:46:59 +00:00

63 lines
1.4 KiB
Text

# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=oem-amd
pkgdesc="AMD device support"
pkgver=2
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="x86_64"
options="!check !archcheck"
# linux-firmware-none prevents all of linux-firmware-* from being installed by
# default
depends="
alsa-ucm-conf
linux-firmware-none
"
subpackages="
$pkgname-libva
$pkgname-nonfree-firmware:nonfree_firmware
$pkgname-vulkan
"
source="
00-amdgpu-firmware.files
00-oem-amd.modules
"
package() {
mkdir -p "$pkgdir"
install -Dm644 00-oem-amd.modules \
-t "$pkgdir"/usr/share/mkinitfs/modules-extra
install -Dm644 00-amdgpu-firmware.files \
-t "$pkgdir"/usr/share/mkinitfs/files-extra
}
libva() {
pkgdesc="libva support for AMD devices"
install_if="$pkgname=$pkgver-r$pkgrel libva"
depends="mesa-va-gallium"
mkdir "$subpkgdir"
}
vulkan() {
pkgdesc="vulkan support for AMD devices"
install_if="$pkgname=$pkgver-r$pkgrel vulkan-loader"
depends="mesa-vulkan-ati"
mkdir "$subpkgdir"
}
nonfree_firmware() {
pkgdesc="Firmware for AMD devices"
depends="
amd-ucode
linux-firmware-amdgpu
"
mkdir -p "$subpkgdir"
}
sha512sums="
38c53d91a60d0402d4cc5428d65e1e8c26360c481c70b34593b1812c87241c32e91904a3bd31fbfe507f7fdb8b50c909eaad8c4c3a37ca962760567329f7f6ee 00-amdgpu-firmware.files
f56b5293f88727bb4fcceb2a347527402dd0938e96403461b1e2a6821cc00a4e680f58770addd7ba1ded20a187f91ccfd6270bc8bd28c6eae75cc075952361ca 00-oem-amd.modules
"