diff --git a/apertis-ospack-basesdk.yaml b/apertis-ospack-basesdk.yaml
index 5f00902ae7bf9ba84161956dba41b3cf08f97a3e..b857bc8efb55080038327b20e9698c7f9428ca5f 100644
--- a/apertis-ospack-basesdk.yaml
+++ b/apertis-ospack-basesdk.yaml
@@ -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:
diff --git a/apertis-ospack-sdk.yaml b/apertis-ospack-sdk.yaml
index cda451ddf78c279a7c3f1975cfd5cbae87ae5d63..6d209636953c6400190322d54049f408c074b676 100644
--- a/apertis-ospack-sdk.yaml
+++ b/apertis-ospack-sdk.yaml
@@ -44,6 +44,15 @@ actions:
       #- apertis-customizations
       - initramfs-tools
 
+  # 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:
diff --git a/apertis-ospack-target.yaml b/apertis-ospack-target.yaml
index 468965e398a8d20d7a9b708ab60c1d31f88a7a48..1e59b3986267db31ee417d9096e7acfd20c5f452 100644
--- a/apertis-ospack-target.yaml
+++ b/apertis-ospack-target.yaml
@@ -42,6 +42,15 @@ actions:
       # - apertis-customizations
       - initramfs-tools
 
+  # 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: