From 424466b91fa3755c3cced9781d562f60fa7bfa62 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. (From OE-Core rev: 0073679c60c813c7c8d62bff997feb30ce64543c) 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(-) (limited to 'scripts/oe-setup-builddir') 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 <