@FSL_TICS_Rita
按照linux refrence document上
To get to the GPU library package in Yocto, use the command bitbake linux-imx -c
menuconfig. On the screen displayed, select Configure the kernel and select "Device
Drivers" > "MXC support drivers" > "MXC Vivante GPU support" > "MXC Vivante
GPU support"and exit. When the next screen appears(到这一步并没有弹出页面) select the following options to
enable the GPU driver:
• Package list > gpu-viv-bin-mx6q
• This package provides proprietary binary libraries, and test code built from the GPU
for framebuffer
我想自己做一个类似gpu-viv-bin-mx6q-3.10.17-1.0.0.tar.gz这种包,但是内核版本是4.1.15-1.0.0,cpu是imx6sx.
使用这个包作为编译qt5.6.0时的opengl支持。
|