From: Alexander Kanavin Date: Wed, 7 Sep 2022 08:55:52 +0000 (+0200) Subject: oe-setup-builddir: do not suggest local.conf as a source of examples X-Git-Tag: 2022-10~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4015d54e91ce4d312964b036784576a4b22566;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 478a1c2e048..225919be926 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -79,8 +79,7 @@ if [ ! -r "$BUILDDIR/conf/local.conf" ]; then You had no conf/local.conf file. This configuration file has therefore been created for you from $OECORELOCALCONF You may wish to edit it to, for example, select a different MACHINE (target -hardware). See conf/local.conf for more information as common configuration -options are commented. +hardware). EOM cp -f "$OECORELOCALCONF" "$BUILDDIR/conf/local.conf"