diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-17 16:08:41 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-17 16:08:41 -0300 |
commit | f2ce5b1a8963f5db971341d933657e7beeb19ef5 (patch) | |
tree | 6f9a6a9fbe0c35c70c22751806e7815ab35f5a75 | |
parent | a2dcf1b9222c15b7827425c68f1e4d809de530e9 (diff) | |
download | meta-fsl-arm-f2ce5b1a8963f5db971341d933657e7beeb19ef5.tar.gz |
imx6qsabrelite: 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>
-rw-r--r-- | conf/machine/imx6qsabrelite.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf index 06ec230..b1daeab 100644 --- a/conf/machine/imx6qsabrelite.conf +++ b/conf/machine/imx6qsabrelite.conf | |||
@@ -8,15 +8,13 @@ include conf/machine/include/tune-cortexa9.inc | |||
8 | 8 | ||
9 | SOC_FAMILY = "mx6" | 9 | SOC_FAMILY = "mx6" |
10 | 10 | ||
11 | # no GST until codecs are public | ||
12 | MACHINE_GSTREAMER_PLUGIN = "" | ||
13 | |||
14 | UBOOT_ENTRYPOINT = "0x10800000" | 11 | UBOOT_ENTRYPOINT = "0x10800000" |
15 | UBOOT_LOADADDRESS = "0x10800000" | 12 | UBOOT_LOADADDRESS = "0x10800000" |
16 | UBOOT_MACHINE = "mx6qsabrelite_config" | 13 | UBOOT_MACHINE = "mx6qsabrelite_config" |
17 | 14 | ||
18 | # Needs to override until all BSP is public | 15 | # Needs to override until all BSP is public |
19 | XSERVER = "xserver-xorg-lite \ | 16 | MACHINE_GSTREAMER_PLUGIN = "" |
17 | XSERVER = "xserver-xorg \ | ||
20 | xf86-input-evdev \ | 18 | xf86-input-evdev \ |
21 | xf86-video-fbdev" | 19 | xf86-video-fbdev" |
22 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules \ | 20 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules \ |