From e1d4448ce85f33891ea6e96c6b51f4d1f5f4a67f Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 8 Feb 2015 00:04:59 +0200 Subject: 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 --- conf/machine/include/rpi-base.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/include') 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 include conf/machine/include/rpi-default-versions.inc include conf/machine/include/rpi-default-providers.inc +SOC_FAMILY = "rpi" +include conf/machine/include/soc-family.inc + IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" SERIAL_CONSOLE ?= "115200 ttyAMA0" -- cgit v1.2.3-54-g00ecf