mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02: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
235 B
Plaintext
9 lines
235 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi Compute Module (CM1)
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module (CM1)
|
|
|
|
MACHINEOVERRIDES =. "raspberrypi:"
|
|
include conf/machine/raspberrypi.conf
|
|
|
|
ARMSTUB ?= "armstub.bin"
|