Hi luo yaojun,
You can find the packages that will be installed for an image by using below commands:
bitbake -g <image>
So, you can filter out the packages you do not want to install and remove them using PACKAGE_EXCLUDE command as in the link Yocto Project Reference Manual .
Also, you can follow Useful bitbake commands for other useful bitbake commands.
Or
You can follow the below document to include qt in your image:
Building Qt5 using yocto on Wandboard - Wandboard Wiki
Regards,
Karan Gajjar
Hi luo yaojun,
You can find the packages that will be installed for an image by using below commands:
bitbake -g <image>
So, you can filter out the packages you do not want to install and remove them using PACKAGE_EXCLUDE command as in the link Yocto Project Reference Manual .
Also, you can follow Useful bitbake commands for other useful bitbake commands.
Or
You can follow the below document to include qt in your image:
Building Qt5 using yocto on Wandboard - Wandboard Wiki
Regards,
Karan Gajjar