mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
10 lines
258 B
Plaintext
10 lines
258 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
|