diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2025-10-10 16:52:34 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-13 23:29:52 +0100 |
| commit | 13e1a2b2c7aed1871b495041f373fcdc316c4232 (patch) | |
| tree | bbda27532cd9596c7f69749ffc67ec172198fa01 /meta-yocto-bsp/conf | |
| parent | 3e48365f409a6d566b84927f8aa2d4784fd8812f (diff) | |
| download | poky-13e1a2b2c7aed1871b495041f373fcdc316c4232.tar.gz | |
genericarm64.conf: install linux-firmware-bcm43455 to images
by default. Fixes parselogs oeqa runtime test failures:
https://ledge.validation.linaro.org/scheduler/job/121516
Central error: brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
...
Central error: brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2
(From meta-yocto rev: dce46431683b5172327770972166c79e4c60cc2d)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
| -rw-r--r-- | meta-yocto-bsp/conf/machine/genericarm64.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf index 0c78960199..7738e71c4f 100644 --- a/meta-yocto-bsp/conf/machine/genericarm64.conf +++ b/meta-yocto-bsp/conf/machine/genericarm64.conf | |||
| @@ -16,7 +16,12 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | |||
| 16 | # Install all the kernel modules into the rootfs | 16 | # Install all the kernel modules into the rootfs |
| 17 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" | 17 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" |
| 18 | # Install selected pieces of firmware | 18 | # Install selected pieces of firmware |
| 19 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx linux-firmware-wl18xx linux-firmware-rtl-nic" | 19 | MACHINE_EXTRA_RRECOMMENDS += "\ |
| 20 | linux-firmware-bcm43455 \ | ||
| 21 | linux-firmware-wl12xx \ | ||
| 22 | linux-firmware-wl18xx \ | ||
| 23 | linux-firmware-rtl-nic \ | ||
| 24 | " | ||
| 20 | # increase default size since we install a lot of kernel drivers and firmware by default | 25 | # increase default size since we install a lot of kernel drivers and firmware by default |
| 21 | INITRAMFS_MAXSIZE = "200000" | 26 | INITRAMFS_MAXSIZE = "200000" |
| 22 | 27 | ||
