Accepting request 107784 from home:joeyli:branches:Kernel:HEAD

Add 2 new bnx2 firmware files. (bnc#746686)

OBS-URL: https://build.opensuse.org/request/show/107784
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=47
This commit is contained in:
Greg Kroah-Hartman 2012-03-09 22:56:44 +00:00 committed by Git OBS Bridge
parent af05db1f16
commit 318e77f88c
5 changed files with 22 additions and 1 deletions

2
.gitattributes vendored
View File

@ -22,5 +22,7 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
bnx2-mips-06-6.2.3.fw filter=lfs diff=lfs merge=lfs -text
bnx2-mips-09-6.2.1b.fw filter=lfs diff=lfs merge=lfs -text
iwlwifi-4965-1.ucode filter=lfs diff=lfs merge=lfs -text
t4fw.bin filter=lfs diff=lfs merge=lfs -text

3
bnx2-mips-06-6.2.3.fw Normal file
View File

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

3
bnx2-mips-09-6.2.1b.fw Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88a0da6d4b22bc3011e9e08e35f1746e44a0fff910f33f371477983b3a115b47
size 103904

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 2 14:15:51 UTC 2012 - jlee@novell.com
- Add 2 new bnx2 firmware files. (bnc#746686)
bnx2/bnx2-mips-06-6.2.3.fw
bnx2/bnx2-mips-09-6.2.1b.fw
-------------------------------------------------------------------
Wed Dec 14 14:36:37 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package kernel-firmware
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kernel-firmware
BuildRequires: fdupes
BuildRequires: kernel-default
@ -30,6 +32,8 @@ Source1: firmware.sh
Source2: qlogic.tar.bz2
Source3: iwlwifi-4965-1.ucode
Source4: t4fw.bin
Source5: bnx2-mips-06-6.2.3.fw
Source6: bnx2-mips-09-6.2.1b.fw
%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
@ -75,6 +79,8 @@ previously included in the kernel. It is shared by all kernels >=
%setup -q -n linux-firmware-%version -a 2
cp -v %{S:3} iwlwifi-4965-1.ucode
cp -v %{S:4} cxgb4/t4fw.bin
cp -v %{S:5} bnx2/bnx2-mips-06-6.2.3.fw
cp -v %{S:6} bnx2/bnx2-mips-09-6.2.1b.fw
%build
# nothing to do