diff options
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" | |||
136 | ENABLE_BINARY_LOCALE_GENERATION = "1" | 136 | ENABLE_BINARY_LOCALE_GENERATION = "1" |
137 | 137 | ||
138 | # The architecture to build SDK items for, by setting this you can build SDK | 138 | # The architecture to build SDK items for, by setting this you can build SDK |
139 | # packages for architectures other than the host i.e. building i586 packages | 139 | # packages for architectures other than the host i.e. building i686 packages |
140 | # on an x86_64 host. | 140 | # on an x86_64 host. |
141 | # Supported values are i586 and x86_64 | 141 | # Supported values are i686 and x86_64 |
142 | #SDKMACHINE ?= "i586" | 142 | #SDKMACHINE ?= "i686" |
143 | 143 | ||
144 | # Poky can try and fetch packaged-staging packages from a http, https or ftp | 144 | # Poky can try and fetch packaged-staging packages from a http, https or ftp |
145 | # mirror. Set this variable to the root of a pstage directory on a server. | 145 | # mirror. Set this variable to the root of a pstage directory on a server. |