diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-20 01:32:33 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-20 01:32:33 +0000 |
commit | b396e6a8f3e697c4759bb905657cd0094ddc7d27 (patch) | |
tree | 1e794309d83a12a03cfa27bad73865cd3140bb3e | |
parent | bd30337e9805a66c766504f04ca0eb6d163886a8 (diff) |
disambiguate local.conf.sample
BKrev: 40d4e931AiHTPuDCi6YFMZu-dckQ1w
-rw-r--r-- | conf/local.conf.sample | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 14117f96a2..6bc2af0032 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -38,11 +38,9 @@ # Use this to specify where OE should place the downloaded sources into DL_DIR = "${HOME}/sources" -# Use this to specify what .oe files to consider for builds -#OEFILES = "/path/to/packages/*/*.oe" +# Delete the line below. Then specify which .oe files to consider for +# your build. Typically this will be something like 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 |