summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-10-29 09:22:55 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:21 -0300
commitac2d289ab6ba92ca10b6926b285656820b6b826c (patch)
tree3b503766337552948f263e3e248093bd7e85e32d /conf
parentb3595d343332a8a564bb29cfa694be45fed24083 (diff)
downloadmeta-freescale-ac2d289ab6ba92ca10b6926b285656820b6b826c.tar.gz
Remove DirectFB support for i.MX6
The DirectFB project is dead upstream for a while and the backend is deprecated so it is better to drop it and avoid new users to depend on it and instead to focus in the current technologies for new projects. This commit removes everything related to the DirectFB support so if someone wish to revert it locally it can be easily done. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index dd673f1b..6af61a3b 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -34,11 +34,6 @@ XSERVER = "xserver-xorg \
34 xf86-input-evdev \ 34 xf86-input-evdev \
35 ${XSERVER_DRIVER}" 35 ${XSERVER_DRIVER}"
36 36
37PREFERRED_VERSION_directfb_mx6q = "1.7.4"
38PREFERRED_VERSION_directfb_mx6dl = "1.7.4"
39PREFERRED_VERSION_directfb_mx6sx = "1.7.4"
40PREFERRED_VERSION_directfb_mx6sl = "1.7.4"
41
42# Ship kernel modules 37# Ship kernel modules
43MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" 38MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
44 39