bitbake.conf, collections.inc: Add COLLECTIONS mechanism w/ a sane default.
authorChris Larson <clarson@mvista.com>
Tue, 31 Mar 2009 20:46:38 +0000 (13:46 -0700)
committerChris Larson <clarson@kergoth.com>
Wed, 8 Apr 2009 16:34:51 +0000 (09:34 -0700)
commit47ff456098af783a018f85d679881a3d1ba749d4
tree335a64de725d877aba2efe926ab9898eccaf1bcd
parent647623726b0a3b7da2d652925c8979e9173e22a9
bitbake.conf, collections.inc: Add COLLECTIONS mechanism w/ a sane default.

Added code which takes a list of directories in COLLECTIONS, in priority
order (highest to lowest), and uses those to populate BBFILES,
BBFILE_COLLECTIONS, BBFILE_PATTERN_*, and BBFILE_PRIORITY_*.

The default COLLECTIONS is based on BBPATH, so you can now specify a sane
BBPATH, not bother setting up the collections variables or BBFILES, and
still likely be able to do a build.

Signed-off-by: Chris Larson <clarson@mvista.com>
conf/bitbake.conf
conf/collections.inc [new file with mode: 0644]