mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00

The attempt to Raspbian updated firmware blobs in packages separate from linux-firmware introduced unresolvable conflicts with the standard linux-firmware roll-up package. Revert to using an augmented linux-firmware recipe that overrides and adds firmware from two Raspbian repositories that have up-to-date images. Closes #244 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
# Layer Contents
|
|
|
|
## Supported Machines
|
|
|
|
* raspberrypi
|
|
* raspberrypi0
|
|
* raspberrypi0-wifi
|
|
* raspberrypi2
|
|
* raspberrypi3
|
|
* raspberrypi3-64 (64 bit kernel & userspace)
|
|
* raspberrypi-cm (dummy alias for raspberrypi)
|
|
* raspberrypi-cm3 (dummy alias for raspberrypi2)
|
|
|
|
Note: The raspberrypi3 machines include support for Raspberry Pi 3B+.
|
|
|
|
## Images
|
|
|
|
* rpi-test-image
|
|
* Image based on core-image-base which includes most of the packages in this
|
|
layer and some media samples.
|
|
|
|
For other uses it's recommended to base images on `core-image-minimal` or
|
|
`core-image-base` as appropriate. The old image names (`rpi-hwup-image` and
|
|
`rpi-basic-image`) are deprecated.
|
|
|
|
## WiFi and Bluetooth Firmware
|
|
|
|
Be aware that the WiFi and Bluetooth firmware for the supported boards
|
|
is not available in the base version of `linux-firmware` from OE-Core
|
|
(poky). The files are added from Raspbian repositories in this layer's
|
|
bbappends to that recipe. All machines define
|
|
`MACHINE_EXTRA_RRECOMMENDS` to include the required wireless firmware;
|
|
raspberrypi3 supports 3, 3B, and 3B+ and so include multiple firmware
|
|
packages.
|