How to add a new driver/application to i.MX6 Yocto BSP.

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

How to add a new driver/application to i.MX6 Yocto BSP.

跳至解决方案
5,549 次查看
satoshishimoda
Senior Contributor I

Hi community,

I have some questions about i.MX6 Yocto BSP (L3.10.17_1.0.0-ga).

Please see our questions as following.

[Q1]

We want to know how to add a original device driver as loadable module to Yocto BSP.

Could you let me know the procedure to build it?

[Q2]

We want to know how to add a original application to Yocto BSP also.

Could you let me know it, too?

Best Regards,

Satoshi Shimoda

标记 (1)
1 解答
1,336 次查看
gusarambula
NXP TechSupport
NXP TechSupport

I would check the examples that Lian mentioned on meta-skelleton. There is also some information on how to add packages in the Yocto Project page but it’s a bit basic. It might help tough.

5.3 Writing a Recipe to Add a Package to Your Image

http://www.yoctoproject.org/docs/1.4/dev-manual/dev-manual.html#usingpoky-extend-addpkg

在原帖中查看解决方案

3 回复数
1,337 次查看
gusarambula
NXP TechSupport
NXP TechSupport

I would check the examples that Lian mentioned on meta-skelleton. There is also some information on how to add packages in the Yocto Project page but it’s a bit basic. It might help tough.

5.3 Writing a Recipe to Add a Package to Your Image

http://www.yoctoproject.org/docs/1.4/dev-manual/dev-manual.html#usingpoky-extend-addpkg

1,336 次查看
jamesbone
NXP TechSupport
NXP TechSupport

gusarambula, OtavioSalvador  Do you have an example about a How to add a Yocto Driver?

0 项奖励
回复
1,335 次查看
Eason_Lian
Contributor II

Hi Satoshi,

There are some examples in meta-skeleton.I think it's useful for you.