Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Remove DirectFB support for i.MX6
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
otavio committed Oct 29, 2015
1 parent 2f78ef1 commit c4458f0
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 316 deletions.
5 changes: 0 additions & 5 deletions conf/machine/include/imx-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ XSERVER = "xserver-xorg \
xf86-input-evdev \
${XSERVER_DRIVER}"

PREFERRED_VERSION_directfb_mx6q = "1.7.4"
PREFERRED_VERSION_directfb_mx6dl = "1.7.4"
PREFERRED_VERSION_directfb_mx6sx = "1.7.4"
PREFERRED_VERSION_directfb_mx6sl = "1.7.4"

# Ship kernel modules
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"

Expand Down
5 changes: 1 addition & 4 deletions recipes-graphics/cairo/cairo_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
CFLAGS_append_mx6 = " -DLINUX \
${@base_contains('DISTRO_FEATURES', 'x11', '', \
base_contains('DISTRO_FEATURES', 'wayland', \
'-DEGL_API_FB -DEGL_API_WL', \
base_contains('DISTRO_FEATURES', 'directfb', \
'-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}"

'-DEGL_API_FB -DEGL_API_WL', '-DEGL_API_FB', d), d)}"

PACKAGECONFIG_append_mx6q = " egl glesv2"
PACKAGECONFIG_append_mx6dl = " egl glesv2"
Expand Down
79 changes: 0 additions & 79 deletions recipes-graphics/directfb/directfb.inc

This file was deleted.

42 changes: 0 additions & 42 deletions recipes-graphics/directfb/directfb/Check-input-NULL-pointer.patch

This file was deleted.

18 changes: 0 additions & 18 deletions recipes-graphics/directfb/directfb/bashism.patch

This file was deleted.

60 changes: 0 additions & 60 deletions recipes-graphics/directfb/directfb/configurefix.patch

This file was deleted.

19 changes: 0 additions & 19 deletions recipes-graphics/directfb/directfb/fixsepbuild.patch

This file was deleted.

36 changes: 0 additions & 36 deletions recipes-graphics/directfb/directfb/fusion.patch

This file was deleted.

3 changes: 0 additions & 3 deletions recipes-graphics/directfb/directfb_%.bbappend

This file was deleted.

24 changes: 0 additions & 24 deletions recipes-graphics/directfb/directfb_1.7.4.bb

This file was deleted.

Loading

0 comments on commit c4458f0

Please sign in to comment.