All of lore.kernel.org
 help / color / mirror / Atom feed
* HOB doesn't see my image recipes
@ 2012-03-20  2:24 Gary Thomas
  2012-03-20  2:31 ` Ni Qingliang
  0 siblings, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2012-03-20  2:24 UTC (permalink / raw)
  To: Poky Project

I have my own distribution, layered over poky (I use meta & meta-yocto
with my own distribution layers).  HOB doesn't seem to find any of my
[non-yocto] images.

I thought that this was to be fixed so that any recipe which inherited
'image.bbclass' (or relied on one that did) would be listed as an image?

Am I missing something, or is this a bug?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: HOB doesn't see my image recipes
  2012-03-20  2:24 HOB doesn't see my image recipes Gary Thomas
@ 2012-03-20  2:31 ` Ni Qingliang
  2012-03-20  6:17   ` Xu, Dongxiao
  0 siblings, 1 reply; 9+ messages in thread
From: Ni Qingliang @ 2012-03-20  2:31 UTC (permalink / raw)
  To: Gary Thomas; +Cc: Poky Project

maybe all image recipes should be placed in the directory
"meta-xx/images"?

wait expert...

On Tue, 2012-03-20 at 10:24 +0800, Gary Thomas wrote:
> I have my own distribution, layered over poky (I use meta & meta-yocto
> with my own distribution layers).  HOB doesn't seem to find any of my
> [non-yocto] images.
> 
> I thought that this was to be fixed so that any recipe which inherited
> 'image.bbclass' (or relied on one that did) would be listed as an image?
> 
> Am I missing something, or is this a bug?
> 
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

-- 
Yi Qingliang
niqingliang@insigma.com.cn
https://niqingliang2003.wordpress.com



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

* Re: HOB doesn't see my image recipes
  2012-03-20  2:31 ` Ni Qingliang
@ 2012-03-20  6:17   ` Xu, Dongxiao
  2012-03-20  9:53     ` Paul Eggleton
  2012-03-20 10:04     ` Gary Thomas
  0 siblings, 2 replies; 9+ messages in thread
From: Xu, Dongxiao @ 2012-03-20  6:17 UTC (permalink / raw)
  To: niqingliang; +Cc: Poky Project

On Tue, 2012-03-20 at 10:31 +0800, Ni Qingliang wrote:
> maybe all image recipes should be placed in the directory
> "meta-xx/images"?

Hob recognizes image whose file name is "xxx-image-xxx", like
core-image-sato.

Thanks,
Dongxiao

> 
> wait expert...
> 
> On Tue, 2012-03-20 at 10:24 +0800, Gary Thomas wrote:
> > I have my own distribution, layered over poky (I use meta & meta-yocto
> > with my own distribution layers).  HOB doesn't seem to find any of my
> > [non-yocto] images.
> > 
> > I thought that this was to be fixed so that any recipe which inherited
> > 'image.bbclass' (or relied on one that did) would be listed as an image?
> > 
> > Am I missing something, or is this a bug?
> > 
> > --
> > ------------------------------------------------------------
> > Gary Thomas                 |  Consulting for the
> > MLB Associates              |    Embedded world
> > ------------------------------------------------------------
> > _______________________________________________
> > poky mailing list
> > poky@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
> 




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

* Re: HOB doesn't see my image recipes
  2012-03-20  6:17   ` Xu, Dongxiao
@ 2012-03-20  9:53     ` Paul Eggleton
  2012-03-21  6:56       ` Xu, Dongxiao
  2012-03-20 10:04     ` Gary Thomas
  1 sibling, 1 reply; 9+ messages in thread
From: Paul Eggleton @ 2012-03-20  9:53 UTC (permalink / raw)
  To: Xu, Dongxiao; +Cc: poky

On Tuesday 20 March 2012 14:17:11 Xu, Dongxiao wrote:
> On Tue, 2012-03-20 at 10:31 +0800, Ni Qingliang wrote:
> > maybe all image recipes should be placed in the directory
> > "meta-xx/images"?
> 
> Hob recognizes image whose file name is "xxx-image-xxx", like
> core-image-sato.

Would it be possible to detect recipes that inherit from image.bbclass 
instead?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: HOB doesn't see my image recipes
  2012-03-20  6:17   ` Xu, Dongxiao
  2012-03-20  9:53     ` Paul Eggleton
@ 2012-03-20 10:04     ` Gary Thomas
  2012-03-21  6:14       ` Lauri Hintsala
  1 sibling, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2012-03-20 10:04 UTC (permalink / raw)
  To: Xu, Dongxiao; +Cc: Poky Project

On 2012-03-20 00:17, Xu, Dongxiao wrote:
> On Tue, 2012-03-20 at 10:31 +0800, Ni Qingliang wrote:
>> maybe all image recipes should be placed in the directory
>> "meta-xx/images"?
>
> Hob recognizes image whose file name is "xxx-image-xxx", like
> core-image-sato.

Sadly, all of my image recipes are named XXX-image.bb

>>
>> wait expert...
>>
>> On Tue, 2012-03-20 at 10:24 +0800, Gary Thomas wrote:
>>> I have my own distribution, layered over poky (I use meta&  meta-yocto
>>> with my own distribution layers).  HOB doesn't seem to find any of my
>>> [non-yocto] images.
>>>
>>> I thought that this was to be fixed so that any recipe which inherited
>>> 'image.bbclass' (or relied on one that did) would be listed as an image?
>>>
>>> Am I missing something, or is this a bug?
>>>

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: HOB doesn't see my image recipes
  2012-03-20 10:04     ` Gary Thomas
@ 2012-03-21  6:14       ` Lauri Hintsala
  0 siblings, 0 replies; 9+ messages in thread
From: Lauri Hintsala @ 2012-03-21  6:14 UTC (permalink / raw)
  To: poky

Hi,

On 03/20/2012 12:04 PM, Gary Thomas wrote:
> On 2012-03-20 00:17, Xu, Dongxiao wrote:
>> On Tue, 2012-03-20 at 10:31 +0800, Ni Qingliang wrote:
>>> maybe all image recipes should be placed in the directory
>>> "meta-xx/images"?
>>
>> Hob recognizes image whose file name is "xxx-image-xxx", like
>> core-image-sato.
>
> Sadly, all of my image recipes are named XXX-image.bb

I have also this issue because I have same name pattern.

Regards,
Lauri Hintsala


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

* Re: HOB doesn't see my image recipes
  2012-03-20  9:53     ` Paul Eggleton
@ 2012-03-21  6:56       ` Xu, Dongxiao
  2012-03-27  1:58         ` Xu, Dongxiao
  0 siblings, 1 reply; 9+ messages in thread
From: Xu, Dongxiao @ 2012-03-21  6:56 UTC (permalink / raw)
  To: Paul Eggleton, Gary Thomas, lauri.hintsala; +Cc: poky

On Tue, 2012-03-20 at 09:53 +0000, Paul Eggleton wrote:
> On Tuesday 20 March 2012 14:17:11 Xu, Dongxiao wrote:
> > On Tue, 2012-03-20 at 10:31 +0800, Ni Qingliang wrote:
> > > maybe all image recipes should be placed in the directory
> > > "meta-xx/images"?
> > 
> > Hob recognizes image whose file name is "xxx-image-xxx", like
> > core-image-sato.
> 
> Would it be possible to detect recipes that inherit from image.bbclass 
> instead?

Thanks all for your feedback.

I will try to find the possibility to detect the inherits of
image.bbclass instead of judging my image file name.

Thanks,
Dongxiao

> 
> Cheers,
> Paul
> 




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

* Re: HOB doesn't see my image recipes
  2012-03-21  6:56       ` Xu, Dongxiao
@ 2012-03-27  1:58         ` Xu, Dongxiao
  2012-03-27 15:25           ` Gary Thomas
  0 siblings, 1 reply; 9+ messages in thread
From: Xu, Dongxiao @ 2012-03-27  1:58 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

On Wed, 2012-03-21 at 14:56 +0800, Xu, Dongxiao wrote:
> On Tue, 2012-03-20 at 09:53 +0000, Paul Eggleton wrote:
> > On Tuesday 20 March 2012 14:17:11 Xu, Dongxiao wrote:
> > > On Tue, 2012-03-20 at 10:31 +0800, Ni Qingliang wrote:
> > > > maybe all image recipes should be placed in the directory
> > > > "meta-xx/images"?
> > > 
> > > Hob recognizes image whose file name is "xxx-image-xxx", like
> > > core-image-sato.
> > 
> > Would it be possible to detect recipes that inherit from image.bbclass 
> > instead?
> 
> Thanks all for your feedback.
> 
> I will try to find the possibility to detect the inherits of
> image.bbclass instead of judging my image file name.
> 
> Thanks,
> Dongxiao

I have fixed this issue in latest master, welcome to have a test for
your image.

Thanks,
Dongxiao

> 
> > 
> > Cheers,
> > Paul
> > 
> 
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky




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

* Re: HOB doesn't see my image recipes
  2012-03-27  1:58         ` Xu, Dongxiao
@ 2012-03-27 15:25           ` Gary Thomas
  0 siblings, 0 replies; 9+ messages in thread
From: Gary Thomas @ 2012-03-27 15:25 UTC (permalink / raw)
  To: Xu, Dongxiao; +Cc: Paul Eggleton, poky

On 2012-03-26 19:58, Xu, Dongxiao wrote:
> On Wed, 2012-03-21 at 14:56 +0800, Xu, Dongxiao wrote:
>> On Tue, 2012-03-20 at 09:53 +0000, Paul Eggleton wrote:
>>> On Tuesday 20 March 2012 14:17:11 Xu, Dongxiao wrote:
>>>> On Tue, 2012-03-20 at 10:31 +0800, Ni Qingliang wrote:
>>>>> maybe all image recipes should be placed in the directory
>>>>> "meta-xx/images"?
>>>>
>>>> Hob recognizes image whose file name is "xxx-image-xxx", like
>>>> core-image-sato.
>>>
>>> Would it be possible to detect recipes that inherit from image.bbclass
>>> instead?
>>
>> Thanks all for your feedback.
>>
>> I will try to find the possibility to detect the inherits of
>> image.bbclass instead of judging my image file name.
>>
>> Thanks,
>> Dongxiao
>
> I have fixed this issue in latest master, welcome to have a test for
> your image.

Yes, this is working now for my images.  Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2012-03-27 15:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20  2:24 HOB doesn't see my image recipes Gary Thomas
2012-03-20  2:31 ` Ni Qingliang
2012-03-20  6:17   ` Xu, Dongxiao
2012-03-20  9:53     ` Paul Eggleton
2012-03-21  6:56       ` Xu, Dongxiao
2012-03-27  1:58         ` Xu, Dongxiao
2012-03-27 15:25           ` Gary Thomas
2012-03-20 10:04     ` Gary Thomas
2012-03-21  6:14       ` Lauri Hintsala

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.