diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-27 18:36:10 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-20 21:56:21 +0100 |
| commit | b85775a16ac1ad61dd9f762b5fb57f8ab47df073 (patch) | |
| tree | 3802fc20f497bef90868a195f9b59bbe79f19db5 | |
| parent | 9649833a2ce79207336cae957563d704c557b0fc (diff) | |
| download | meta-raspberrypi-b85775a16ac1ad61dd9f762b5fb57f8ab47df073.tar.gz | |
raspberrypi4.conf: Add initial machine 32 bit configuration
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| -rw-r--r-- | conf/machine/raspberrypi4.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf new file mode 100644 index 0000000..39949a6 --- /dev/null +++ b/conf/machine/raspberrypi4.conf | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: RaspberryPi 4 Development Board (32bit) | ||
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 32 bit mode | ||
| 4 | |||
| 5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" | ||
| 6 | require conf/machine/include/tune-cortexa7.inc | ||
| 7 | include conf/machine/include/rpi-base.inc | ||
| 8 | |||
| 9 | MACHINE_EXTRA_RRECOMMENDS += "\ | ||
| 10 | linux-firmware-rpidistro-bcm43455 \ | ||
| 11 | bluez-firmware-rpidistro-bcm4345c0-hcd \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SDIMG_KERNELIMAGE ?= "kernel7.img" | ||
| 15 | SERIAL_CONSOLES ?= "115200;ttyS0" | ||
| 16 | |||
| 17 | MACHINE_FEATURES_append = " vc4graphics" | ||
