From patchwork Sat Apr 18 12:52:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 462302 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id B2D6014030A for ; Sat, 18 Apr 2015 22:53:03 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E8DCE91148; Sat, 18 Apr 2015 12:53:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5722NKnNAGjx; Sat, 18 Apr 2015 12:53:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E8CA6916E4; Sat, 18 Apr 2015 12:52:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 074AB1C1EA6 for ; Sat, 18 Apr 2015 12:52:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 01B4B333C8 for ; Sat, 18 Apr 2015 12:52:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cLQ1Dhyxdq-3 for ; Sat, 18 Apr 2015 12:52:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mx02.posteo.de (mx02.posteo.de [89.146.194.165]) by silver.osuosl.org (Postfix) with ESMTPS id 29212333C5 for ; Sat, 18 Apr 2015 12:52:55 +0000 (UTC) Received: from dovecot03.posteo.de (unknown [185.67.36.28]) by mx02.posteo.de (Postfix) with ESMTPS id 57B7025A2126 for ; Sat, 18 Apr 2015 14:52:53 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3lTZ2Y1jF2z5vNL for ; Sat, 18 Apr 2015 14:52:53 +0200 (CEST) Received: from nzxt.fritz.box (nzxt.localdomain [192.168.178.46]) (Authenticated sender: joerg.krause@embedded.rocks) by embedded.rocks (Postfix) with ESMTPSA id B8C6D980315; Sat, 18 Apr 2015 14:52:52 +0200 (CEST) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Sat, 18 Apr 2015 14:52:44 +0200 Message-Id: <1429361566-3538-2-git-send-email-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.3.5 In-Reply-To: <1429361566-3538-1-git-send-email-joerg.krause@embedded.rocks> References: <1429361566-3538-1-git-send-email-joerg.krause@embedded.rocks> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 2/4] boot/uboot: add hash file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Jörg Krause --- boot/uboot/uboot.hash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 boot/uboot/uboot.hash diff --git a/boot/uboot/uboot.hash b/boot/uboot/uboot.hash new file mode 100644 index 0000000..9cc96f6 --- /dev/null +++ b/boot/uboot/uboot.hash @@ -0,0 +1,2 @@ +# Locally computed: +sha256 0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60 u-boot-2015.04.tar.bz2