linux-firmware: update to 20160322.
Split i915 fw into -intel subpkg.
This commit is contained in:
parent
6860aa5129
commit
040aa5a436
|
@ -0,0 +1 @@
|
||||||
|
linux-firmware
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux-firmware'
|
# Template file for 'linux-firmware'
|
||||||
pkgname=linux-firmware
|
pkgname=linux-firmware
|
||||||
version=20160224
|
version=20160322
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="Binary firmware blobs for the Linux kernel"
|
short_desc="Binary firmware blobs for the Linux kernel"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -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=8d1fd61a3723ab8cb6b7bfeb8be38e16282cc1ed
|
local _githash=5f8ca0c1db6106a2d6d7e85eee778917ff03c3de
|
||||||
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}
|
||||||
|
@ -39,6 +39,14 @@ linux-firmware-amd_package() {
|
||||||
ln -s bonaire_mc.bin ${PKGDESTDIR}/usr/lib/firmware/radeon/boniare_mc.bin
|
ln -s bonaire_mc.bin ${PKGDESTDIR}/usr/lib/firmware/radeon/boniare_mc.bin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
linux-firmware-intel_package() {
|
||||||
|
short_desc+=" - Intel CPU/GPU microcode"
|
||||||
|
noarch=yes
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/firmware/i915
|
||||||
|
vmove usr/share/licenses/linux-firmware/LICENSE.i915
|
||||||
|
}
|
||||||
|
}
|
||||||
linux-firmware-nvidia_package() {
|
linux-firmware-nvidia_package() {
|
||||||
short_desc+=" NVIDIA GPU microcode"
|
short_desc+=" NVIDIA GPU microcode"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Reference in New Issue