summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-03-29 14:27:22 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-03-29 14:27:25 +0100
commit519da94776fc3160a2576da49a12afca191d19c5 (patch)
tree97fa087fbe5d4a55c76f0a21a0a218adb5a706eb
parent279b14730a9b19ab9d553bda7b0d55adad7d891d (diff)
downloadmeta-raspberrypi-ag_rpi3bplus.tar.gz
layer-contents.md: Update documentationag_rpi3bplus
* Raspberry Pi 3B+ support mentioned * Add info about linux-firmware-raspbian Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--docs/layer-contents.md12
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
14Note: 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 @@
20For other uses it's recommended to base images on `core-image-minimal` or 22For 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
28Be 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
30for these boards. This is because the upstream `linux-firmware` doesn't support
31or has outdated files for the blobs we need. The recipe
32`linux-firmware-raspbian` is based on a fork of `linux-firmware` which
33includes everything we need in order to fully support the WiFi hardware. All
34machines define `MACHINE_EXTRA_RRECOMMENDS` accordingly.