Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-firmware/iwl3160-7260-bt-ucode: iwl3160-7260-bt-ucode-37.10.10.ebuild metadata.xml ChangeLog
Date: Sat, 25 Jan 2014 03:39:27
Message-Id: 20140125033922.D53EA2004B@flycatcher.gentoo.org
1 gienah 14/01/25 03:39:22
2
3 Added: iwl3160-7260-bt-ucode-37.10.10.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Add firmware for the Intel Wireless Bluetooth 3160 and Intel Wireless Bluetooth 7260 devices. Part of bug #489714, thanks to Thomas Kear for reporting and testing.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.1 sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10.ebuild?rev=1.1&content-type=text/plain
15
16 Index: iwl3160-7260-bt-ucode-37.10.10.ebuild
17 ===================================================================
18 # Copyright 1999-2014 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/iwl3160-7260-bt-ucode-37.10.10.ebuild,v 1.1 2014/01/25 03:39:22 gienah Exp $
21
22 EAPI=5
23 inherit linux-info
24
25 MY_PN="iwlwifi-7260-ucode"
26
27 DESCRIPTION="Firmware for Intel (R) Dual Band Wireless-AC 7260"
28 HOMEPAGE="http://wireless.kernel.org/en/users/Drivers/iwlwifi"
29 SRC_URI="https://chromium.googlesource.com/chromiumos/third_party/linux-firmware/+archive/refs/heads/upstream/master/intel.tar.gz -> ${P}.tgz"
30
31 LICENSE="ipw3945"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 DEPEND=""
37 RDEPEND="!sys-kernel/linux-firmware[-savedconfig]"
38
39 S="${WORKDIR}"
40
41 CONFIG_CHECK="IWLMVM"
42 ERROR_IWLMVM="CONFIG_IWLMVM is required to be enabled in /usr/src/linux/.config for the kernel to be able to load the 7260 firmware"
43
44 pkg_pretend() {
45 if kernel_is lt 3 10 0; then
46 ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
47 ewarn "This microcode image requires a kernel >= 3.10.0."
48 fi
49 }
50
51 src_install() {
52 insinto /lib/firmware
53 doins "${S}/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq"
54 doins "${S}/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq"
55 doins "${S}/ibt-hw-37.7.bseq"
56 }
57
58
59
60 1.1 sys-firmware/iwl3160-7260-bt-ucode/metadata.xml
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/metadata.xml?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/metadata.xml?rev=1.1&content-type=text/plain
64
65 Index: metadata.xml
66 ===================================================================
67 <?xml version="1.0" encoding="UTF-8"?>
68 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 <pkgmetadata>
70 <maintainer>
71 <email>gienah@g.o</email>
72 <description>Feel free to bump and add yourself to the maintainer list,
73 please consider bumping sys-firmware/iwl3160-ucode and
74 sys-firmware/iwl7260-ucode as well.</description>
75 </maintainer>
76 </pkgmetadata>
77
78
79
80 1.1 sys-firmware/iwl3160-7260-bt-ucode/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog?rev=1.1&content-type=text/plain
84
85 Index: ChangeLog
86 ===================================================================
87 # ChangeLog for sys-firmware/iwl3160-7260-bt-ucode
88 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 # $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-7260-bt-ucode/ChangeLog,v 1.1 2014/01/25 03:39:22 gienah Exp $
90
91 *iwl3160-7260-bt-ucode-37.10.10 (25 Jan 2014)
92
93 25 Jan 2014; Mark Wright <gienah@g.o>
94 +iwl3160-7260-bt-ucode-37.10.10.ebuild, +metadata.xml:
95 Add firmware for the Intel Wireless Bluetooth 3160 and Intel Wireless
96 Bluetooth 7260 devices. Part of bug #489714, thanks to Thomas Kear for
97 reporting and testing.