diff options
author | Vyacheslav Yurkov <uvv.mail@gmail.com> | 2021-12-10 14:01:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 11:27:24 +0000 |
commit | 3c2b8e47e7f0c422cd182c6883aacba0cf179773 (patch) | |
tree | 902ed9828608b0e978da55f0abe21c95f635a6d7 /meta/classes | |
parent | 5221ca9296ca6eaeddf021e8b58e00b213431dfe (diff) | |
download | poky-3c2b8e47e7f0c422cd182c6883aacba0cf179773.tar.gz |
overlayfs: update notes on /etc
(From OE-Core rev: a883e5188dd47fffb0df6699f0de2d7a26378eba)
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/overlayfs.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/overlayfs.bbclass b/meta/classes/overlayfs.bbclass index 3c0f4dc882..f1b8086ea8 100644 --- a/meta/classes/overlayfs.bbclass +++ b/meta/classes/overlayfs.bbclass | |||
@@ -31,6 +31,7 @@ | |||
31 | # OVERLAYFS_WRITABLE_PATHS[mnt-overlay] = "/usr/share/another-application" | 31 | # OVERLAYFS_WRITABLE_PATHS[mnt-overlay] = "/usr/share/another-application" |
32 | # | 32 | # |
33 | # Note: the class does not support /etc directory itself, because systemd depends on it | 33 | # Note: the class does not support /etc directory itself, because systemd depends on it |
34 | # For /etc directory use overlayfs-etc class | ||
34 | 35 | ||
35 | REQUIRED_DISTRO_FEATURES += "systemd overlayfs" | 36 | REQUIRED_DISTRO_FEATURES += "systemd overlayfs" |
36 | 37 | ||