From 8116fdee4e9e4776deaaf0253bfba8302bac757b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Feb 2016 08:02:19 +0100 Subject: [PATCH] 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 --- srcpkgs/linux-firmware/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template index 7953ace37a6..a69ff69f57e 100644 --- a/srcpkgs/linux-firmware/template +++ b/srcpkgs/linux-firmware/template @@ -1,6 +1,6 @@ # Template file for 'linux-firmware' pkgname=linux-firmware -version=20160111 +version=20160202 revision=1 noarch=yes short_desc="Binary firmware blobs for the Linux kernel" @@ -11,7 +11,7 @@ hostmakedepends="git" depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}" do_fetch() { - local _githash=73b07a93ed6c0cdb2f96dae8387b04cbb7b75643 + local _githash=52442afee9907bc32a058f22bb3295d040677c26 local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" git clone ${_url} ${wrksrc} cd ${wrksrc} @@ -34,6 +34,8 @@ linux-firmware-amd_package() { vmove usr/lib/firmware/radeon vmove usr/share/licenses/linux-firmware/LICENSE.amd-ucode 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() {