summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-02-08 00:04:59 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2015-02-08 00:06:36 +0200
commite1d4448ce85f33891ea6e96c6b51f4d1f5f4a67f (patch)
tree9f95d413ab0f29ed1384df78bec92b275e156881 /conf/machine
parentb89a2743fb27b2e5644a74fae156b88a4ca48781 (diff)
downloadmeta-raspberrypi-e1d4448ce85f33891ea6e96c6b51f4d1f5f4a67f.tar.gz
xserver-xf86-config: Use SOC specific assignements
In this way the modifications will be used on all RPI boards. Change-Id: Ife10db876db85c1c4944028a0b49ccae4d8c0d41 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/rpi-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 4be28a1..65ec712 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -2,6 +2,9 @@ include conf/machine/include/rpi-default-settings.inc
2include conf/machine/include/rpi-default-versions.inc 2include conf/machine/include/rpi-default-versions.inc
3include conf/machine/include/rpi-default-providers.inc 3include conf/machine/include/rpi-default-providers.inc
4 4
5SOC_FAMILY = "rpi"
6include conf/machine/include/soc-family.inc
7
5IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" 8IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
6 9
7SERIAL_CONSOLE ?= "115200 ttyAMA0" 10SERIAL_CONSOLE ?= "115200 ttyAMA0"