diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-07-29 11:20:16 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-30 14:52:18 +0100 |
commit | ba6a07b76c83cf9315ce49ff5088ac1078fa5190 (patch) | |
tree | 9652c499595d60921f87543a5fcbc5d332494b8a /build/conf | |
parent | e4d743e0da3430f3e3099d2b28160de96948c2c6 (diff) | |
download | poky-ba6a07b76c83cf9315ce49ff5088ac1078fa5190.tar.gz |
local.conf.sample: Use ?= when setting SDKMACHINE
This is a more sensible default which is also needed when using our
autobuilder configuration, which changes SDKMACHINE between builds by
setting an environment variable.
Also made spacing around = more consistent for a couple of other
variables.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/local.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 78c3bd144e..37c34d8f5e 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -132,7 +132,7 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
132 | # packages for architectures other than the host i.e. building i586 packages | 132 | # packages for architectures other than the host i.e. building i586 packages |
133 | # on an x86_64 host. | 133 | # on an x86_64 host. |
134 | # Supported values are i586 and x86_64 | 134 | # Supported values are i586 and x86_64 |
135 | #SDKMACHINE="i586" | 135 | #SDKMACHINE ?= "i586" |
136 | 136 | ||
137 | # Poky can try and fetch packaged-staging packages from a http, https or ftp | 137 | # Poky can try and fetch packaged-staging packages from a http, https or ftp |
138 | # mirror. Set this variable to the root of a pstage directory on a server. | 138 | # mirror. Set this variable to the root of a pstage directory on a server. |
@@ -140,8 +140,8 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
140 | 140 | ||
141 | # Set IMAGETEST to qemu if you want to build testcases and start | 141 | # Set IMAGETEST to qemu if you want to build testcases and start |
142 | # testing in qemu after do_rootfs. | 142 | # testing in qemu after do_rootfs. |
143 | #IMAGETEST="qemu" | 143 | #IMAGETEST = "qemu" |
144 | 144 | ||
145 | # By default testing will run the sanitytest suite. If you want to run other tests | 145 | # By default testing will run the sanitytest suite. If you want to run other tests |
146 | # (e.g. bat), list them here | 146 | # (e.g. bat), list them here |
147 | #TEST_SCEN="sanitytest bat" | 147 | #TEST_SCEN = "sanitytest bat" |