diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-08-22 18:47:05 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-25 11:08:06 +0100 |
| commit | 0a095d4afb19d5186fc2685990ff1a511d5c49bf (patch) | |
| tree | 7d923a1b19af5883f545f1d96754ef6c5e43d5d1 /meta/recipes-devtools/python/python3_3.10.6.bb | |
| parent | e0c378d692bd4d08301b30949a71fd867de27a23 (diff) | |
| download | poky-0a095d4afb19d5186fc2685990ff1a511d5c49bf.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.10.6.bb')
0 files changed, 0 insertions, 0 deletions
