]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: change ccache path to use MULTIMACH_HOST_SYS
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 23 Sep 2011 19:46:33 +0000 (23:46 +0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:01 +0000 (16:27 +0000)
commit9d460e31b6b45b30b39587503d655aa2a418cbc3
tree9ab57949a7a1dc92558153e783fe8f62ba0e10dc
parenta413f3adcfb8245550067c1c2a3197817e631ffe
bitbake.conf: change ccache path to use MULTIMACH_HOST_SYS

Currently if I build packages for several targets (e.g. for armv5te tosa
and for armv7a beagleboard) oe will use single ccache dir for both of
those targets: build/ccache/arm-oe-linux-gnueabi. However those targets
use different opcodes, different features and binaries created for one
of those targets wont't run on the lower one. So use MULTIMACH_HOST_SYS
for ccache dir, so that it uses something like
build/ccache/armv5te-oe-linux-gnueabi dir.

(From OE-Core rev: 982373006a98cf2303514badd1cfb692108408c0)

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf