mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-firmware to 20240115.9b6d0b08-2
This commit is contained in:
parent
3b9648bfee
commit
b39d2d0299
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-firmware
|
||||
pkgdesc = Firmware files for Linux
|
||||
pkgver = 20240115.9b6d0b08
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
|
||||
arch = any
|
||||
license = GPL2
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
|||
)
|
||||
_tag=20240115
|
||||
pkgver=20240115.9b6d0b08
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Firmware files for Linux"
|
||||
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"
|
||||
license=('GPL2' 'GPL3' 'custom')
|
||||
|
@ -90,6 +90,8 @@ package_linux-firmware() {
|
|||
cd "${pkgdir}"
|
||||
|
||||
# split
|
||||
_pick amd-ucode usr/lib/firmware/amd-ucode
|
||||
|
||||
_pick linux-firmware-nfp usr/lib/firmware/netronome
|
||||
_pick linux-firmware-nfp usr/share/licenses/${pkgname}/LICENCE.Netronome
|
||||
|
||||
|
@ -114,6 +116,8 @@ package_amd-ucode() {
|
|||
pkgdesc="Microcode update image for AMD CPUs"
|
||||
license=(custom)
|
||||
|
||||
mv -v $pkgname/* "$pkgdir"
|
||||
|
||||
install -Dt "${pkgdir}/boot" -m644 amd-ucode.img
|
||||
|
||||
install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 ${pkgbase}/LICENSE.amd-ucode
|
||||
|
|
Loading…
Reference in a new issue