mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
All 32-bit machines are sharing the list of machine dtbs with the exception of raspberrypi0-2w. Move this away too to unify the machine configurations. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi0 2 Wifi Development Board
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi0 2 Wifi in 32 bits mode
|
|
|
|
include conf/machine/raspberrypi3.conf
|
|
|
|
MACHINEOVERRIDES := "${@'${MACHINEOVERRIDES}'.replace(':${MACHINE}',':raspberrypi3:${MACHINE}')}"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "\
|
|
linux-firmware-rpidistro-bcm43436 \
|
|
linux-firmware-rpidistro-bcm43436s \
|
|
bluez-firmware-rpidistro-bcm43430b0-hcd \
|
|
"
|