diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-27 16:07:12 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-02 15:19:13 -0300 |
commit | 84de1fe06103fdfd48fbc4a8a7273e0263068249 (patch) | |
tree | 98ff315da3c06a3b6212985dde42b7ea425a34be | |
parent | 49c8638e97dfc568b59f8829f20fa6d8ab8dbaf8 (diff) | |
download | meta-fsl-arm-84de1fe06103fdfd48fbc4a8a7273e0263068249.tar.gz |
imx6qsabrelite: add XSERVER definition using fbdev driver
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/imx6qsabrelite.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf index f2bd42f..5853f53 100644 --- a/conf/machine/imx6qsabrelite.conf +++ b/conf/machine/imx6qsabrelite.conf | |||
@@ -12,4 +12,10 @@ UBOOT_ENTRYPOINT = "0x10800000" | |||
12 | UBOOT_LOADADDRESS = "0x10800000" | 12 | UBOOT_LOADADDRESS = "0x10800000" |
13 | UBOOT_MACHINE = "mx6qsabrelite_config" | 13 | UBOOT_MACHINE = "mx6qsabrelite_config" |
14 | 14 | ||
15 | XSERVER = "xserver-xorg-lite \ | ||
16 | xf86-input-evdev \ | ||
17 | xf86-input-keyboard \ | ||
18 | xf86-input-mouse \ | ||
19 | xf86-video-fbdev" | ||
20 | |||
15 | SERIAL_CONSOLE = "115200 ttymxc1" | 21 | SERIAL_CONSOLE = "115200 ttymxc1" |