diff options
-rw-r--r-- | docs/layer-contents.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/layer-contents.md b/docs/layer-contents.md index 223a3b0..0ba60f5 100644 --- a/docs/layer-contents.md +++ b/docs/layer-contents.md | |||
@@ -11,6 +11,8 @@ | |||
11 | * raspberrypi-cm (dummy alias for raspberrypi) | 11 | * raspberrypi-cm (dummy alias for raspberrypi) |
12 | * raspberrypi-cm3 (dummy alias for raspberrypi2) | 12 | * raspberrypi-cm3 (dummy alias for raspberrypi2) |
13 | 13 | ||
14 | Note: The raspberrypi3 machines include support for Raspberry Pi 3B+. | ||
15 | |||
14 | ## Images | 16 | ## Images |
15 | 17 | ||
16 | * rpi-test-image | 18 | * rpi-test-image |
@@ -20,3 +22,13 @@ | |||
20 | For other uses it's recommended to base images on `core-image-minimal` or | 22 | For other uses it's recommended to base images on `core-image-minimal` or |
21 | `core-image-base` as appropriate. The old image names (`rpi-hwup-image` and | 23 | `core-image-base` as appropriate. The old image names (`rpi-hwup-image` and |
22 | `rpi-basic-image`) are deprecated. | 24 | `rpi-basic-image`) are deprecated. |
25 | |||
26 | ## WiFi firmware blobs | ||
27 | |||
28 | Be aware that the WiFi firmwares for the supported boards are not provided by | ||
29 | `linux-firmware` but by a custom recipe which only packages the needed blobs | ||
30 | for these boards. This is because the upstream `linux-firmware` doesn't support | ||
31 | or has outdated files for the blobs we need. The recipe | ||
32 | `linux-firmware-raspbian` is based on a fork of `linux-firmware` which | ||
33 | includes everything we need in order to fully support the WiFi hardware. All | ||
34 | machines define `MACHINE_EXTRA_RRECOMMENDS` accordingly. | ||