diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf new file mode 100644 index 0000000..1b73f2f --- /dev/null +++ b/conf/machine/raspberrypi3.conf @@ -0,0 +1,9 @@ +#@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