Skip to content
Snippets Groups Projects

ospack: Ship rngd on all the images, not just minimal

Merged Emanuele Aina requested to merge wip/em/install-rngd-everywhere into apertis/v2019dev0
1 unresolved thread
3 files
+ 27
0
Compare changes
  • Side-by-side
  • Inline
Files
3
  • With newer kernels it takes far longer in early boot to get random
    numbers (as >= 4.18 kernels ensure good quality entropy is availble
    before starting  providing randomness).
    
    Commit 85cc6eba took care of the minimal ospack/images introducing
    rng-tools to integrate with hardware random number generators
    while jitterentropy-rngd can provide randomness without.
    
    This commit applies the same change to the target, basesdk and sdk
    ospacks/images.
    
    Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
@@ -43,6 +43,15 @@ actions:
- initramfs-tools
# - apertis-customizations
# Add rng-tools for devices that have a hardware number generator
# Add jitterentropy-rngd for those without
# On final production images this can be tuned based on the device
- action: apt
description: "RNG packages"
packages:
- rng-tools5
- jitterentropy-rngd
- action: apt
description: "Base packages"
packages:
Loading