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:38:54 +0000 (15:38 +0100)
commitb5e69717b0a46b088253a2208cb8aed3b82468c0
tree8c8baa2f3f13428975d544a39ecdb2e9ddb7b40d
parentf19b1d01e3663301942906861a8ac12269b9e899
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.

(From OE-Core rev: 18f499df6bcbf79d7bd0a99c4c8693268683485f)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf