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,710件の閲覧回数
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

ラベル(7)
タグ(1)
1 解決策
1,497件の閲覧回数
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,498件の閲覧回数
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,497件の閲覧回数
jamesbone
NXP TechSupport
NXP TechSupport

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

0 件の賞賛
返信
1,496件の閲覧回数
Eason_Lian
Contributor II

Hi Satoshi,

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