diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2018-10-22 19:58:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-25 14:53:44 +0100 |
commit | a9bf8397ab6740ef8e3e56125a7de7bf839d8e67 (patch) | |
tree | 17dbcf1c6352762183d2cbbe082379af9446a022 /meta-yocto-bsp/README.hardware | |
parent | 654d57985a3652fc39f3e0f46df64cee2f7007db (diff) | |
download | poky-a9bf8397ab6740ef8e3e56125a7de7bf839d8e67.tar.gz |
udev-extraconf: Fix the recursively dependency for the systemd-mount
The commit 4ca9402c3720 ("udev-extraconf: Add systemd-mount to
udev-extraconf/mount.sh") uses the systemd-mount to mount the new added
disk partitions if systemd is used. But it forgot to move the codes
which tries to mount the partition by using the configuration in
/etc/fstab to the non-systemd function. And it will cause the
systemd-mount try to mount the partition synchronously and trigger a
recursively dependency like the following:
dev-sda1.device -> run-media-sda1.mount -> dev-sda1.device
(From OE-Core rev: fcf6a4d629c05048cbb7298e285d84ff73a320d2)
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/README.hardware')
0 files changed, 0 insertions, 0 deletions