diff options
Diffstat (limited to 'meta-yocto/conf/local.conf.sample')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 4 |
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 | ||