Re: [yocto] one way hash analogy of yocto

2020-07-31 Thread Rob Prowel
On 2020-07-31 08:53, Quentin Schulz wrote: I do not know if there is such a mechanism for tasks, but the bitbake-layers should help you get started in your quest of overridden tasks. Also, I'm not sure it matters much where the tasks are overridden? Just override them again with your own

Re: [yocto] one way hash analogy of yocto

2020-07-31 Thread Mikko Rapeli
On Fri, Jul 31, 2020 at 08:45:17AM -0400, Rob Prowel wrote: > What I really need is information about introspection or the ability to > query an existing yocto distro to return data about features included and > more to the point, to understand EXACTLY where recipes or classes are > overridden or

Re: [yocto] one way hash analogy of yocto

2020-07-31 Thread Quentin Schulz
Hi Robm On Fri, Jul 31, 2020 at 08:45:17AM -0400, Rob Prowel wrote: > What I really need is information about introspection or the ability to > query an existing yocto distro to return data about features included and > more to the point, to understand EXACTLY where recipes or classes are >

[yocto] one way hash analogy of yocto

2020-07-31 Thread Rob Prowel
What I really need is information about introspection or the ability to query an existing yocto distro to return data about features included and more to the point, to understand EXACTLY where recipes or classes are overridden or appended. You can only do so much with recursive grep and find