1 comment "gpu-viv-bin-mx6q needs an (e)glibc toolchain"
3 depends on !BR2_TOOLCHAIN_USES_GLIBC
5 config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
6 bool "gpu-viv-bin-mx6q"
7 select BR2_PACKAGE_HAS_LIBEGL
8 select BR2_PACKAGE_HAS_LIBGLES
9 select BR2_PACKAGE_HAS_LIBOPENVG
10 select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7
11 select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
12 depends on BR2_arm # Only relevant for i.MX6
13 # Library binaries are linked against libc.so.6
14 depends on BR2_TOOLCHAIN_USES_GLIBC
16 Userspace libraries for Vivante GPU on i.MX6 platforms
18 It contains libraries and headers for GLES, OpenCL, and
19 OpenVG. It also contains a DRI plugin for X11. It also
20 contains a plugin for DirectFB-1.4.0, but that doesn't work
21 together with buildroot's DirectFB version.
23 This library is provided by Freescale as-is and doesn't have
26 if BR2_PACKAGE_GPU_VIV_BIN_MX6Q
28 config BR2_PACKAGE_PROVIDES_LIBEGL
29 default "gpu-viv-bin-mx6q"
31 config BR2_PACKAGE_PROVIDES_LIBGLES
32 default "gpu-viv-bin-mx6q"
34 config BR2_PACKAGE_PROVIDES_LIBOPENVG
35 default "gpu-viv-bin-mx6q"
37 config BR2_PACKAGE_GPU_VIV_BIN_MX6Q_EXAMPLES
38 bool "install examples"
40 Copy the Vivante examples to the target.
42 Warning: examples take approximately 150 MB of disk space.