All of lore.kernel.org
 help / color / mirror / Atom feed
* List of Recipes
@ 2014-07-07 16:03 Bharath Chandra
  2014-07-07 16:26 ` Alexandru Vaduva
  0 siblings, 1 reply; 3+ messages in thread
From: Bharath Chandra @ 2014-07-07 16:03 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

Hi All,

I have an image deployed on gumstix board and I do not know the recipe file
used to build that image. I want to know list of recipes used to build that
image. Is it possible??

Thanks & Regards,
Bharath Chandra Elluru.
Contact Number:785-979-4875.

[-- Attachment #2: Type: text/html, Size: 363 bytes --]

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

* Re: List of Recipes
  2014-07-07 16:03 List of Recipes Bharath Chandra
@ 2014-07-07 16:26 ` Alexandru Vaduva
  2014-07-08  0:30   ` Philip Balister
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandru Vaduva @ 2014-07-07 16:26 UTC (permalink / raw)
  To: Bharath Chandra, yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

using:

bitbake -g <image-name> && cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq

you can visualize the image packages. Let me know if this is what you are looking for.



On Monday, July 7, 2014 7:04 PM, Bharath Chandra <ellurubharath29@gmail.com> wrote:
 


Hi All,

I have an image deployed on gumstix board and I do not know the recipe file used to build that image. I want to know list of recipes used to build that image. Is it possible??



Thanks & Regards,
Bharath Chandra Elluru.
Contact Number:785-979-4875.
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

[-- Attachment #2: Type: text/html, Size: 2893 bytes --]

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

* Re: List of Recipes
  2014-07-07 16:26 ` Alexandru Vaduva
@ 2014-07-08  0:30   ` Philip Balister
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Balister @ 2014-07-08  0:30 UTC (permalink / raw)
  To: Alexandru Vaduva, Bharath Chandra, yocto@yoctoproject.org

Also look into the buildhistory class.

Philip

On 07/07/2014 12:26 PM, Alexandru Vaduva wrote:
> using:
> 
> bitbake -g <image-name> && cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq
> 
> you can visualize the image packages. Let me know if this is what you are looking for.
> 
> 
> 
> On Monday, July 7, 2014 7:04 PM, Bharath Chandra <ellurubharath29@gmail.com> wrote:
>  
> 
> 
> Hi All,
> 
> I have an image deployed on gumstix board and I do not know the recipe file used to build that image. I want to know list of recipes used to build that image. Is it possible??
> 
> 
> 
> Thanks & Regards,
> Bharath Chandra Elluru.
> Contact Number:785-979-4875.
> 
> 
> 


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

end of thread, other threads:[~2014-07-08  0:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-07 16:03 List of Recipes Bharath Chandra
2014-07-07 16:26 ` Alexandru Vaduva
2014-07-08  0:30   ` Philip Balister

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.