Re: [yocto] [[PATCH][layerindex]] layerindex: Update tinfoil to call shutdown method

2017-01-11 Thread Paul Eggleton
On Wed, 11 Jan 2017 08:42:46 Aníbal Limón wrote: > On 01/11/2017 02:59 AM, Paul Eggleton wrote: > > On Thu, 05 Jan 2017 15:21:36 Aníbal Limón wrote: > >> The new client/server API of tinfoil requires explicit call of > >> shutdown method to send the event for finalize cooker process. > >> > >> Als

Re: [yocto] [[PATCH][layerindex]] layerindex: Update tinfoil to call shutdown method

2017-01-11 Thread Aníbal Limón
On 01/11/2017 02:59 AM, Paul Eggleton wrote: > Hi Aníbal, > > On Thu, 05 Jan 2017 15:21:36 Aníbal Limón wrote: >> The new client/server API of tinfoil requires explicit call of >> shutdown method to send the event for finalize cooker process. >> >> Also in update_layer remove the databuilder and

Re: [yocto] [[PATCH][layerindex]] layerindex: Update tinfoil to call shutdown method

2017-01-11 Thread Paul Eggleton
Hi Aníbal, On Thu, 05 Jan 2017 15:21:36 Aníbal Limón wrote: > The new client/server API of tinfoil requires explicit call of > shutdown method to send the event for finalize cooker process. > > Also in update_layer remove the databuilder and cache instance > now isn't needed. This patch didn't a

[yocto] [[PATCH][layerindex]] layerindex: Update tinfoil to call shutdown method

2017-01-05 Thread Aníbal Limón
The new client/server API of tinfoil requires explicit call of shutdown method to send the event for finalize cooker process. Also in update_layer remove the databuilder and cache instance now isn't needed. Signed-off-by: Aníbal Limón --- layerindex/bulkchange.py | 1 + layerindex/rec