oe-setup-builddir: tidy up local.conf and bblayers.conf commentary

Remove obsolete reference to enabling parallel build via local.conf.

Unify wording used to explain that local.conf and bblayers.conf have
been created based on defaults.

(From OE-Core rev: 0073679c60c813c7c8d62bff997feb30ce64543c)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy 2016-03-03 20:18:21 -08:00 committed by Richard Purdie
parent 07919e948c
commit 424466b91f
1 changed files with 7 additions and 8 deletions

View File

@ -75,12 +75,11 @@ if [ -z "$OECORELOCALCONF" ]; then
OECORELOCALCONF="$OEROOT/meta/conf/local.conf.sample" OECORELOCALCONF="$OEROOT/meta/conf/local.conf.sample"
fi fi
if [ ! -r "$BUILDDIR/conf/local.conf" ]; then if [ ! -r "$BUILDDIR/conf/local.conf" ]; then
cat <<EOM cat <<EOM
You had no conf/local.conf file. This configuration file has therefore been You had no conf/local.conf file. This configuration file has therefore been
created for you with some default values. You may wish to edit it to use a created for you with some default values. You may wish to edit it to, for
different MACHINE (target hardware) or enable parallel build options to take example, select a different MACHINE (target hardware). See conf/local.conf
advantage of multiple cores for example. See the file for more information as for more information as common configuration options are commented.
common configuration options are commented.
EOM EOM
cp -f $OECORELOCALCONF "$BUILDDIR/conf/local.conf" cp -f $OECORELOCALCONF "$BUILDDIR/conf/local.conf"
@ -92,9 +91,9 @@ if [ -z "$OECORELAYERCONF" ]; then
fi fi
if [ ! -r "$BUILDDIR/conf/bblayers.conf" ]; then if [ ! -r "$BUILDDIR/conf/bblayers.conf" ]; then
cat <<EOM cat <<EOM
You had no conf/bblayers.conf file. The configuration file has been created for You had no conf/bblayers.conf file. This configuration file has therefore been
you with some default values. To add additional metadata layers into your created for you with some default values. To add additional metadata layers
configuration please add entries to this file. into your configuration please add entries to conf/bblayers.conf.
EOM EOM