]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
oe-setup-builddir: do not suggest local.conf as a source of examples
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 7 Sep 2022 08:55:52 +0000 (10:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Sep 2022 11:24:39 +0000 (12:24 +0100)
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 <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-setup-builddir

index 478a1c2e04890cfcc7ef8d5bc341a26af18ab5ef..225919be926f36046632b7251121f3f7f259f1b7 100755 (executable)
@@ -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"