]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bitbake.conf: Add runtimedir
authorJoshua Watt <JPEWhacker@gmail.com>
Mon, 18 Dec 2023 15:38:02 +0000 (08:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Dec 2023 07:44:46 +0000 (07:44 +0000)
commit90bc18108230f6d41a50cebc8348444e119e95bf
tree8661c77892de4c6be82cd083ec8787c936468a59
parentdd06c3668dbe9ec1cf9a0a84d7a6bc9851f9c662
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.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf