summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-05-02 19:09:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 09:56:20 +0100
commit915f491a0857ee1c039b5e74fa08b584df76071a (patch)
tree04fadc326b83e47cc7ec263e76c69d06c8dfb11e /scripts
parent9ebafcf5e2fa123a3c8b877ea20a759b8b48ff99 (diff)
downloadast2050-yocto-poky-915f491a0857ee1c039b5e74fa08b584df76071a.zip
ast2050-yocto-poky-915f491a0857ee1c039b5e74fa08b584df76071a.tar.gz
scripts/oe-setup-builddir: fix typo
(From OE-Core rev: bf74c17f7c73b22492f6fa069a5bbbdc28e6ddf5) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/oe-setup-builddir2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 5b20488..5fc8b19 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -62,7 +62,7 @@ if [ "x" = "x$OECORELOCALCONF" ]; then
fi
if ! (test -r "$BUILDDIR/conf/local.conf"); then
cat <<EOM
-You had no conf/local.conf file. This configuration file has therefore beend
+You had no conf/local.conf file. This configuration file has therefore been
created for you with some default values. You may wish to edit it to use a
different MACHINE (target hardware) or enable parallel build options to take
advantage of multiple cores for example. See the file for more information as
OpenPOWER on IntegriCloud