forked from pool/kernel-firmware
Accepting request 248128 from Kernel:HEAD
1 OBS-URL: https://build.opensuse.org/request/show/248128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-firmware?expand=0&rev=49
This commit is contained in:
commit
cec0eb6ea5
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,3 +21,5 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
ast_dp501_fw.bin filter=lfs diff=lfs merge=lfs -text
|
||||
|
3
ast_dp501_fw.bin
Normal file
3
ast_dp501_fw.bin
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d098b33f5bdd3a262e5ac57717ef97b29a9d6fc54db65e5b88bcd31afaa63f58
|
||||
size 26808
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 15:33:08 UTC 2014 - eich@suse.com
|
||||
|
||||
- Add ast_dp501_fw.bin (bnc#871134 & bnc#895608)
|
||||
file generated from an array in a header file of xf86-video-ast:
|
||||
MIT/X11 License
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 12:57:59 CEST 2014 - tiwai@suse.de
|
||||
|
||||
|
@ -29,6 +29,8 @@ Url: http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.g
|
||||
# Created with git archive | bzip2
|
||||
Source0: linux-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
|
||||
%define __find_supplements bash %_sourcedir/firmware.sh --find-supplements
|
||||
|
||||
%define __ksyms_supplements bash %_sourcedir/firmware.sh --cache %{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
|
||||
@ -79,6 +81,7 @@ This package contains the microcode files used by AMD CPUs.
|
||||
|
||||
%prep
|
||||
%setup -q -n linux-firmware-%version
|
||||
cp %{S:2} .
|
||||
|
||||
%build
|
||||
# nothing to do
|
||||
|
Loading…
Reference in New Issue
Block a user