mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-18 21:24:30 +00:00
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi 3 Development Board
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi 3
|
|
|
|
MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430"
|
|
|
|
include conf/machine/raspberrypi2.conf
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
VC4_CMA_SIZE ?= "cma-256"
|
|
|