Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-04-08 | collections.inc: trim off trailing slashes for the entries in COLLECTIONS. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@kergoth.com> | ||||
2009-04-08 | collections.inc: add note about not overwriting existing vars. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@kergoth.com> | ||||
2009-04-08 | collections.inc: add support for collection archives. | Chris Larson | 1 | |
Adds the ability to specify an archive in COLLECTIONS. Any archives of a supported format (default tar.gz/tgz/tar.X, tar.bz2/tbz/tbz2, zip/jar) will be unpacked into COLLECTIONS_UNPACKDIR and used from there. The default value of COLLECTIONS_UNPACKDIR is ${TMPDIR}/collections. Signed-off-by: Chris Larson <clarson@kergoth.com> | ||||
2009-04-08 | bitbake.conf, collections.inc: Add COLLECTIONS mechanism w/ a sane default. | Chris Larson | 1 | |
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> |