diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:04:59 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:06:36 +0200 |
commit | e1d4448ce85f33891ea6e96c6b51f4d1f5f4a67f (patch) | |
tree | 9f95d413ab0f29ed1384df78bec92b275e156881 /conf/machine | |
parent | b89a2743fb27b2e5644a74fae156b88a4ca48781 (diff) | |
download | meta-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.inc | 3 |
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 | |||
2 | include conf/machine/include/rpi-default-versions.inc | 2 | include conf/machine/include/rpi-default-versions.inc |
3 | include conf/machine/include/rpi-default-providers.inc | 3 | include conf/machine/include/rpi-default-providers.inc |
4 | 4 | ||
5 | SOC_FAMILY = "rpi" | ||
6 | include conf/machine/include/soc-family.inc | ||
7 | |||
5 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" |
6 | 9 | ||
7 | SERIAL_CONSOLE ?= "115200 ttyAMA0" | 10 | SERIAL_CONSOLE ?= "115200 ttyAMA0" |