diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-13 12:00:54 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-13 14:09:13 -0300 |
commit | 749e8333698cae764ccc13a969f24c0942a868c9 (patch) | |
tree | 59f7858841953c73b1f08f29f8415628eede8e4c /conf/machine/include/mxs-base.inc | |
parent | e670cf5ef7d4ef2e749aae98836423872455d6fe (diff) | |
download | meta-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.inc | 2 |
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 | ||
10 | SOC_FAMILY = "mxs" | 10 | SOC_FAMILY = "mxs" |
11 | 11 | ||
12 | XSERVER = "xserver-xorg-lite \ | 12 | XSERVER = "xserver-xorg \ |
13 | xf86-input-evdev \ | 13 | xf86-input-evdev \ |
14 | xf86-video-fbdev" | 14 | xf86-video-fbdev" |
15 | 15 | ||