diff options
-rw-r--r-- | recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/recipes-kernel/linux-firmware/linux-firmware_%.bbappend index 8deac40..c0f9e17 100644 --- a/recipes-kernel/linux-firmware/linux-firmware_%.bbappend +++ b/recipes-kernel/linux-firmware/linux-firmware_%.bbappend | |||
@@ -31,11 +31,18 @@ do_install_append_rpi() { | |||
31 | # NB: Must prepend, else these become empty and their content is left in | 31 | # NB: Must prepend, else these become empty and their content is left in |
32 | # the roll-up package which precedes them. | 32 | # the roll-up package which precedes them. |
33 | PACKAGES_prepend_rpi = "\ | 33 | PACKAGES_prepend_rpi = "\ |
34 | ${PN}-bcm43455 \ | ||
35 | ${PN}-bcm43430a1-hcd \ | 34 | ${PN}-bcm43430a1-hcd \ |
36 | ${PN}-bcm4345c0-hcd \ | 35 | ${PN}-bcm4345c0-hcd \ |
37 | " | 36 | " |
38 | 37 | ||
38 | # ${PN}-bcm43455 package and brcmfmac43455-sdio from linux-firmware | ||
39 | # is already included in the oe-core recipe, so don't add it to PACKAGES | ||
40 | # again, the version from raspbian-nf seems a bit newer: | ||
41 | # $ strings ./1_0.0+gitAUTOINC+d114732723+86e88fbf03+e28cd7ee86-r0/git/brcm/brcmfmac43455-sdio.bin | grep Ver | ||
42 | # Version: 7.45.18.0 CRC: d7226371 Date: Sun 2015-03-01 07:31:57 PST Ucode Ver: 1026.2 FWID: 01-6a2c8ad4 | ||
43 | # $ strings ./1_0.0+gitAUTOINC+d114732723+86e88fbf03+e28cd7ee86-r0/raspbian-nf/brcm/brcmfmac43455-sdio.bin | grep Ver | ||
44 | # Version: 7.45.154 (r684107 CY) CRC: b1f79383 Date: Tue 2018-02-27 03:18:17 PST Ucode Ver: 1043.2105 FWID 01-4fbe0b04 | ||
45 | |||
39 | # For additional Broadcom | 46 | # For additional Broadcom |
40 | LICENSE_${PN}-bcm43455 = "Firmware-broadcom_bcm43xx" | 47 | LICENSE_${PN}-bcm43455 = "Firmware-broadcom_bcm43xx" |
41 | 48 | ||