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>
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi0 2 Wifi Development Board
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi0 2 Wifi in 32 bits mode
|
|
|
|
MACHINEOVERRIDES =. "raspberrypi3:"
|
|
|
|
include conf/machine/raspberrypi3.conf
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "\
|
|
linux-firmware-rpidistro-bcm43436 \
|
|
linux-firmware-rpidistro-bcm43436s \
|
|
bluez-firmware-rpidistro-bcm43430b0-hcd \
|
|
"
|