I modified the configuration of a customer board based on the AM62x-evm, and the image can be successfully compiled through the command.
$ MACHINE=am62xx-customer bitbake tisdk-customer-image
In the configuration of the customer board, only qtbase is enabled for qt5, and the opengl is disabled.When generating the SDK, it encountered a problem with the configuration of qtwebkit and terminated.
$ MACHINE=am62xx-customer bitbake meta-toolchain-arago-tisdk
The error message is as follows,
| -- Found WebP: /home/user/oe-layersetup/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtwebkit/5.15.7+gitAUTOINC+10cd6a106e-r0.arago8/recipe-sysroot/usr/include
| CMake Error at Source/cmake/OptionsQt.cmake:566 (message):
| Qt with OpenGL support is required for ENABLE_OPENGL
| Call Stack (most recent call first):
In actual use, I don't need qtwebkie. How can I turn it off in the SDK? Thanks
Regards,
Stephen