summaryrefslogtreecommitdiffstats
path: root/meta-yocto
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 /meta-yocto
parent7b9f4b2cd0fe6dc9a536a2db98ed93ffa8c05a8f (diff)
downloadpoky-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>
Diffstat (limited to 'meta-yocto')
-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 31e760544f..885d4dba47 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -124,9 +124,9 @@ PACKAGE_CLASSES ?= "package_rpm"
124# 124#
125# SDK/ADT target architecture 125# SDK/ADT target architecture
126# 126#
127# This variable specified the architecture to build SDK/ADT items for and means 127# This variable specifies the architecture to build SDK/ADT items for and means
128# you can build the SDK packages for architectures other than the machine you are 128# you can build the SDK packages for architectures other than the machine you are
129# running the build on (i.e. building i686 packages on an x86_64 host._ 129# running the build on (i.e. building i686 packages on an x86_64 host).
130# Supported values are i686 and x86_64 130# Supported values are i686 and x86_64
131#SDKMACHINE ?= "i686" 131#SDKMACHINE ?= "i686"
132 132