How to exclude QT package build in Yocto?

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

How to exclude QT package build in Yocto?

1,786 Views
jason-kim
Contributor I

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.

0 Kudos
1 Reply

1,271 Views
claymontgomery
Contributor IV

You probably just need to delete the 'tmp' folder before you run the bitbake again.

Regards, Clay

0 Kudos