diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-01-18 15:01:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-19 17:10:57 +0000 |
commit | 7e586d5b7c8c7f20eafc32624200f60a8ed9a582 (patch) | |
tree | 2adf90a09ecd13456054e294ffc4a3931d0105eb /scripts/pybootchartgui | |
parent | 180ba7f6603b35eb66946649d8860022d2c329b7 (diff) | |
download | openembedded-core-7e586d5b7c8c7f20eafc32624200f60a8ed9a582.tar.gz openembedded-core-7e586d5b7c8c7f20eafc32624200f60a8ed9a582.tar.bz2 openembedded-core-7e586d5b7c8c7f20eafc32624200f60a8ed9a582.zip |
icecc: Don't replace non-empty PARALLEL_MAKE with empty ICECC_PARALLEL_MAKE
* it's needed for use-case like this:
# Inherit icecc here, so that all builders have the same sstate signatures
INHERIT_DISTRO += "icecc"
# and then disable its function by default (so that people still need to explicity
# enable it in local.conf if they have configured icecc and want to use it.
# You need to set _empty_ value in local.conf to enable icecc function:
# ICECC_DISABLED = ""
ICECC_DISABLED ??= "1"
* so default ICECC_PARALLEL_MAKE is still empty, but we want build
to respect our PARALLEL_MAKE, unfortunately we cannot do something
like ICECC_PARALLEL_MAKE ??= "${PARALLEL_MAKE}", because that would
cause PARALLEL_MAKE to reference itself.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/pybootchartgui')
0 files changed, 0 insertions, 0 deletions