Close the qt demo compiled by yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Close the qt demo compiled by yocto

651 Views
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

Labels (1)
0 Kudos
4 Replies

634 Views
jimmychan
NXP TechSupport
NXP TechSupport

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

0 Kudos

626 Views
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 Kudos

602 Views
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 Kudos

627 Views
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 Kudos