How to add qt to the desktop version compiled from yocto

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

How to add qt to the desktop version compiled from yocto

382 Views
xueyf
Contributor III

Hello, NXP Technical Support

I use the IMX8MP platform. I downloaded imx-6.1.36-2.1.0_desktop.xml from https://github.com/nxp-imx/imx-manifest to compile the desktop file system. How do I add qt, and How can I compile the SDK so that I can use qt
Here is the yocto command I am using now

repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-mickledore -m imx-6.1.36-2.1.0_desktop.xml
DISTRO=imx-desktop-xwayland MACHINE=imx8mpevk source imx-setup-desktop.sh -b build-desktop
bitbake imx-image-desktop

0 Kudos
5 Replies

370 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @xueyf 

 

Modify below file: https://github.com/nxp-imx/meta-nxp-desktop/blob/lf-6.1.36-2.1.0-mickledore/recipes-fsl/images/imx-i...

 

Add inherit populate_sdk_qt6 in line 9  and then insert  packagegroup-qt6-imx to IMAGE_INSTALL +=

 

Best Regards

Zhiming

0 Kudos

285 Views
xueyf
Contributor III

@Zhiming_Liu 
How to solve this problem

xueyf_0-1711359463775.png

 

0 Kudos

281 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Please add nxp-demo-experience in the bb file

 

Zhiming_Liu_0-1711426915746.png

 

0 Kudos

302 Views
xueyf
Contributor III

When I use this method, the following error occurs. How should I solve it?

xueyf_0-1711090121570.pngxueyf_1-1711090132220.png

 

0 Kudos

319 Views
xueyf
Contributor III

How to compile qt5 using yocto

0 Kudos