mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-firmware to 20230625.ee91452d-2
This commit is contained in:
parent
a454a9a55c
commit
46e0ec2704
1 changed files with 8 additions and 6 deletions
|
@ -9,7 +9,7 @@ pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
|||
)
|
||||
_tag=20230625
|
||||
pkgver=20230625.ee91452d
|
||||
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')
|
||||
|
@ -78,16 +78,18 @@ package_linux-firmware() {
|
|||
|
||||
make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
|
||||
|
||||
# useless (FS#46591)
|
||||
# Trigger a microcode reload for configurations not using early updates
|
||||
# useless without CONFIG_MICROCODE_LATE_LOADING
|
||||
# https://bugs.archlinux.org/task/46591
|
||||
#
|
||||
# # Trigger a microcode reload for configurations not using early updates
|
||||
# echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' |
|
||||
# install -Dm644 /dev/stdin "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
|
||||
|
||||
install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 LICEN*
|
||||
|
||||
# split
|
||||
cd "${pkgdir}"
|
||||
|
||||
# split
|
||||
_pick linux-firmware-nfp usr/lib/firmware/netronome
|
||||
_pick linux-firmware-nfp usr/share/licenses/${pkgname}/LICENCE.Netronome
|
||||
|
||||
|
|
Loading…
Reference in a new issue