mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-12 03:10:08 +00:00
Prepending new definitions should be preferred to assignment, as it is simpler and more conducive to defining new machine configurations that reuse these configurations. Signed-off-by: Zachary T Welch <zach@aquabyte.ai>
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi Zero Development Board
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi Zero board (https://www.raspberrypi.org/blog/raspberry-pi-zero)
|
|
|
|
MACHINEOVERRIDES =. "raspberrypi:"
|
|
include conf/machine/raspberrypi.conf
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|