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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
5,308 Views
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

Tags (1)
1 Solution
1,095 Views
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

View solution in original post

3 Replies
1,096 Views
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,095 Views
jamesbone
NXP TechSupport
NXP TechSupport

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

0 Kudos
1,094 Views
Eason_Lian
Contributor II

Hi Satoshi,

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