diff options
| author | Claudius Heine <ch@denx.de> | 2021-09-17 10:08:04 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-29 11:17:20 +0100 |
| commit | a8689e9b8ede535c021922909ba7070ce209c810 (patch) | |
| tree | 46dcb42657a5d224a5b44a9493ef560534ebfca9 /scripts/lib/checklayer/context.py | |
| parent | fddca7b07eed63973c1dbecb45d6f59231803a6e (diff) | |
| download | poky-a8689e9b8ede535c021922909ba7070ce209c810.tar.gz | |
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: 8d57589389f029fc4df85211254204966a94f007)
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: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/checklayer/context.py')
0 files changed, 0 insertions, 0 deletions
