I have made the following changes intended for : CE:Adaptation:N950-N9 / ti-wl1271-firmware
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/7366 Thank You, kjokinie [This message was auto-generated] --- Request # 7366: Messages from BOSS: State: review at 2012-11-12T10:57:57 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:kjokinie:N9update / ti-wl1271-firmware -> CE:Adaptation:N950-N9 / ti-wl1271-firmware changes files: -------------- --- ti-wl1271-firmware.changes +++ ti-wl1271-firmware.changes @@ -0,0 +1,3 @@ +* Fri Nov 09 2012 Kalle Jokiniemi <[email protected]> - 0.21 +- Added latest firmwares from linux-firmware to support 3.5 kernel WLAN + spec files: ----------- --- ti-wl1271-firmware.spec +++ ti-wl1271-firmware.spec @@ -1,11 +1,13 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.22 +# Generated by: spectacle version 0.25 # + +Name: ti-wl1271-firmware + # >> macros # << macros -Name: ti-wl1271-firmware Summary: Firmware for TI wl1271 WLAN chip Version: 0.21 Release: 0 @@ -16,12 +18,10 @@ Source1: license.txt Source100: ti-wl1271-firmware.yaml - %description This is the firmware for the TI wl1271 WLAN chip. - %prep %setup -q -n wl1271-firmware-%{version}+0m6 @@ -37,6 +37,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -47,16 +48,11 @@ # << install post - - - - %files %defattr(-,root,root,-) # >> files %doc license.txt /lib/firmware/wl1271-fw.bin /lib/firmware/wl1271-nvs.bin +/lib/firmware/ti-connectivity/* # << files - - other changes: -------------- ++++++ wl1271-firmware_0.21+0m6.tar.gz --- Makefile +++ Makefile @@ -2,5 +2,7 @@ install: install -d -m 755 $(INSTALL_PATH) + install -d -m 755 $(INSTALL_PATH)/ti-connectivity + install -m 644 ti-connectivity/* $(INSTALL_PATH)/ti-connectivity install -m 644 wl1271-fw.bin $(INSTALL_PATH) install -m 644 wl1271-nvs.bin $(INSTALL_PATH) --- ti-connectivity +++ ti-connectivity +(directory) Binary files ti-connectivity/TIInit_7.2.31.bts added Binary files ti-connectivity/wl1271-fw-2.bin added Binary files ti-connectivity/wl1271-fw-ap.bin added Binary files ti-connectivity/wl1271-fw.bin added --- ti-connectivity/wl1271-nvs.bin +++ ti-connectivity/wl1271-nvs.bin +(symlink to wl127x-nvs.bin) Binary files ti-connectivity/wl127x-fw-3.bin added Binary files ti-connectivity/wl127x-fw-4-mr.bin added Binary files ti-connectivity/wl127x-fw-4-plt.bin added Binary files ti-connectivity/wl127x-fw-4-sr.bin added Binary files ti-connectivity/wl127x-fw-5-mr.bin added Binary files ti-connectivity/wl127x-fw-5-plt.bin added Binary files ti-connectivity/wl127x-fw-5-sr.bin added Binary files ti-connectivity/wl127x-fw-plt-3.bin added Binary files ti-connectivity/wl127x-nvs.bin added --- ti-connectivity/wl12xx-nvs.bin +++ ti-connectivity/wl12xx-nvs.bin +(symlink to wl127x-nvs.bin)
