summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-09-07 10:55:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-09 12:24:43 +0100
commitecb9f7ee6d92b77cd54c0423447bd01d41561c49 (patch)
tree442fa7f431324661b37961f253c56f43eee2cdf7 /scripts
parent6cd5db1e626c36c11dd22322daeaaec307c68d07 (diff)
downloadpoky-ecb9f7ee6d92b77cd54c0423447bd01d41561c49.tar.gz
oe-setup-builddir: do not suggest local.conf as a source of examples
This holds true for the default core/poky template, but not anything else. Eventually there will be fragments and associated tooling. (From OE-Core rev: 3e4015d54e91ce4d312964b036784576a4b22566) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/oe-setup-builddir3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 72113c37b8..e3c8c6d437 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -79,8 +79,7 @@ if [ ! -r "$BUILDDIR/conf/local.conf" ]; then
79You had no conf/local.conf file. This configuration file has therefore been 79You had no conf/local.conf file. This configuration file has therefore been
80created for you from $OECORELOCALCONF 80created for you from $OECORELOCALCONF
81You may wish to edit it to, for example, select a different MACHINE (target 81You may wish to edit it to, for example, select a different MACHINE (target
82hardware). See conf/local.conf for more information as common configuration 82hardware).
83options are commented.
84 83
85EOM 84EOM
86 cp -f "$OECORELOCALCONF" "$BUILDDIR/conf/local.conf" 85 cp -f "$OECORELOCALCONF" "$BUILDDIR/conf/local.conf"