]> code.ossystems Code Review - meta-freescale.git/commit
multilib: use ?= to allow overridden in local.conf
authorTing Liu <ting.liu@freescale.com>
Fri, 9 Jan 2015 09:09:10 +0000 (17:09 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Mon, 12 Jan 2015 08:56:16 +0000 (16:56 +0800)
commitdc2e2ff97a6f8a83ac922c395f70d21eecc60fce
tree13d40ea210780c6f7df0f75b344eb845aa7099bf
parentb99b6101764b8fc76fc4bcd309d00cb94a625b7b
multilib: use ?= to allow overridden in local.conf

The multilib setting was set in <core>.inc which was included by
the <machine>.conf. In bitbake.conf, <machine>.conf is included
after local.conf. Change to use ?= to not override the value in
local.conf.

This is useful when using external toolchain which does not need
to enable multilib.

Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
meta-fsl-ppc/conf/machine/include/e5500-64b.inc
meta-fsl-ppc/conf/machine/include/e6500-64b.inc
meta-fsl-ppc/conf/machine/include/e6500.inc