From: Michael Mrozek Date: Fri, 23 Apr 2010 23:08:37 +0000 (+0200) Subject: pandora-firmware: Removed wl1251-nvs.bin (not needed) X-Git-Tag: Release-2010-05/1~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=bfea08914c226db0ff070500f290784f49e95a62 pandora-firmware: Removed wl1251-nvs.bin (not needed) --- diff --git a/recipes/pandora-system/pandora-firmware.bb b/recipes/pandora-system/pandora-firmware.bb index 953d1dd..212238d 100755 --- a/recipes/pandora-system/pandora-firmware.bb +++ b/recipes/pandora-system/pandora-firmware.bb @@ -1,12 +1,11 @@ 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 \ - file://wl1251-nvs.bin \ file://bluetooth-conf \ " @@ -15,7 +14,7 @@ S = "${WORKDIR}" 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 } diff --git a/recipes/pandora-system/pandora-firmware/wl1251-nvs.bin b/recipes/pandora-system/pandora-firmware/wl1251-nvs.bin deleted file mode 100755 index 2698b57..0000000 Binary files a/recipes/pandora-system/pandora-firmware/wl1251-nvs.bin and /dev/null differ