Re: [OE-core] [PATCH v4 07/10] bitbake: runqueue: Pass unique hash to hash validate

2018-12-18 Thread Joshua Watt
On Tue, 2018-12-18 at 16:24 +, Richard Purdie wrote: > On Tue, 2018-12-18 at 09:30 -0600, Joshua Watt wrote: > > If the unique hash is being used to track task dependencies, the > > hash > > validation function needs to know about it in order to properly > > validate > > the hash. > > > > [YOC

Re: [OE-core] [PATCH v4 07/10] bitbake: runqueue: Pass unique hash to hash validate

2018-12-18 Thread Richard Purdie
On Tue, 2018-12-18 at 09:30 -0600, Joshua Watt wrote: > If the unique hash is being used to track task dependencies, the hash > validation function needs to know about it in order to properly validate > the hash. > > [YOCTO #13030] > > Signed-off-by: Joshua Watt > --- > bitbake/lib/bb/runqueue.

[OE-core] [PATCH v4 07/10] bitbake: runqueue: Pass unique hash to hash validate

2018-12-18 Thread Joshua Watt
If the unique hash is being used to track task dependencies, the hash validation function needs to know about it in order to properly validate the hash. [YOCTO #13030] Signed-off-by: Joshua Watt --- bitbake/lib/bb/runqueue.py | 38 +++--- 1 file changed, 27 inser