]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf: change i586 to i686 for 32bit SDK
authorJessica Zhang <jessica.zhang@intel.com>
Tue, 8 Feb 2011 19:48:20 +0000 (11:48 -0800)
committerJessica Zhang <jessica.zhang@intel.com>
Tue, 8 Feb 2011 19:48:20 +0000 (11:48 -0800)
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
meta/conf/local.conf.sample

index 9c58e6bc0ca16ef17d2c53ee3fbb8dff8470be8c..43f6f34f473dac418e98afc3398ffd9f55eb3a3d 100644 (file)
@@ -136,10 +136,10 @@ BBINCLUDELOGS = "yes"
 ENABLE_BINARY_LOCALE_GENERATION = "1"
 
 # The architecture to build SDK items for, by setting this you can build SDK
-# packages for architectures other than the host i.e. building i586 packages
+# packages for architectures other than the host i.e. building i686 packages
 # on an x86_64 host.
-# Supported values are i586 and x86_64
-#SDKMACHINE ?= "i586"
+# Supported values are i686 and x86_64
+#SDKMACHINE ?= "i686"
 
 # Poky can try and fetch packaged-staging packages from a http, https or ftp
 # mirror. Set this variable to the root of a pstage directory on a server.