Skip to content
Snippets Groups Projects
Commit a1b0003d authored by Samuli Piippo's avatar Samuli Piippo
Browse files

mx5: support for imx5 with hw graphics


Change-Id: Iefbf82d6bc4d2ad2d00fa4b2cf8883f233e0fa67
Reviewed-by: default avatarKalle Viironen <kalle.viironen@digia.com>
parent 49e7fe79
No related branches found
No related tags found
No related merge requests found
# dependency to x11 only when distro features have it
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
...@@ -17,6 +17,10 @@ EXTRA_IMAGEDEPENDS_mx6 += "u-boot-script-boundary" ...@@ -17,6 +17,10 @@ EXTRA_IMAGEDEPENDS_mx6 += "u-boot-script-boundary"
MACHINE_EXTRA_INSTALL = "" MACHINE_EXTRA_INSTALL = ""
MACHINE_EXTRA_INSTALL_mx5 += "\
amd-gpu-x11-bin-mx51 \
"
MACHINE_EXTRA_INSTALL_mx6 += "\ MACHINE_EXTRA_INSTALL_mx6 += "\
gpu-viv-bin-mx6q \ gpu-viv-bin-mx6q \
gst-fsl-plugin \ gst-fsl-plugin \
......
...@@ -12,6 +12,12 @@ SGX_mx6 = " \ ...@@ -12,6 +12,12 @@ SGX_mx6 = " \
libgles2-mx6-dev \ libgles2-mx6-dev \
" "
SGX_mx5 = " \
libgsl-fsl-mx51-dev \
libegl-mx51-dev \
libgles2-mx51-dev \
"
SGX_beagleboard = "\ SGX_beagleboard = "\
libgles-omap3-dev \ libgles-omap3-dev \
" "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment