Hi I'd like to introduce a the bitbake file for the wl1251 firmware this firmware is needed to get wl1251 like its in the htcdream to initialize --- recipes/firmwares/wl1251-fw_1.0-p1.bb | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 recipes/firmwares/wl1251-fw_1.0-p1.bb
diff --git a/recipes/firmwares/wl1251-fw_1.0-p1.bb b/recipes/firmwares/wl1251-fw_1.0-p1.bb new file mode 100644 index 0000000..be90e5b --- /dev/null +++ b/recipes/firmwares/wl1251-fw_1.0-p1.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Firmware for MSM wl1251 wifi chipset (e.g. trout/HTC Dream)" +LICENCE = "Texas Instruments" + +SRC_URI = "\ + http://ftp.o2s.ch/pub/openmoko/firmware-wl12xx/wl1251-fw.bin \ + http://ftp.o2s.ch/pub/openmoko/firmware-wl12xx/wl1251-nvs.bin \ +" + +S = "${WORKDIR}/" + +do_install() { + install -d ${D}${base_libdir}/firmware + cp ${S}/wl1251-fw.bin ${D}${base_libdir}/firmware/wl1251-fw.bin + cp ${S}/wl1251-nvs.bin ${D}${base_libdir}/firmware/wl1251-nvs.bin +} + +PACKAGES = "${PN}" +FILES_${PN} += "${base_libdir}/firmware" + +PACKAGE_ARCH = "all" -- 1.6.4.4
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
