Accepting request 383430 from home:pluskalm:branches:Kernel:HEAD

OBS-URL: https://build.opensuse.org/request/show/383430
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=115
This commit is contained in:
Takashi Iwai 2016-04-04 09:11:27 +00:00 committed by Git OBS Bridge
parent 1682891160
commit 866151898b
5 changed files with 37 additions and 11 deletions

15
_service Normal file
View 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>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:029c8a13a7324c6a39722ed76523b6161686d00bf09cac8ee954b5e01779ee03
size 36727888

View File

@ -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

View File

@ -19,19 +19,16 @@
%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_path ^/lib/firmware
%define version_unconverted 20160330
Name: kernel-firmware
Version: 20160112git
Version: 20160330
Release: 0
Summary: Linux kernel firmware files
License: SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT
Group: System/Kernel
Url: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
# Created with umask 022; cd /_tmp
# 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
Source0: kernel-firmware-%{version}.tar.xz
Source1: firmware.sh
# ast_dp501_fw.bin generated from header file of xf86-video-ast: MIT/X11 License
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.
%prep
%setup -q -n linux-firmware-%{version}
%setup -q
cp %{SOURCE2} .
%build

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6282d7f31573be8c39737714ca1112b98b48bf54aefa3b446ea953c85d6b991d
size 34899088