Headless Yocto Build for the imx8 mini

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

Headless Yocto Build for the imx8 mini

1,185 次查看
amarch01
Contributor I

I have a target application for an imx8 mini CPU, which will not be using its graphics support. It seems the yocto build still wants to compile all graphics support for this and I was curious if perhaps there is a MACHINE/DISTRO bitbake target that will not include any graphics support.

Currently, the following works:

MACHINE='imx8mm-<development board name'

DISTRO= 'fsl-imx-xwayland'

bitbake target imx-image-core

This compile takes forever and seems to involve a lot of pieces I don't want.  

Maybe I am just being naive and not looking at this correctly. Perhaps there needs to be a minimum of graphics support to keep the chip functional. I just hope I am not including qt6 and chromium when I really don't need them. 
A.M.

0 项奖励
回复
3 回复数

1,169 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @amarch01!
Thank you for contacting NXP Support!

You can try with the core-image-minimal.

 

I recommend to check our Yocto Users Guide .

 

Best Regards!

Chavira

0 项奖励
回复

1,166 次查看
amarch01
Contributor I

Thanks, that is a fair response to that type of question. 
It would be nice (for me at least) if the builds were listed as simple list of means and ends, but I realize the need for the documents to support a lot of processor combinations.

I have a follow up question, does the selection of DISTRO= 'fsl-imx-xwayland' affect the output from that bitbake core-image-minimal?

A. M.

0 项奖励
回复

1,108 次查看
Chavira
NXP TechSupport
NXP TechSupport

HI @amarch01!

No, you should not have problems compiling the minimal image with that distro selection.

 

Best Regards!

Chavira

0 项奖励
回复