summaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-builddir
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-setup-builddir')
-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"