From c55cb9e43a4ff26224cd917f91c057f15535ee3b Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Thu, 6 Sep 2018 21:53:26 +0000 Subject: agl-profile-core/packagegroup-agl-core-boot: add rng-tools On some boards (typically Minnowboard Max), the kernel's random number entropy pool may fill too slowly. As a consequence, if many processes ask for random data at the same time, the reads on /dev/random are blocked until the entropy pool has been filled. This patch adds rng-tools in the core images: the rngd daemon will start at boot and fill the entropy pool. Bug-AGL: SPEC-1655 Change-Id: Icbcf6a9ea685774dd13e33597689a3fd05aaadf4 Signed-off-by: Stephane Desneux --- .../recipes-platform/packagegroups/packagegroup-agl-core-boot.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-boot.bb b/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-boot.bb index c9d679879..1633feddc 100644 --- a/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-boot.bb +++ b/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-boot.bb @@ -34,6 +34,7 @@ RDEPENDS_${PN} = "\ base-files \ base-passwd \ busybox \ + rng-tools \ run-agl-postinsts \ ${@bb.utils.contains("DISTRO_FEATURES", "sysvinit", "${SYSVINIT_SCRIPTS}", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \ -- cgit 1.2.3-korg