Files
poky/meta/recipes-support
Khem Raj 0a095d4afb rng-tools: Remove depndencies on hwrng
Delete dependency on dev-hwrng.device and systemd-udev-settle services
as they can be troublesome because difference devices may have different
devices to detect resulting in delayed boot.

do not run if included in a container image

Add EXTRA_ARGS via /etc/default/rng-tools e.g. if your device has
hw RNG then something like this

EXTRA_ARGS="-r /dev/hwrng"

You can also use drop-ins for enhacing systemd unit file from machine
layer via a bbappend and adding a fragment to systemd

/etc/systemd/system/rng-tools.service.d/10-hwrng.conf

where you can add

[Unit]
Requires=dev-hwrng.device
After=dev-hwrng.device

(From OE-Core rev: ab73f6e8efb97682441f012c41d35a549e899cce)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25 11:08:06 +01:00
..
2022-08-21 22:51:42 +01:00
2022-08-10 08:25:28 +01:00
2022-06-22 22:40:28 +01:00
2022-04-19 14:14:12 +01:00
2022-05-05 21:17:37 +01:00
2022-04-14 09:47:00 +01:00
2022-08-10 08:25:28 +01:00
2022-08-21 22:51:42 +01:00
2022-04-14 09:47:00 +01:00
2022-04-19 14:14:11 +01:00
2022-08-10 08:25:28 +01:00
2022-07-23 13:55:25 +01:00
2022-04-28 11:51:42 +01:00
2021-10-23 17:42:26 +01:00
2022-07-23 13:55:26 +01:00
2022-04-19 14:14:12 +01:00
2022-07-08 00:09:42 +01:00
2022-04-19 14:14:12 +01:00
2021-08-02 15:44:10 +01:00
2022-08-10 08:25:28 +01:00
2022-07-08 00:09:42 +01:00
2022-01-20 11:57:29 +00:00
2022-02-05 17:46:05 +00:00
2021-12-17 09:56:14 +00:00
2022-08-10 08:25:28 +01:00
2022-08-23 15:24:11 +01:00
2022-05-05 21:17:38 +01:00
2022-06-11 10:28:22 +01:00