diff options
| -rw-r--r-- | conf/machine/raspberrypi3.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: RaspberryPi 3 Development Board | ||
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 | ||
| 4 | |||
| 5 | MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" | ||
| 6 | |||
| 7 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430" | ||
| 8 | |||
| 9 | include conf/machine/raspberrypi2.conf | ||
