From patchwork Wed Jul 10 16:21:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1130503 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="l2w0RsrG"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45kPZj1tzwz9s4Y for ; Thu, 11 Jul 2019 02:21:33 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AC6D885ABE; Wed, 10 Jul 2019 16:21:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QCKk7FPCxBGe; Wed, 10 Jul 2019 16:21:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 99BBD85B18; Wed, 10 Jul 2019 16:21:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 879341BF3F3 for ; Wed, 10 Jul 2019 16:21:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 84CFA85B18 for ; Wed, 10 Jul 2019 16:21:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lcUfKvx8z8vK for ; Wed, 10 Jul 2019 16:21:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id E0CB385ABE for ; Wed, 10 Jul 2019 16:21:24 +0000 (UTC) Received: from menoah.home (lfbn-1-8923-205.w193-250.abo.wanadoo.fr [193.250.65.205]) by koncepto.io (Postfix) with ESMTPSA id 80651602CA; Wed, 10 Jul 2019 18:21:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1562775683; bh=1z8GJ8D2sszVN4ixb1zGLAWo2bTK4FVJJxKf1mGjmp8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=l2w0RsrGIUHHbPoLhnDgMG2JRO2eEXE4dPltJujc/NmPLFbSa/r4e1UbCLt4MT5mD SgJouSlFetoFqRUXC2aGCpqWdVzAOZcY5wdBYR3Y1HR7AI1uTXJxv9jgl9B26qBqJc AZHxdtPuksHwbOZtxatXxJ74Iq+PtdhVItvXtx46EEniSiEjpheE2/hC39ozsHgOv7 vp9Hq2v5Rg51pPTuvDkV2LdpRUJarZFV/ziBjFk4152XtGog+fFPGjkQg6didaRWRM 6xhqMZNno0qNtvbxPYM5kjSE+jVjy374ogINyriVgyELqWJuLKEX0wLEITHWBz6adh yBBdiZ0bAVGzw== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Wed, 10 Jul 2019 18:21:13 +0200 Message-Id: <1562775673-22148-2-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1562775673-22148-1-git-send-email-pjtexier@koncepto.io> References: <1562775673-22148-1-git-send-email-pjtexier@koncepto.io> Subject: [Buildroot] [PATCH] configs/atmel_sama5d27_som1: add rng-tools package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier , Ludovic Desroches MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" 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 Acked-by: Ludovic Desroches --- 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