aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2009-03-31 13:46:38 -0700
committerChris Larson <clarson@kergoth.com>2009-04-01 10:15:30 -0700
commitde1daef44b490e1efc232c8ec032fd5099c861ff (patch)
tree3e35425441a99af70ea6f0d6c6b7d22bc9a7e486 /conf/bitbake.conf
parent10b7252b5eec3752768692d29dec24db845d1626 (diff)
downloadopenembedded-de1daef44b490e1efc232c8ec032fd5099c861ff.tar.gz
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>
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 7c159afcee..134525ae2e 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -620,6 +620,7 @@ OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUIL
# Include the rest of the config files.
##################################################################
+require conf/collections.inc
include conf/site.conf
include conf/auto.conf
include conf/local.conf