summaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-builddir
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-xscripts/oe-setup-builddir12
1 files changed, 7 insertions, 5 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 54048e62ec..5d644168cb 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -74,9 +74,10 @@ fi
74if [ ! -r "$BUILDDIR/conf/local.conf" ]; then 74if [ ! -r "$BUILDDIR/conf/local.conf" ]; then
75 cat <<EOM 75 cat <<EOM
76You had no conf/local.conf file. This configuration file has therefore been 76You had no conf/local.conf file. This configuration file has therefore been
77created for you with some default values. You may wish to edit it to, for 77created for you from $OECORELOCALCONF
78example, select a different MACHINE (target hardware). See conf/local.conf 78You may wish to edit it to, for example, select a different MACHINE (target
79for more information as common configuration options are commented. 79hardware). See conf/local.conf for more information as common configuration
80options are commented.
80 81
81EOM 82EOM
82 cp -f "$OECORELOCALCONF" "$BUILDDIR/conf/local.conf" 83 cp -f "$OECORELOCALCONF" "$BUILDDIR/conf/local.conf"
@@ -89,8 +90,9 @@ fi
89if [ ! -r "$BUILDDIR/conf/bblayers.conf" ]; then 90if [ ! -r "$BUILDDIR/conf/bblayers.conf" ]; then
90 cat <<EOM 91 cat <<EOM
91You had no conf/bblayers.conf file. This configuration file has therefore been 92You had no conf/bblayers.conf file. This configuration file has therefore been
92created for you with some default values. To add additional metadata layers 93created for you from $OECORELAYERCONF
93into your configuration please add entries to conf/bblayers.conf. 94To add additional metadata layers into your configuration please add entries
95to conf/bblayers.conf.
94 96
95EOM 97EOM
96 98