]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake.conf: add VOLATILE_LOG_DIR variable
authorChen Qi <Qi.Chen@windriver.com>
Tue, 22 Nov 2016 07:36:29 +0000 (15:36 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Wed, 14 Dec 2016 09:04:13 +0000 (17:04 +0800)
commit31f2112c87dbc93868771592e5111f43bfbf964d
tree4d0449bd0f2e29197766d1a39d33b220597348cc
parentd62f18c39bc0ed3b0f5ac8465b393c15f2143ecf
bitbake.conf: add VOLATILE_LOG_DIR variable

The default value is "yes" which results in the /var/log being a link
pointing to /var/volatile/log which is on tmpfs.

Setting valid boolean false value ('no', 'n', 'false', 'f', '0') would make
/var/log to be a directory on persistent storage.

[YOCTO #6132]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/conf/bitbake.conf