]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: use ??= for IMAGE_ROOTFS_SIZE
authorChen Qi <Qi.Chen@windriver.com>
Thu, 4 Sep 2014 07:52:44 +0000 (15:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Sep 2014 14:19:57 +0000 (15:19 +0100)
commit18f499df6bcbf79d7bd0a99c4c8693268683485f
treecd0ac9cc9adbb451e49629bb49f30541f95ceb1b
parent4a4877c2e7cdcb8a1d0a54add600c0cd4e92e647
bitbake.conf: use ??= for IMAGE_ROOTFS_SIZE

Previously, when building core-image-minimal, the rootfs size would
default to 64M because we use '?=' in bitbake.conf and also '?=' in
core-image-minimal.bb.

The thing is, we'd like to have a default value for all images set
in bitbake.conf but still allow each image recipe to set its own default
value which could be overridden by users in local.conf.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/bitbake.conf