mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
linux-firmware: update to 20240115.
also tell dracut to load early ucode, just like intel-ucode closes #48284
This commit is contained in:
parent
6ba6e2b9fa
commit
b4dae86acc
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux-firmware'
|
# Template file for 'linux-firmware'
|
||||||
pkgname=linux-firmware
|
pkgname=linux-firmware
|
||||||
version=20231211
|
version=20240115
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="rdfind which"
|
hostmakedepends="rdfind which"
|
||||||
depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
|
depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
|
||||||
short_desc="Binary firmware blobs for the Linux kernel"
|
short_desc="Binary firmware blobs for the Linux kernel"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="custom:see /usr/share/licenses/linux-firmware"
|
license="custom:see /usr/share/licenses/linux-firmware"
|
||||||
homepage="https://www.kernel.org/"
|
homepage="https://www.kernel.org/"
|
||||||
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz"
|
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz"
|
||||||
checksum=d0ba54f05f5dd34b0fc5a1e1970cd9cbc48491d2da97f3798a9e13530dc18298
|
checksum=86c2799516c9dc24e73214bd58ccd8297356186e97c5458baf4eb7cc8dbfea0a
|
||||||
python_version=3
|
python_version=3
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
||||||
|
@ -37,6 +37,8 @@ linux-firmware-amd_package() {
|
||||||
vmove usr/share/licenses/linux-firmware/LICENSE.amdgpu
|
vmove usr/share/licenses/linux-firmware/LICENSE.amdgpu
|
||||||
vmove usr/share/licenses/linux-firmware/LICENSE.amd-ucode
|
vmove usr/share/licenses/linux-firmware/LICENSE.amd-ucode
|
||||||
vmove usr/share/licenses/linux-firmware/LICENSE.radeon
|
vmove usr/share/licenses/linux-firmware/LICENSE.radeon
|
||||||
|
vmkdir usr/lib/dracut/dracut.conf.d
|
||||||
|
echo "early_microcode=yes" >> ${PKGDESTDIR}/usr/lib/dracut/dracut.conf.d/amd_ucode.conf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue