diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-20 18:17:36 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-20 18:17:59 +0100 |
| commit | 28d4404f89eb59d406b4976c0e3f5ca19137ba74 (patch) | |
| tree | 89ae68a11e100338dd140c93db86ef41b09a23bc /conf | |
| parent | ecb269577b607baa03d31ebad904fb88f24b9805 (diff) | |
| download | meta-raspberrypi-28d4404f89eb59d406b4976c0e3f5ca19137ba74.tar.gz | |
raspberrypi3.conf: Use a stand alone machine configuration
As well make all the variables assigned in a way that they can be
overwritten so we can give maximum flexibility to distros.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/raspberrypi3.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index 1ac5928..884d875 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf | |||
| @@ -2,10 +2,14 @@ | |||
| 2 | #@NAME: RaspberryPi 3 Development Board | 2 | #@NAME: RaspberryPi 3 Development Board |
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 | 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 |
| 4 | 4 | ||
| 5 | MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" | 5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" |
| 6 | include conf/machine/raspberrypi2.conf | 6 | require conf/machine/include/tune-cortexa7.inc |
| 7 | include conf/machine/include/rpi-base.inc | ||
| 7 | 8 | ||
| 8 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" | 9 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" |
| 9 | 10 | ||
| 10 | SERIAL_CONSOLE = "115200 ttyS0" | 11 | SDIMG_KERNELIMAGE ?= "kernel7.img" |
| 12 | KERNEL_DEFCONFIG ?= "bcm2709_defconfig" | ||
| 13 | UBOOT_MACHINE ?= "rpi_2_config" | ||
| 14 | SERIAL_CONSOLE ?= "115200 ttyS0" | ||
| 11 | VC4_CMA_SIZE ?= "cma-256" | 15 | VC4_CMA_SIZE ?= "cma-256" |
