From: Andre McCurdy Date: Fri, 4 Mar 2016 04:18:21 +0000 (-0800) Subject: oe-setup-builddir: tidy up local.conf and bblayers.conf commentary X-Git-Tag: 2016-4~543 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0073679c60c813c7c8d62bff997feb30ce64543c;p=openembedded-core.git 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. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 2598ba852d..93722e08ad 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -75,12 +75,11 @@ if [ -z "$OECORELOCALCONF" ]; then OECORELOCALCONF="$OEROOT/meta/conf/local.conf.sample" fi if [ ! -r "$BUILDDIR/conf/local.conf" ]; then -cat <