From 12a884812794ffdd9d7bf48d993f4a8ee7639dc9 Mon Sep 17 00:00:00 2001 From: Theodor Gherzan Date: Wed, 9 Mar 2016 16:15:06 +0200 Subject: raspberrypi3.conf: Create machine configuration for Raspberrypi 3 Signed-off-by: Theodor Gherzan --- conf/machine/raspberrypi3.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/machine/raspberrypi3.conf (limited to 'conf/machine') 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 -- cgit v1.2.3-54-g00ecf