Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH V3 0/4] Persistent /var/log support
@ 2016-12-14  9:08 Chen Qi
  2016-12-14  9:08 ` [PATCH V3 1/4] bitbake.conf: add VOLATILE_LOG_DIR variable Chen Qi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Chen Qi @ 2016-12-14  9:08 UTC (permalink / raw)
  To: openembedded-core

Changes since V2:
Use boolean value consistently. Update the comments to fit the use of boolean value.

The following changes since commit d62f18c39bc0ed3b0f5ac8465b393c15f2143ecf:

  targetloader.py: drop test for ClassType (2016-12-12 15:16:39 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/persistent-var-log
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/persistent-var-log

Chen Qi (4):
  bitbake.conf: add VOLATILE_LOG_DIR variable
  base-files: respect VOLATILE_LOG_DIR
  initscripts: support persistent /var/log
  package.bbclass: support persistent /var/log

 meta/classes/package.bbclass                       |  2 +-
 meta/conf/bitbake.conf                             |  4 ++
 meta/files/fs-perms-persistent-log.txt             | 69 ++++++++++++++++++++++
 meta/recipes-core/base-files/base-files_3.0.14.bb  |  4 +-
 .../initscripts/initscripts-1.0/volatiles          |  1 -
 meta/recipes-core/initscripts/initscripts_1.0.bb   |  3 +
 6 files changed, 79 insertions(+), 4 deletions(-)
 create mode 100644 meta/files/fs-perms-persistent-log.txt

-- 
1.9.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-19  1:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-14  9:08 [PATCH V3 0/4] Persistent /var/log support Chen Qi
2016-12-14  9:08 ` [PATCH V3 1/4] bitbake.conf: add VOLATILE_LOG_DIR variable Chen Qi
2016-12-14  9:08 ` [PATCH V3 2/4] base-files: respect VOLATILE_LOG_DIR Chen Qi
2016-12-14  9:08 ` [PATCH V3 3/4] initscripts: support persistent /var/log Chen Qi
2016-12-14  9:08 ` [PATCH V3 4/4] package.bbclass: " Chen Qi
2016-12-14 12:12 ` [PATCH V3 0/4] Persistent /var/log support Patrick Ohly
2017-01-19  1:55 ` ChenQi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox