pandora-firmware: Removed wl1251-nvs.bin (not needed)
authorMichael Mrozek <EvilDragon@openpandora.de>
Fri, 23 Apr 2010 23:08:37 +0000 (01:08 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Fri, 23 Apr 2010 23:08:37 +0000 (01:08 +0200)
recipes/pandora-system/pandora-firmware.bb
recipes/pandora-system/pandora-firmware/wl1251-nvs.bin [deleted file]

index 953d1dd..212238d 100755 (executable)
@@ -1,12 +1,11 @@
 DESCRIPTION = "Install binary firmware for Bluetooth and WiFi into the image."
 LICENSE = "proprietary-binary"
 RRECOMMENDS_${PN} = "kernel-module-firmware-class"
 DESCRIPTION = "Install binary firmware for Bluetooth and WiFi into the image."
 LICENSE = "proprietary-binary"
 RRECOMMENDS_${PN} = "kernel-module-firmware-class"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = " \
         file://brf6300.bin \
         file://wl1251-fw.bin \
 
 SRC_URI = " \
         file://brf6300.bin \
         file://wl1251-fw.bin \
-        file://wl1251-nvs.bin \        
         file://bluetooth-conf \        
 "
 
         file://bluetooth-conf \        
 "
 
@@ -15,7 +14,7 @@ S = "${WORKDIR}"
 
 do_install() {
         install -d ${D}${base_libdir}/firmware
 
 do_install() {
         install -d ${D}${base_libdir}/firmware
-        install -m 0644 ${S}/brf6300.bin ${S}/wl1251-fw.bin ${S}/wl1251-nvs.bin ${D}${base_libdir}/firmware/
+        install -m 0644 ${S}/brf6300.bin ${S}/wl1251-fw.bin ${D}${base_libdir}/firmware/
         install -d ${D}${sysconfdir}/sysconfig
         install -m 0755 ${S}/bluetooth-conf ${D}${sysconfdir}/sysconfig/bluetooth     
 }
         install -d ${D}${sysconfdir}/sysconfig
         install -m 0755 ${S}/bluetooth-conf ${D}${sysconfdir}/sysconfig/bluetooth     
 }
diff --git a/recipes/pandora-system/pandora-firmware/wl1251-nvs.bin b/recipes/pandora-system/pandora-firmware/wl1251-nvs.bin
deleted file mode 100755 (executable)
index 2698b57..0000000
Binary files a/recipes/pandora-system/pandora-firmware/wl1251-nvs.bin and /dev/null differ