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: lucaceresoli/bug-15201-perf-libtraceevent-missing~26653 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0073679c60c813c7c8d62bff997feb30ce64543c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 2598ba852d1..93722e08adb 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 <