From bc54915cebf609b4b4b2037f9ba6464ff2a7e9f3 Mon Sep 17 00:00:00 2001 From: Eugen Hristev Date: Fri, 11 Feb 2022 16:08:55 +0200 Subject: [PATCH] configs/microchip_sama7g5ek_mmc_dev_defconfig: add rng tools Add rng tools. Without this, when booting, prompt will not appear until 'random: crng init done' appears. Avoid this by using rng tools without the libjitterentropy. Libjitterentropy is a jitter source of entropy which does not help for AT91 cpus as the jitter does not have enough variance to generate fast enough entropy. Signed-off-by: Eugen Hristev Reviewed-by: Giulio Benetti Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- configs/microchip_sama7g5ek_mmc_dev_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/microchip_sama7g5ek_mmc_dev_defconfig b/configs/microchip_sama7g5ek_mmc_dev_defconfig index c11ea2f518..6eb6c282e0 100644 --- a/configs/microchip_sama7g5ek_mmc_dev_defconfig +++ b/configs/microchip_sama7g5ek_mmc_dev_defconfig @@ -31,6 +31,8 @@ BR2_PACKAGE_MMC_UTILS=y BR2_PACKAGE_MTD=y BR2_PACKAGE_WILC1000_FIRMWARE=y BR2_PACKAGE_EVTEST=y +BR2_PACKAGE_RNG_TOOLS=y +# BR2_PACKAGE_RNG_TOOLS_JITTERENTROPY_LIBRARY is not set BR2_PACKAGE_SETSERIAL=y BR2_PACKAGE_SPI_TOOLS=y BR2_PACKAGE_USBUTILS=y