diff options
author | Florin Sarbu <florin@balena.io> | 2019-10-09 19:20:31 +0200 |
---|---|---|
committer | Florin Sarbu <florin@balena.io> | 2019-10-09 22:28:35 +0200 |
commit | b629a3ed918acc2f8acd289e1963dd7c09108f5c (patch) | |
tree | b02c26c81687ea1a76861ba4464bf1aa1f110fb6 /recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | |
parent | 9a231b5794fe8fb246bac902f92399a154d36ed0 (diff) | |
download | meta-raspberrypi-update_wifi_firmware.tar.gz |
linux-firmware-rpidistro_git: Update wifi firmwareupdate_wifi_firmware
This updates brcmfmac43455-sdio.bin to version 7.45.189
and brcmfmac43430-sdio.bin to version 7.45.98.83
This updated upstream firmware also includes the changes from
0001-brcmfmac43455-sdio.txt-Follow-raspbian-change-for-bo.patch
so we remove this patch along with removing the do_clean_pc
function which is not needed anymore since we don't apply
any other patches to the upstream source.
Signed-off-by: Florin Sarbu <florin@balena.io>
Diffstat (limited to 'recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb')
-rw-r--r-- | recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb index 39ffbf5..2bc5522 100644 --- a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb +++ b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | |||
@@ -25,7 +25,7 @@ LICENSE = "\ | |||
25 | " | 25 | " |
26 | LIC_FILES_CHKSUM = "\ | 26 | LIC_FILES_CHKSUM = "\ |
27 | file://LICENCE.broadcom_bcm43xx;md5=3160c14df7228891b868060e1951dfbc \ | 27 | file://LICENCE.broadcom_bcm43xx;md5=3160c14df7228891b868060e1951dfbc \ |
28 | file://WHENCE;md5=a9c2c217f513c20e1d16b384b3e2c12d \ | 28 | file://WHENCE;md5=7b12b2224438186e4c97c4c7f3a5cc28 \ |
29 | " | 29 | " |
30 | 30 | ||
31 | # These are not common licenses, set NO_GENERIC_LICENSE for them | 31 | # These are not common licenses, set NO_GENERIC_LICENSE for them |
@@ -33,11 +33,9 @@ LIC_FILES_CHKSUM = "\ | |||
33 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" | 33 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" |
34 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" | 34 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" |
35 | 35 | ||
36 | SRC_URI = " \ | 36 | SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree" |
37 | git://github.com/RPi-Distro/firmware-nonfree \ | 37 | |
38 | file://0001-brcmfmac43455-sdio.txt-Follow-raspbian-change-for-bo.patch \ | 38 | SRCREV = "f0ad1a42b051aa9da1d9e1dc606dd68ec2f163a5" |
39 | " | ||
40 | SRCREV = "b518de45ced519e8f7a499f4778100173402ae43" | ||
41 | PV = "0.0+git${SRCPV}" | 39 | PV = "0.0+git${SRCPV}" |
42 | 40 | ||
43 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
@@ -46,13 +44,6 @@ inherit allarch | |||
46 | 44 | ||
47 | CLEANBROKEN = "1" | 45 | CLEANBROKEN = "1" |
48 | 46 | ||
49 | do_unpack_append() { | ||
50 | bb.build.exec_func('do_clean_pc', d) | ||
51 | } | ||
52 | do_clean_pc() { | ||
53 | rm -rf ${S}/.pc | ||
54 | } | ||
55 | |||
56 | do_compile() { | 47 | do_compile() { |
57 | : | 48 | : |
58 | } | 49 | } |