diff options
2 files changed, 4 insertions, 52 deletions
diff --git a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro/0001-brcmfmac43455-sdio.txt-Follow-raspbian-change-for-bo.patch b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro/0001-brcmfmac43455-sdio.txt-Follow-raspbian-change-for-bo.patch deleted file mode 100644 index 1ad0fd1..0000000 --- a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro/0001-brcmfmac43455-sdio.txt-Follow-raspbian-change-for-bo.patch +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | From c9d4f263131cb8e62597e0a296968b5cdbfe0019 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Andrei Gherzan <andrei@gherzan.ro> | ||
| 3 | Date: Thu, 27 Jun 2019 20:49:10 +0100 | ||
| 4 | Subject: [PATCH] brcmfmac43455-sdio.txt: Follow raspbian change for | ||
| 5 | boardflags3 | ||
| 6 | |||
| 7 | Without this change the WiFi interface on RPi4 never comes up. Also the | ||
| 8 | upstream repository doesn't include this change. It is only (as far as I | ||
| 9 | know) part of the raspberrypi deb repository with the following | ||
| 10 | changelog: | ||
| 11 | |||
| 12 | firmware-nonfree (1:20190114-1+rpt2) buster; urgency=medium | ||
| 13 | * Update brcmfmac43455-sdio.txt | ||
| 14 | - Update boardflags3 | ||
| 15 | -- Serge Schneider <serge@raspberrypi.org> Thu, 18 Apr 2019 14:35:34 | ||
| 16 | +0100 | ||
| 17 | |||
| 18 | Upstream-status: Pending | ||
| 19 | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> | ||
| 20 | --- | ||
| 21 | brcm/brcmfmac43455-sdio.txt | 2 +- | ||
| 22 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 23 | |||
| 24 | diff --git a/brcm/brcmfmac43455-sdio.txt b/brcm/brcmfmac43455-sdio.txt | ||
| 25 | index 54d9321..6801286 100644 | ||
| 26 | --- a/brcm/brcmfmac43455-sdio.txt | ||
| 27 | +++ b/brcm/brcmfmac43455-sdio.txt | ||
| 28 | @@ -21,7 +21,7 @@ btc_mode=1 | ||
| 29 | # bit1 for btcoex | ||
| 30 | boardflags=0x00480201 | ||
| 31 | boardflags2=0x40800000 | ||
| 32 | -boardflags3=0x48200100 | ||
| 33 | +boardflags3=0x44200100 | ||
| 34 | phycal_tempdelta=15 | ||
| 35 | rxchain=1 | ||
| 36 | txchain=1 | ||
| 37 | -- | ||
| 38 | 2.17.1 | ||
| 39 | |||
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 | } |
