]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6qsabrelite: Use xserver-xorg instead of xserver-xorg-lite
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Sep 2012 19:08:41 +0000 (16:08 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Sep 2012 19:08:41 +0000 (16:08 -0300)
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>
meta-fsl-arm/conf/machine/imx6qsabrelite.conf

index 06ec230a3fbe6933cdab2e433073be4d287e5a39..b1daeab8956a46f59eb32d0cf27dce8ba67c6cb3 100644 (file)
@@ -8,15 +8,13 @@ include conf/machine/include/tune-cortexa9.inc
 
 SOC_FAMILY = "mx6"
 
-# no GST until codecs are public
-MACHINE_GSTREAMER_PLUGIN = ""
-
 UBOOT_ENTRYPOINT =  "0x10800000"
 UBOOT_LOADADDRESS = "0x10800000"
 UBOOT_MACHINE = "mx6qsabrelite_config"
 
 # Needs to override until all BSP is public
-XSERVER = "xserver-xorg-lite \
+MACHINE_GSTREAMER_PLUGIN = ""
+XSERVER = "xserver-xorg \
            xf86-input-evdev \
            xf86-video-fbdev"
 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules \