diff options
author | Jessica Zhang <jessica.zhang@intel.com> | 2011-02-08 11:48:20 -0800 |
---|---|---|
committer | Jessica Zhang <jessica.zhang@intel.com> | 2011-02-08 11:48:20 -0800 |
commit | 33b3e596328897dc5808420417f28f1024cca1d2 (patch) | |
tree | 2eb87d49a442bf4a4e98b3baf5a38324645beb06 /meta/conf | |
parent | 1e40bc8272df4774cde8f1a9d8561624eb6ae930 (diff) | |
download | openembedded-core-33b3e596328897dc5808420417f28f1024cca1d2.tar.gz openembedded-core-33b3e596328897dc5808420417f28f1024cca1d2.tar.bz2 openembedded-core-33b3e596328897dc5808420417f28f1024cca1d2.zip |
local.conf: change i586 to i686 for 32bit SDK
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 9c58e6bc0c..43f6f34f47 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -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. |