diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-27 18:22:09 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-27 18:22:09 +0000 |
commit | 3287e53a7c135062e71e24e19f59e0974e331e2d (patch) | |
tree | c13b49a860dfbdb36c2574cd83297aa182472594 | |
parent | 6713390d16f2fa04c6243cadf0c58adeb860033e (diff) |
Merge ssh://openembedded@openembedded.bkbits.net/packages
into doomcom.org:/home/gbritton/devel/OE/packages
2004/05/27 14:22:04-04:00 doomcom.org!gbritton
users are more naive than we thought, make local.conf.sample (more) idiotproof
BKrev: 40b631d1NlwafI2ZkNOOUhWcmtSyUg
-rw-r--r-- | conf/local.conf.sample | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 60e8fe74c7..126d2088fd 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -24,7 +24,10 @@ DL_DIR = "${HOME}/sources" # Use this to specify what .oe files to consider for builds -OEFILES = "/path/to/packages/*/*.oe" +#OEFILES = "/path/to/packages/*/*.oe" +OEFILES := "${@oe.fatal('Edit your conf/local.conf: OEFILES')}" +# Delete the line above. Then uncomment and edit the other line to point +# to the proper place where your .oe files are. # Use the OEMASK below unless you want to build something else than the # default glibc based setup |