diff mbox series

configs/atmel_sama5d27_som1: add rng-tools package

Message ID 1562775673-22148-2-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series configs/atmel_sama5d27_som1: add rng-tools package | expand

Commit Message

Pierre-Jean Texier July 10, 2019, 4:21 p.m. UTC
More entropy is required at boot time for the ssh
daemon to start.

So, enable rngd which feeds the entropy to the kernel
entropy tool.

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Ludovic Desroches July 11, 2019, 8:51 a.m. UTC | #1
On Wed, Jul 10, 2019 at 06:21:13PM +0200, Pierre-Jean Texier wrote:
> External E-Mail
> 
> 
> More entropy is required at boot time for the ssh
> daemon to start.
> 
> So, enable rngd which feeds the entropy to the kernel
> entropy tool.
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>

Nice!

Ludovic
> ---
>  configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> index ed25f04..f1abf83 100644
> --- a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> +++ b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
> @@ -41,6 +41,7 @@ BR2_PACKAGE_WILC1000_FIRMWARE=y
>  BR2_PACKAGE_DEVMEM2=y
>  BR2_PACKAGE_EVTEST=y
>  BR2_PACKAGE_I2C_TOOLS=y
> +BR2_PACKAGE_RNG_TOOLS=y
>  BR2_PACKAGE_SETSERIAL=y
>  BR2_PACKAGE_SPI_TOOLS=y
>  BR2_PACKAGE_USBUTILS=y
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
Thomas Petazzoni July 14, 2019, 1:14 p.m. UTC | #2
On Wed, 10 Jul 2019 18:21:13 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> More entropy is required at boot time for the ssh
> daemon to start.
> 
> So, enable rngd which feeds the entropy to the kernel
> entropy tool.
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
index ed25f04..f1abf83 100644
--- a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
+++ b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
@@ -41,6 +41,7 @@  BR2_PACKAGE_WILC1000_FIRMWARE=y
 BR2_PACKAGE_DEVMEM2=y
 BR2_PACKAGE_EVTEST=y
 BR2_PACKAGE_I2C_TOOLS=y
+BR2_PACKAGE_RNG_TOOLS=y
 BR2_PACKAGE_SETSERIAL=y
 BR2_PACKAGE_SPI_TOOLS=y
 BR2_PACKAGE_USBUTILS=y