mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 11:28:19 +00:00
Add support for a ARMv7 machine supporting multiple Raspberry Pi boards
The new raspberrypi-armv7.conf aims at supporting all the ARMv7 Raspberry Pi boards. This initial support was tested on: * Raspberry Pi 4 Model B * Raspberry Pi 3 Model B * Raspberry Pi 0 2 WiFi Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
f24c3bdc3c
commit
10b649bdb0
@@ -16,6 +16,22 @@
|
||||
|
||||
Note: The raspberrypi3 machines include support for Raspberry Pi 3B+.
|
||||
|
||||
## Multi-board Machines
|
||||
|
||||
This layer generally provides support for machines that are targetting a single
|
||||
Raspberry Pi board (or a very few subsets of them). This is so that the build
|
||||
infrastructure can tune and tweak the configuration with the flexibility to
|
||||
optimise for both runtime performance and disk storage.
|
||||
|
||||
For usecases where compatibility of more boards is required, the layer provides
|
||||
machines that are tagetting a wider support of Raspberry Pi boards.
|
||||
|
||||
### raspberrypi-armv7
|
||||
|
||||
This machine targets support for all the ARMv7-based Raspberry Pi boards. It
|
||||
will pull in the firmware and deploy the kernel image and kernel modules for
|
||||
all the relevant boards.
|
||||
|
||||
## Images
|
||||
|
||||
* rpi-test-image
|
||||
|
||||
Reference in New Issue
Block a user