bitbake: cooker: Separate out collections handling code into its own class
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 May 2013 14:35:39 +0000 (14:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2013 07:26:14 +0000 (08:26 +0100)
commit650ca9fb3a23bdeadcd9976b585fbaf40697605c
tree1db6142449bc5a5a7d14b56f04bf89a24469a7d5
parent04fa86ba49fbb5a702701a240ee9fd6e23ceaca6
bitbake: cooker: Separate out collections handling code into its own class

The Cooker class is too large and needs to be split up into different
functional units. Splitting out the collections code into its own class
seems like a good place to start to try and disentangle things.

(Bitbake rev: ca1fcbb6e214c155a05328779d3d326e10c5eac0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py
bitbake/lib/bb/runqueue.py