Accepting request 383790 from Kernel:HEAD
1 OBS-URL: https://build.opensuse.org/request/show/383790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-firmware?expand=0&rev=63
This commit is contained in:
commit
e924e28714
15
_service
Normal file
15
_service
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<services>
|
||||||
|
<service mode="localonly" name="tar_scm">
|
||||||
|
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="exclude">.git</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="filename">kernel-firmware</param>
|
||||||
|
<param name="versionformat">%cd</param>
|
||||||
|
</service>
|
||||||
|
<service mode="localonly" name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service mode="localonly" name="set_version"/>
|
||||||
|
</services>
|
3
kernel-firmware-20160330.tar.xz
Normal file
3
kernel-firmware-20160330.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:029c8a13a7324c6a39722ed76523b6161686d00bf09cac8ee954b5e01779ee03
|
||||||
|
size 36727888
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 03 07:59:16 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 20160330:
|
||||||
|
* wl18xx: update firmware file
|
||||||
|
* linux-firmware: intel: Update Skylake audio firmware
|
||||||
|
* linux-firmware/i915: Major GuC release for Skylake - ver 6.1
|
||||||
|
* linux-firmware: Update AMD microcode patch firmware
|
||||||
|
* Update radeon ucode images
|
||||||
|
* Update amdgpu ucode images
|
||||||
|
* Add amdgpu ucode images for Polaris family asics
|
||||||
|
* radeon: revert last kaveri mec ucode update
|
||||||
|
- Add _service to make updating more easy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 15 15:00:34 UTC 2016 - mmarek@suse.cz
|
Fri Jan 15 15:00:34 UTC 2016 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -19,19 +19,16 @@
|
|||||||
%define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
|
%define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
|
||||||
%define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache %{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
|
%define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache %{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
|
||||||
%define __ksyms_path ^/lib/firmware
|
%define __ksyms_path ^/lib/firmware
|
||||||
|
%define version_unconverted 20160330
|
||||||
|
|
||||||
Name: kernel-firmware
|
Name: kernel-firmware
|
||||||
Version: 20160112git
|
Version: 20160330
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel firmware files
|
Summary: Linux kernel firmware files
|
||||||
License: SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT
|
License: SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
|
Url: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
|
||||||
# Created with umask 022; cd /_tmp
|
Source0: kernel-firmware-%{version}.tar.xz
|
||||||
# After git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
|
||||||
# cd linux-firmware
|
|
||||||
# git archive --format=tar --prefix=linux-firmware-20151207git/ -v master ./ | xz -9 -M 4G --check=crc32 -T 4 > /tmp/linux-firmware-20151207git.tar.xz
|
|
||||||
#
|
|
||||||
Source0: linux-firmware-%{version}.tar.xz
|
|
||||||
Source1: firmware.sh
|
Source1: firmware.sh
|
||||||
# ast_dp501_fw.bin generated from header file of xf86-video-ast: MIT/X11 License
|
# ast_dp501_fw.bin generated from header file of xf86-video-ast: MIT/X11 License
|
||||||
Source2: ast_dp501_fw.bin
|
Source2: ast_dp501_fw.bin
|
||||||
@ -87,7 +84,7 @@ Supplements: modalias(x86cpu:vendor%%3A0002%%3Afamily%%3A*%%3Amodel%%3A*%%3Af
|
|||||||
This package contains the microcode files used by AMD CPUs.
|
This package contains the microcode files used by AMD CPUs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n linux-firmware-%{version}
|
%setup -q
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6282d7f31573be8c39737714ca1112b98b48bf54aefa3b446ea953c85d6b991d
|
|
||||||
size 34899088
|
|
Loading…
Reference in New Issue
Block a user