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

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

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

Jump to solution
676 Views
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 Kudos
Reply
1 Solution
657 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
658 Views
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 Kudos
Reply