diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2023-12-18 08:38:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-20 07:47:00 +0000 |
commit | 8dff7186333533334e3707f2a19aa44d3d10b8a2 (patch) | |
tree | d7616b6b7181fd2035742d2f07d9462cf7a2fbe1 /meta/recipes-extended | |
parent | 255e165c601bc4a32ec8bc5cf659f9c086d2d0f9 (diff) | |
download | poky-8dff7186333533334e3707f2a19aa44d3d10b8a2.tar.gz |
bitbake.conf: Add runtimedir
Adds the path to the runtime state directory (/run). In particular,
systemd units need to have the correct path to the runtime directory
because RequiresMountsFor doesn't follow symbolic links. This means that
if a unit calls out a directory in /var/run (a symbolic link to /run),
it may actually start before /run is mounted. The fix is to have the
unit specify a directory in /run instead.
(From OE-Core rev: 90bc18108230f6d41a50cebc8348444e119e95bf)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions