Close the qt demo compiled by yocto

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Close the qt demo compiled by yocto

1,764 次查看
2548903578
Contributor III

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?

微信图片_20230112154843.jpg

标签 (1)
0 项奖励
回复
4 回复数

1,747 次查看
jimmychan
NXP TechSupport
NXP TechSupport

You could compile the image (without QT) in Yocto BSP.

0 项奖励
回复

1,739 次查看
2548903578
Contributor III

Hi,jimmychan

  I think it should be the easiest way to close the official qt demo and run my own qt program now, but now I don't know how to close the official qt demo.

0 项奖励
回复

1,715 次查看
jimmychan
NXP TechSupport
NXP TechSupport

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.

0 项奖励
回复

1,740 次查看
2548903578
Contributor III

Hi,jimmychan

 Thank you for your reply, if I use the bsp without qt, will the qt program not be able to run normally?

0 项奖励
回复