Re: [yocto] How to add recipes to images not RPMs.

2016-06-28 Thread richard.zhang
Fine ,its work. Thanks 在 2016年06月28日 20:28, Daniel. 写道: Ops, Yeah, you right Paul! IMAGE_INSTALL_append*** Thanks 2016-06-27 22:30 GMT-03:00 Paul Eggleton : I think you mean IMAGE_INSTALL_append. There is a section of the manual covering this: http://www.yoctoproject.org/docs/current/

Re: [yocto] How to add recipes to images not RPMs.

2016-06-28 Thread Daniel.
Ops, Yeah, you right Paul! IMAGE_INSTALL_append*** Thanks 2016-06-27 22:30 GMT-03:00 Paul Eggleton : > I think you mean IMAGE_INSTALL_append. > > There is a section of the manual covering this: > > > http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-customima

Re: [yocto] How to add recipes to images not RPMs.

2016-06-27 Thread Paul Eggleton
I think you mean IMAGE_INSTALL_append. There is a section of the manual covering this: http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-customimage Cheers, Paul On Mon, 27 Jun 2016 11:22:52 Daniel. wrote: > Adding this to your local.conf? > > INSTALL_IMAG

Re: [yocto] How to add recipes to images not RPMs.

2016-06-27 Thread Daniel.
Adding this to your local.conf? INSTALL_IMAGE_append = " your packages separeted by whitespaces" 2016-06-27 10:38 GMT-03:00 richard zhang : > Hi all > > I try to add some ricepes to meta layer.The do_fetch and do_compile > things are fine. > But when I went to image,there is no packages

[yocto] How to add recipes to images not RPMs.

2016-06-27 Thread richard zhang
Hi all I try to add some ricepes to meta layer.The do_fetch and do_compile things are fine. But when I went to image,there is no packages just added. I find my packages in build/tmp/deploy/rpm . How to add these packages to image. I have do this when I use 'hob',but i don't