Hi all.
I developing custom board using I.MX6 Solo and S/W package based fsl-release-bsp (yocto).
but my custom board not using LCD and any graphic device.
so, I supposed to exclude QT and related library.
As I know, easiet way exclude QT, describe configurate in local.conf file.
like this -> DISTRO_FEATURE_remove = "x11 wayland ",
so I added qt -> DISTRO_FEATURE_remove = "x11 wayland qt "
but, still QT is included to binary file.
How to exclue QT package in Yocto?
please give advice to me.
You probably just need to delete the 'tmp' folder before you run the bitbake again.
Regards, Clay