mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-20 03:38:02 +00:00
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi 3 Development Board
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi 3
|
|
|
|
MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
|
|
include conf/machine/raspberrypi2.conf
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
VC4_CMA_SIZE ?= "cma-256"
|