summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-04-20 18:17:36 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-20 18:17:59 +0100
commit28d4404f89eb59d406b4976c0e3f5ca19137ba74 (patch)
tree89ae68a11e100338dd140c93db86ef41b09a23bc /conf
parentecb269577b607baa03d31ebad904fb88f24b9805 (diff)
downloadmeta-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.conf10
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
5MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" 5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6include conf/machine/raspberrypi2.conf 6require conf/machine/include/tune-cortexa7.inc
7include conf/machine/include/rpi-base.inc
7 8
8MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" 9MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
9 10
10SERIAL_CONSOLE = "115200 ttyS0" 11SDIMG_KERNELIMAGE ?= "kernel7.img"
12KERNEL_DEFCONFIG ?= "bcm2709_defconfig"
13UBOOT_MACHINE ?= "rpi_2_config"
14SERIAL_CONSOLE ?= "115200 ttyS0"
11VC4_CMA_SIZE ?= "cma-256" 15VC4_CMA_SIZE ?= "cma-256"