imx6ul bitbake fsl-image-qt5

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

imx6ul bitbake fsl-image-qt5

ソリューションへジャンプ
1,266件の閲覧回数
luoyaojun
Contributor II

yocto中指定imx6ul平台使用bitbake fsl-image-qt5生成的文件系统有1.3G大小? 如何删减除QT5外不必要的软件包?

另外:

core-image-x11、fsl-image-gui都不是用的QT吗?

我可以bitbake core-mage-base 然后在IMAGE_INSTALL_append += " qt4" 把qt4的环境放到文件系统中吗?

ラベル(2)
0 件の賞賛
返信
1 解決策
1,139件の閲覧回数
karangajjar
Senior Contributor II

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

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,140件の閲覧回数
karangajjar
Senior Contributor II

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

0 件の賞賛
返信