summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/mxs-base.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-13 12:00:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-13 14:09:13 -0300
commit749e8333698cae764ccc13a969f24c0942a868c9 (patch)
tree59f7858841953c73b1f08f29f8415628eede8e4c /conf/machine/include/mxs-base.inc
parente670cf5ef7d4ef2e749aae98836423872455d6fe (diff)
downloadmeta-fsl-arm-749e8333698cae764ccc13a969f24c0942a868c9.tar.gz
mxs-base.inc: Use xserver-xorg instead of xserver-xorg-lite
Next Yocto release will drop xserver-xorg-lite as building xserver-xorg and not installing the DRI and GLX modules (and so not Mesa) results in an increase of 16kb only. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
Diffstat (limited to 'conf/machine/include/mxs-base.inc')
-rw-r--r--conf/machine/include/mxs-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index 1ca84d9..486e914 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -9,7 +9,7 @@ include conf/machine/include/tune-arm926ejs.inc
9 9
10SOC_FAMILY = "mxs" 10SOC_FAMILY = "mxs"
11 11
12XSERVER = "xserver-xorg-lite \ 12XSERVER = "xserver-xorg \
13 xf86-input-evdev \ 13 xf86-input-evdev \
14 xf86-video-fbdev" 14 xf86-video-fbdev"
15 15