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>2015-10-29 18:13:29 -0200
commitc4458f089955d5039c577c106bbdf60a0dbacaf4 (patch)
tree792f9090d61d5b2260615319f18fb0bdeb2a01c8 /conf
parent2f78ef1230481e0da690296a6a41330d7ffc4c13 (diff)
downloadmeta-fsl-arm-c4458f089955d5039c577c106bbdf60a0dbacaf4.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>
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 dd673f1..6af61a3 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