collections.inc: add collections to BBPATH, handle typos in COLLECTIONS, etc.
authorChris Larson <clarson@mvista.com>
Thu, 14 May 2009 22:01:08 +0000 (15:01 -0700)
committerChris Larson <clarson@mvista.com>
Thu, 14 May 2009 22:01:08 +0000 (15:01 -0700)
commita515f55e6187ce6fbc5535a8c1493f7d43dd8262
tree650220e0fb9a4f8fa4872a667bdfba15e39ac69d
parent9699a955d48cb500b0b3dd691be68979c93bc72e
collections.inc: add collections to BBPATH, handle typos in COLLECTIONS, etc.

- Alters BBPATH to include the newly unpacked collections, then automatically
  re-exec's bitbake with the new BBPATH to ensure the classes/.confs/etc from
  those collections are available to bitbake.
- Handle typos in the COLLECTIONS variable by warning when glob returns nothing for a given
  item.
- Correctly handle trailing slashes in collection paths, the previous
  workaround was making the order for the collection priorities undefined.

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