]> code.ossystems Code Review - openembedded-core.git/commit
local.conf.sample: Cleanup and improve
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2011 12:44:43 +0000 (13:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2011 15:58:27 +0000 (16:58 +0100)
commita0ccb33ac5a2231c979c3369159f763dff1e0a2e
treec2a5bcaaf8f7ea151db22d260980fc069d382c8d
parenta92d56058b21913570bb17ae416c3b00afce055e
local.conf.sample: Cleanup and improve

local.conf is the first thing anyone new to the project sees. Over time it
has built up a ton cruft and isn't even accurate in places.

This patch:

* Moves things to local.conf.sample.extended if a new user is unlikely
  to need to immediately care about the options
* Reorders the file to be more intuitive to a new user
* Moves certain default values to default-distrovars.inc in cases where
  most users wouldn't want to change the value
* Adds large blocks of text to explain what an option does. There have
  been too many cases of a user not realising what some of these
  settings do and how they can use them to their advantage (like DL_DIR
  for example).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/default-distrovars.inc
meta/conf/local.conf.sample
meta/conf/local.conf.sample.extended [new file with mode: 0644]