mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
Add a dedicated machine configuration for the Raspberry Pi Compute Module 5 IO Board. Although it is closely aligned with Raspberry Pi 5, several peripherals differ. Providing a separate configuration will enable targeted support and feature implementation for those distinct peripherals. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Raspberry Pi Compute Module 5 IO Board (64-bit)
|
|
#@DESCRIPTION: Machine configuration for the Raspberry Pi Compute Module 5 IO Board in 64 bits mode
|
|
|
|
MACHINEOVERRIDES =. "raspberrypi5:"
|
|
|
|
include conf/machine/raspberrypi5.conf
|