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?
Solved! Go to Solution.
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
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