diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-07-23 05:40:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-02 09:21:14 +0100 |
commit | ed7d30dc0cdb6d6c56c50ac7a3440c4ed0ee70d3 (patch) | |
tree | b881104637a06cddac4fa62e6e9ef9f2873ea094 /meta/site/arm-darwin | |
parent | b0ac481dda99d8f4be8015964fcb2cb01afce08c (diff) | |
download | openembedded-core-ed7d30dc0cdb6d6c56c50ac7a3440c4ed0ee70d3.tar.gz openembedded-core-ed7d30dc0cdb6d6c56c50ac7a3440c4ed0ee70d3.tar.bz2 openembedded-core-ed7d30dc0cdb6d6c56c50ac7a3440c4ed0ee70d3.zip |
volatile-binds: add recipe
This recipe is designed to play a key role in a read-only rootfs
of systemd based systems. It generates service files from a template,
volatile-binds.service.in and the VOLATILE_BINDS variable.
By default, VOLATILE_BINDS takes the value of "/var/volatile/lib /var/lib\n",
which leads to the generation of volatile-var-lib.service file.
This file doesn't have any effect in a read-write system, as it
has "ConditionPathIsReadWrite = !/var/lib" in the [Unit] section.
In other words, this file only has effect in a read-only rootfs.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/site/arm-darwin')
0 files changed, 0 insertions, 0 deletions