From bfea08914c226db0ff070500f290784f49e95a62 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Sat, 24 Apr 2010 01:08:37 +0200 Subject: [PATCH 1/1] pandora-firmware: Removed wl1251-nvs.bin (not needed) --- recipes/pandora-system/pandora-firmware.bb | 5 ++--- .../pandora-firmware/wl1251-nvs.bin | Bin 752 -> 0 bytes 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100755 recipes/pandora-system/pandora-firmware/wl1251-nvs.bin 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 2698b571e0574b39c966bbc8ab4dc721550976e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 752 zcmZP)3}cgFV-!nZW@qFK6JlUsVB`&R08&i3A=4#{H5fR6BBBvXKoW*wOiVz^G>qk< zFpv)h0t`tEDGX%{>lm&uXfYZynlgGb@-o>oMKk3xRWdDRS_jf008*8F%U;*T{vNSQwW%Cifz+ejGEobQg@&ZIS7>$6uOqMMSbJ)&^axhv0 zc_}O>80N9Hifv^G0`d}AQW%c2wQ@4D1Fdxc`i6mlm4)H&ukS$1{sX~ZAova98?f** zFz}O!8G!l*92)@rMjGH{n!*Z!Q-Sns1{gdH3?>0aISB~~1|h=SUFgk8Mx4_<6>h$6JcQBM7WC40Yes-z*+170R9$R-v9sr -- 2.39.2