diff mbox series

[v2,3/3] oe-setup-builddir: do not suggest local.conf as a source of examples

Message ID 20220907085552.1171821-3-alex@linutronix.de
State Accepted, archived
Commit 3e4015d54e91ce4d312964b036784576a4b22566
Headers show
Series [v2,1/3] oe-setup-build: add a tool for discovering config templates and setting up builds | expand

Commit Message

Alexander Kanavin Sept. 7, 2022, 8:55 a.m. UTC
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>
---
 scripts/oe-setup-builddir | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index d3c7f943e7..c4fd253d36 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -83,8 +83,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"