imx8-image-full but not need machine learning function features.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

imx8-image-full but not need machine learning function features.

跳至解决方案
682 次查看
Ichi_
Contributor I

Hi All,

kernel:5.4

evk:imx8mq-evk

I can build code by imx8-image-full command, but I not need machine learning fearures.

How to remove the Machine Learning features ?

or, How to add QT 5 on imx8-image-multimedia build?

0 项奖励
回复
1 解答
663 次查看
Harvey021
NXP TechSupport
NXP TechSupport

The section <5.6.6 Qt 6 and QtWebEngine browsers> and <5.6.7 NXP eIQ machine learning> from Yocto User Guide can be a reference for such add or remove the required features.

Embedded Linux for i.MX Applications Processors | NXP Semiconductors

To add QT, a reference can be like, add IMAGE_INSTALL:append = " packagegroup-qt5-imx qtbase" to conf/local.conf

 

Regards

Harvey

在原帖中查看解决方案

0 项奖励
回复
1 回复
664 次查看
Harvey021
NXP TechSupport
NXP TechSupport

The section <5.6.6 Qt 6 and QtWebEngine browsers> and <5.6.7 NXP eIQ machine learning> from Yocto User Guide can be a reference for such add or remove the required features.

Embedded Linux for i.MX Applications Processors | NXP Semiconductors

To add QT, a reference can be like, add IMAGE_INSTALL:append = " packagegroup-qt5-imx qtbase" to conf/local.conf

 

Regards

Harvey

0 项奖励
回复