The kernel source code compiled by yocto will directly run the official qt demo when the screen is working normally. How to close it? What files need to be modified?
You could search the .bb file of the "image name" you build in yocto. Then there is something like qtbase bb file for building the QT. Then you could search the "gui" option in the content of bb file. Remove the "gui" option from the building.