From 0073679c60c813c7c8d62bff997feb30ce64543c Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 3 Mar 2016 20:18:21 -0800 Subject: 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 --- scripts/oe-setup-builddir | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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 <