summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2013-11-28 16:18:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-29 13:32:52 +0000
commit92f984db15861ba467665b1483a6682525636ced (patch)
tree83e73332b1f9a6fcd286cefa6b2c7b9edba756a1
parent7b9f4b2cd0fe6dc9a536a2db98ed93ffa8c05a8f (diff)
downloadast2050-yocto-poky-92f984db15861ba467665b1483a6682525636ced.zip
ast2050-yocto-poky-92f984db15861ba467665b1483a6682525636ced.tar.gz
local.conf.sample: Fix typo
(From meta-yocto rev: 00b47f00a7fa7a40855f5c682772b5fc1a021e5b) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 31e7605..885d4db 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -124,9 +124,9 @@ PACKAGE_CLASSES ?= "package_rpm"
#
# SDK/ADT target architecture
#
-# This variable specified the architecture to build SDK/ADT items for and means
+# This variable specifies the architecture to build SDK/ADT items for and means
# you can build the SDK packages for architectures other than the machine you are
-# running the build on (i.e. building i686 packages on an x86_64 host._
+# running the build on (i.e. building i686 packages on an x86_64 host).
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"
OpenPOWER on IntegriCloud