How to exclude QT package build in Yocto?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to exclude QT package build in Yocto?

2,475件の閲覧回数
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.

ラベル(5)
0 件の賞賛
返信
1 返信

1,960件の閲覧回数
claymontgomery
Contributor IV

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

Regards, Clay

0 件の賞賛
返信