Build yocto image for i.MX6 without GPU support and with LinuxFB

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

Build yocto image for i.MX6 without GPU support and with LinuxFB

1,378 次查看
chintan_raval
Contributor I

How can I build yocto image with only LinuxFB support for i.MX6 with GPU disabled. I want to do this to create same environment and scenario for testing qt gui which was being run earlier on i.MX35. 

标签 (3)
0 项奖励
回复
2 回复数

1,180 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Chintan Raval,

As Marco Madrigal mentioned the easiest way to achieve this is creating your image with only the required packages. Core-image-minimal is a great place to start! As this inherits from the core-image.bbclass and allows to add some standard IMAGE_FEATURES.


You can find more information on the Yocto Reference Manual:
https://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#ref-classes-core-image


Alternatively, you can disable the GPU support on the kernel defconfig.


I hope this helps!
Regards,

0 项奖励
回复

1,180 次查看
marcomadrigal
Contributor III

Hi,

You can start from a core-image-minimal and add any extra packages that you need either on the conf/local.conf or creating a new image recipe. 

Best Regards,

-Marco

http://www.ridgerun.com