collections.inc: sync with MVL6.
authorChris Larson <clarson@mvista.com>
Wed, 19 Aug 2009 21:49:02 +0000 (14:49 -0700)
committerChris Larson <clarson@mvista.com>
Wed, 19 Aug 2009 21:54:26 +0000 (14:54 -0700)
commit08f57c984f40665424512f3d5e201e471ad70cd2
tree27f18c07f17bc70739d1e193977206c683339dd0
parent9ea30136395469306c1e690434b2855b17c58a0d
collections.inc: sync with MVL6.

- Gather info on the collections into COLLECTIONSINFO.
- Store the collection info for the current file in COLLECTIONINFO.
- Add has_collection() and get_collection() utility functions.
- Make collection_unpack pass back the collection name.
- Just use != rather than symmetric_difference on the set comparision.
- Set PYTHONPATH for the bitbake re-execution.
- Make the 'Using existing' message use bb.debug.

Signed-off-by: Chris Larson <clarson@mvista.com>
conf/collections.inc