All of lore.kernel.org
 help / color / mirror / Atom feed
* How to add recipes to images not RPMs.
@ 2016-06-27 13:38 richard zhang
  2016-06-27 14:22 ` Daniel.
  0 siblings, 1 reply; 5+ messages in thread
From: richard zhang @ 2016-06-27 13:38 UTC (permalink / raw)
  To: yocto

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 know how to select them 
without 'hob'.


best regard.
Richard Zhang



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to add recipes to images not RPMs.
  2016-06-27 13:38 How to add recipes to images not RPMs richard zhang
@ 2016-06-27 14:22 ` Daniel.
  2016-06-28  1:30   ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel. @ 2016-06-27 14:22 UTC (permalink / raw)
  To: richard zhang; +Cc: yocto@yoctoproject.org

Adding this to your local.conf?

INSTALL_IMAGE_append = " your packages separeted by whitespaces"


2016-06-27 10:38 GMT-03:00 richard zhang <richard.zhang@pica8.com>:
> 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 know how to select them
> without 'hob'.
>
>
> best regard.
> Richard Zhang
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



-- 
"Do or do not. There is no try"
  Yoda Master


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to add recipes to images not RPMs.
  2016-06-27 14:22 ` Daniel.
@ 2016-06-28  1:30   ` Paul Eggleton
  2016-06-28 12:28     ` Daniel.
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2016-06-28  1:30 UTC (permalink / raw)
  To: richard zhang; +Cc: yocto

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_IMAGE_append = " your packages separeted by whitespaces"
> 
> 2016-06-27 10:38 GMT-03:00 richard zhang <richard.zhang@pica8.com>:
> > 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 know how to select them
> > 
> > without 'hob'.
> > 
> > 
> > best regard.
> > Richard Zhang
> > 
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to add recipes to images not RPMs.
  2016-06-28  1:30   ` Paul Eggleton
@ 2016-06-28 12:28     ` Daniel.
  2016-06-28 12:54       ` richard.zhang
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel. @ 2016-06-28 12:28 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto@yoctoproject.org

Ops, Yeah, you right Paul! IMAGE_INSTALL_append***

Thanks

2016-06-27 22:30 GMT-03:00 Paul Eggleton <paul.eggleton@linux.intel.com>:
> 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_IMAGE_append = " your packages separeted by whitespaces"
>>
>> 2016-06-27 10:38 GMT-03:00 richard zhang <richard.zhang@pica8.com>:
>> > 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 know how to select them
>> >
>> > without 'hob'.
>> >
>> >
>> > best regard.
>> > Richard Zhang
>> >
>> > --
>> > _______________________________________________
>> > yocto mailing list
>> > yocto@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/yocto
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre



-- 
"Do or do not. There is no try"
  Yoda Master


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to add recipes to images not RPMs.
  2016-06-28 12:28     ` Daniel.
@ 2016-06-28 12:54       ` richard.zhang
  0 siblings, 0 replies; 5+ messages in thread
From: richard.zhang @ 2016-06-28 12:54 UTC (permalink / raw)
  To: Daniel.; +Cc: Paul Eggleton, yocto@yoctoproject.org

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 <paul.eggleton@linux.intel.com>:
>> 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_IMAGE_append = " your packages separeted by whitespaces"
>>>
>>> 2016-06-27 10:38 GMT-03:00 richard zhang <richard.zhang@pica8.com>:
>>>> 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 know how to select them
>>>>
>>>> without 'hob'.
>>>>
>>>>
>>>> best regard.
>>>> Richard Zhang
>>>>
>>>> --
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>> --
>>
>> Paul Eggleton
>> Intel Open Source Technology Centre
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-28 12:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-27 13:38 How to add recipes to images not RPMs richard zhang
2016-06-27 14:22 ` Daniel.
2016-06-28  1:30   ` Paul Eggleton
2016-06-28 12:28     ` Daniel.
2016-06-28 12:54       ` richard.zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.