diff options
author | Jesse Zhang <sen.zhang@windriver.com> | 2013-06-06 06:20:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 16:27:43 +0100 |
commit | a0dfa0f0ac8cfb1e46ef2da934e39a8d96b5bf8b (patch) | |
tree | 94e69e8e853ebc72d8d2d269a8720e1f7728346e /meta/conf/local.conf.sample.extended | |
parent | 166313ca2edd05f7d3472ba23ba6f44ae12a7d12 (diff) | |
download | openembedded-core-a0dfa0f0ac8cfb1e46ef2da934e39a8d96b5bf8b.tar.gz openembedded-core-a0dfa0f0ac8cfb1e46ef2da934e39a8d96b5bf8b.tar.bz2 openembedded-core-a0dfa0f0ac8cfb1e46ef2da934e39a8d96b5bf8b.zip |
local.conf.sample: use ?= to assign BB_ENV_EXTRAWHITE variables
Use ?= so that the BB_ENV_EXTRAWHITE variables can be overridden from
the environment.
[YOCTO #4367]
Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/local.conf.sample.extended')
-rw-r--r-- | meta/conf/local.conf.sample.extended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index aad615a4b7..298211a1c6 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -82,7 +82,7 @@ # Use "external-MODE" to use the precompiled external toolchains where MODE # is the type of external toolchain to use e.g. eabi. You need to ensure # the toolchain you want to use is included in an appropriate layer -# TCMODE = "external-eabi" +# TCMODE ?= "external-eabi" # mklibs library size optimization is more useful to smaller images, # and less useful for bigger images. Also mklibs library optimization |