Make linux-firmware-ivi really minimalistic
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 10 Sep 2012 13:49:20 +0000 (16:49 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 11 Sep 2012 07:06:39 +0000 (10:06 +0300)
I've experimented with VTC1000 and NDiS-166 and found out that we only
use iwlwifi-6000g2a-5.ucode there, and nothing else. So let's have only
this firmware in the linux-firmware-ivi.

Change-Id: Ic7439f24b6f9d30be2633fc1e0e23a0fde315bd9
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
packaging/ivi-firmware.txt [new file with mode: 0644]
packaging/linux-firmware-crossville.spec

diff --git a/packaging/ivi-firmware.txt b/packaging/ivi-firmware.txt
new file mode 100644 (file)
index 0000000..16c0e6f
--- /dev/null
@@ -0,0 +1,12 @@
+This file lists the firmware we add to the linux-firmware-ivi.rpm package.
+Please, keep it up-to-date.
+
+1. iwlwifi-6000g2b-6.ucode - firmware for Intel WiFi. The driver that uses this
+   firmware is "iwlwifi". Used in Nexcomm VTC1000, VMT1000 and NDiS-166 devices.
+
+
+A note on the linux-firmware-crossville RPM. This RPM is kind of
+"legacy" and we will stop generating it eventually. The thing is that
+we are not sure what firmware exactly Crossville really needs. So we
+introduced new '-ivi' RPM where we document the firmware we use.
+We can add specific Crossville firmware there on demand.
index 7e515e1..b635204 100644 (file)
@@ -42,7 +42,9 @@ ln -s TDA7706_OM_v3.0.2_boot.txt $RPM_BUILD_ROOT/lib/firmware/TDA7706_OM.txt
 
 %files -n linux-firmware-ivi
 %defattr(-,root,root,-)
-/lib/firmware/*
+# NOTE: make sure all the firmware we use in this RPM is documented in
+# the 'ivi-firmware.txt' file.
+/lib/firmware/iwlwifi-6000g2b-6.ucode
 
 %files docs
 %doc LICENCE.* README.*