From: Florian Boor Date: Fri, 11 Sep 2015 18:30:14 +0000 (+0200) Subject: ap6210-firmware-nanopi: Add package for NanoPi firmware bundle. X-Git-Url: https://git.kernelconcepts.de/?p=meta-nanopi.git;a=commitdiff_plain;h=62480dc37d0a716b77cbd9ca18f44d441f33f305;ds=inline ap6210-firmware-nanopi: Add package for NanoPi firmware bundle. Signed-off-by: Florian Boor --- diff --git a/recipes-tools/ap6210-firmware-nanopi/ap6210-firmware-nanopi_1.0.bb b/recipes-tools/ap6210-firmware-nanopi/ap6210-firmware-nanopi_1.0.bb new file mode 100644 index 0000000..9c20f30 --- /dev/null +++ b/recipes-tools/ap6210-firmware-nanopi/ap6210-firmware-nanopi_1.0.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Broadcom AP6210 firmware files" +SECTION = "connectivity" + +SRC_URI = "git://github.com/ARMWorks/dibs.git;branch=master;protocol=https;rev=bee5cbc03bb078b664cd08733b46d88142189dff \ + https://android.googlesource.com/platform/hardware/broadcom/wlan/+/gingerbread-mr4-release/bcm4329/firmware/LICENSE.TXT" + +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE.TXT;md5=8422d7238586f81a3807a937624d4ecb" + +S = "${WORKDIR}/git/targets/nanopi_overlay/lib/firmware/ap6210/" + +do_compile() { +} + +do_install() { + install -v -d ${D}/etc/firmware/ + install -m 0755 bcm20702a.hcd ${D}/etc/firmware/ + install -m 0755 fw_bcm40181a2.bin ${D}/etc/firmware/ + install -m 0755 fw_bcm40181a2_apsta.bin ${D}/etc/firmware/ + install -m 0755 fw_bcm40181a2_p2p.bin ${D}/etc/firmware/ + install -m 0755 nvram.txt ${D}/etc/firmware/ +} + +SRC_URI[md5sum] = "8422d7238586f81a3807a937624d4ecb" +SRC_URI[sha256sum] = "9db7b938b43d36f0e34c443e78b8f387ade5ed3a6d5cdf3fe23308726e6804e7"