How to add qt to the desktop version compiled from yocto

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

How to add qt to the desktop version compiled from yocto

2,163件の閲覧回数
logic887
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

ラベル(1)
0 件の賞賛
返信
5 返答(返信)

2,151件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @logic887 

 

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 件の賞賛
返信

2,066件の閲覧回数
logic887
Contributor III

@Zhiming_Liu 
How to solve this problem

xueyf_0-1711359463775.png

 

0 件の賞賛
返信

2,062件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Please add nxp-demo-experience in the bb file

 

Zhiming_Liu_0-1711426915746.png

 

0 件の賞賛
返信

2,083件の閲覧回数
logic887
Contributor III

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

xueyf_0-1711090121570.pngxueyf_1-1711090132220.png

 

0 件の賞賛
返信

2,100件の閲覧回数
logic887
Contributor III

How to compile qt5 using yocto

0 件の賞賛
返信