Files
poky/meta/recipes-support
Claudius Heine 1501d447cf rng-tools: add systemd-udev-settle wants to service
rngd needs to start after `systemd-udev-settle` in order for the kernel
modules of the random source hardware to be loaded before it is started.

However, since the `rngd.service` does not require or want
`systemd-udev-settle.service` it might not be scheduled for start and
the `After=systemd-udev-settle.service` there has no effect.

Adding `Wants=systemd-udev-settle.service` provides a weak requirement
to it, so that the `rngd` is started after it, if possible.

(From OE-Core rev: 006b5221ed6dac9964f49a03a55de2e847118dc1)

Signed-off-by: Claudius Heine <ch@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e9715d4234eb7b45dee8b323799014646f0a1b07)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-10-23 23:14:16 +01:00
..
2021-09-30 00:02:22 +01:00
2021-08-18 18:00:19 +01:00
2021-05-22 12:11:06 +01:00
2021-05-20 12:36:42 +01:00
2019-12-16 23:25:49 +00:00
2020-02-22 23:57:27 +00:00
2021-09-01 16:27:08 +01:00
2021-02-18 16:48:29 +00:00
2021-03-10 00:22:51 +00:00
2021-09-08 23:47:30 +01:00
2021-09-01 16:27:09 +01:00
2021-10-07 15:10:33 +01:00