]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: add VOLATILE_LOG_DIR variable
authorChen Qi <Qi.Chen@windriver.com>
Wed, 16 Aug 2017 11:57:15 +0000 (19:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Aug 2017 09:04:30 +0000 (10:04 +0100)
commit016bafce52f74462dc8f21a1c1b43ba2e6e59442
tree86bc9eeff036995d9d92d3513b55fb06771290b2
parent896495d4d2a9751e6e013a3498293b2443d7d809
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf