[oe-commits] Chris Larson : collections.inc: add note about not overwriting existing vars.

GIT User account git at amethyst.openembedded.net
Wed Apr 8 16:42:30 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9bf9f5e64e6167d8a42ab960e67bf6fc6a258626
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9bf9f5e64e6167d8a42ab960e67bf6fc6a258626

Author: Chris Larson <clarson at kergoth.com>
Date:   Wed Apr  8 09:38:39 2009 -0700

collections.inc: add note about not overwriting existing vars.

Signed-off-by: Chris Larson <clarson at kergoth.com>

---

 conf/collections.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/collections.inc b/conf/collections.inc
index 245114a..e3f6883 100644
--- a/conf/collections.inc
+++ b/conf/collections.inc
@@ -2,6 +2,8 @@
 # lowest), and use those to populate BBFILES, BBFILE_COLLECTIONS,
 # BBFILE_PATTERN_*, and BBFILE_PRIORITY_*.  By default, COLLECTIONS is
 # prepopulated with the locations the user specified in their BBPATH.
+# Note that it will not overwrite existing BBFILES or BBFILE_* variables, so
+# you'll need to remove those from your config in order to use this.
 #
 # Specifying an archive in COLLECTIONS is also supported.  Any archives of a
 # supported format will be unpacked into COLLECTIONS_UNPACKDIR and used from





More information about the Openembedded-commits mailing list