summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-13 09:41:38 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-13 14:09:03 -0300
commite670cf5ef7d4ef2e749aae98836423872455d6fe (patch)
treed0cc1a1065e1d5b08414c211844219b06d27592c /conf
parent376c023d3aa79f1a526159187009468e2e007aff (diff)
downloadmeta-fsl-arm-e670cf5ef7d4ef2e749aae98836423872455d6fe.tar.gz
imx-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')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 1b26f01..cecbe86 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -8,7 +8,7 @@ include conf/distro/include/fsl-default-providers.inc
8UBOOT_MAKE_TARGET = "u-boot.imx" 8UBOOT_MAKE_TARGET = "u-boot.imx"
9UBOOT_SUFFIX = "imx" 9UBOOT_SUFFIX = "imx"
10 10
11XSERVER = "xserver-xorg-lite \ 11XSERVER = "xserver-xorg \
12 xf86-input-evdev \ 12 xf86-input-evdev \
13 xf86-video-imxfb" 13 xf86-video-imxfb"
14 14