FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI_append_raspberrypi3 = " \ file://BCM43430A1.hcd \ file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \ file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \ file://0003-Increase-firmware-load-timeout-to-30s.patch \ file://0004-Move-the-43xx-firmware-into-lib-firmware.patch \ file://brcm43438.service \ " do_install_append_raspberrypi3() { install -d ${D}/lib/firmware/brcm/ install -m 0644 ${WORKDIR}/BCM43430A1.hcd ${D}/lib/firmware/brcm/BCM43430A1.hcd if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then install -d ${D}${systemd_unitdir}/system install -m 0644 ${WORKDIR}/brcm43438.service ${D}${systemd_unitdir}/system fi } FILES_${PN}_append_raspberrypi3 = " \ /lib/firmware/brcm/BCM43430A1.hcd \ " SYSTEMD_SERVICE_${PN}_raspberrypi3 += "brcm43438.service"