From: Yi Zhao Date: Thu, 28 Nov 2013 08:18:52 +0000 (+0800) Subject: local.conf.sample: Fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00b47f00a7fa7a40855f5c682772b5fc1a021e5b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git local.conf.sample: Fix typo Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index e61cbb462e6..a9f03b1b0f4 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"