summaryrefslogtreecommitdiffstats
path: root/package/freescale-imx/imx-gpu-viv/Config.in
diff options
context:
space:
mode:
authorAndrew Webster <awebster@arcx.com>2016-06-10 14:09:08 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-15 22:48:40 +0200
commit018e1a06b7dcf17b39d08a2a44d68a8744d23af8 (patch)
treeaa270fab6713832d14bc33a9afd1a74a50f2b1f2 /package/freescale-imx/imx-gpu-viv/Config.in
parent7eb5f3ecf4115de1280ef10771c839d04e38f946 (diff)
downloadbuildroot-018e1a06b7dcf17b39d08a2a44d68a8744d23af8.tar.gz
buildroot-018e1a06b7dcf17b39d08a2a44d68a8744d23af8.zip
imx-gpu-viv: bump version to 5.0.11-p8.4
Changelog: Software floating point is no longer supported. For a detailed list of changes in this update, see the Graphics section of the i.MX Linux Release Notes contained in the i.MX Linux BSP documentation here: https://www.nxp.com/webapp/Download?colCode=L4.1.15_1.1.0_LINUX_DOCS&location=null&fpsp=1&WT_TYPE=Supporting%20Information&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=gz&WT_ASSET=Documentation&fileExt=.gz&Parent_nodeId=1337637154535695831062&Parent_pageType=product This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/b667ed4 https://github.com/Freescale/meta-fsl-arm/commit/af5b3a6 This package has been tested with both X11 and Framebuffer backends: # cd /usr/share/examples/viv_samples/vdk/ # apitrace trace --api egl ./tutorial7 # gmem_info ... display memory use per PID ... # apitrace replay tutorial7.trace # eglretrace tutorial7.trace Signed-off-by: Andrew Webster <awebster@arcx.com> Tested-by: Gary Bisson <gary.bisson@boundarydevices.com> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> [Thomas: - use only one comment for the glibc and ARM EABIhf dependency, like we do for the mali-t76x package. - reword the comment for the EABIhf dependency, as suggested by Gary - remove the IMX_GPU_VIV_BASE_VERSION variable, and use directly IMX_GPU_VIV_VERSION, as suggested by Gary.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freescale-imx/imx-gpu-viv/Config.in')
-rw-r--r--package/freescale-imx/imx-gpu-viv/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/freescale-imx/imx-gpu-viv/Config.in b/package/freescale-imx/imx-gpu-viv/Config.in
index 20759b1ca0..531c480558 100644
--- a/package/freescale-imx/imx-gpu-viv/Config.in
+++ b/package/freescale-imx/imx-gpu-viv/Config.in
@@ -1,13 +1,14 @@
-comment "imx-gpu-viv needs an (e)glibc toolchain"
+comment "imx-gpu-viv needs an (e)glibc toolchain with armhf enabled"
depends on BR2_arm
- depends on !BR2_TOOLCHAIN_USES_GLIBC
+ depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_ARM_EABIHF
config BR2_PACKAGE_IMX_GPU_VIV
bool "imx-gpu-viv"
select BR2_PACKAGE_HAS_LIBEGL
select BR2_PACKAGE_HAS_LIBGLES
select BR2_PACKAGE_HAS_LIBOPENVG
- depends on BR2_arm # Only relevant for i.MX6
+ # Pre-built binaries only available for ARM EABIhf
+ depends on BR2_ARM_EABIHF
# Library binaries are linked against libc.so.6
depends on BR2_TOOLCHAIN_USES_GLIBC
help
OpenPOWER on IntegriCloud