linux-firmware: update to 20160202.
Also make a symlink for amdgpu/radeon DRM kmods to make this find the correct firmware blob that in the 4.3.x series is incorrectly set to `boniare_mc.bin` rather than `bonaire_mc.bin`. This typo has been fixed in 4.4.x. Found by @nkcyham. Close #3505
This commit is contained in:
parent
1981c38fef
commit
8116fdee4e
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux-firmware'
|
# Template file for 'linux-firmware'
|
||||||
pkgname=linux-firmware
|
pkgname=linux-firmware
|
||||||
version=20160111
|
version=20160202
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="Binary firmware blobs for the Linux kernel"
|
short_desc="Binary firmware blobs for the Linux kernel"
|
||||||
|
@ -11,7 +11,7 @@ hostmakedepends="git"
|
||||||
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local _githash=73b07a93ed6c0cdb2f96dae8387b04cbb7b75643
|
local _githash=52442afee9907bc32a058f22bb3295d040677c26
|
||||||
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||||
git clone ${_url} ${wrksrc}
|
git clone ${_url} ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
|
@ -34,6 +34,8 @@ linux-firmware-amd_package() {
|
||||||
vmove usr/lib/firmware/radeon
|
vmove usr/lib/firmware/radeon
|
||||||
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
|
||||||
|
# https://github.com/voidlinux/void-packages/issues/3505
|
||||||
|
ln -s bonaire_mc.bin ${PKGDESTDIR}/usr/lib/firmware/radeon/boniare_mc.bin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
linux-firmware-network_package() {
|
linux-firmware-network_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue