From patchwork Mon May 4 06:43:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 467482 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 21666140285 for ; Mon, 4 May 2015 16:43:50 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=QeJpvBoL; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 438BE935FA; Mon, 4 May 2015 06:43:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6DdbEUBTZWYJ; Mon, 4 May 2015 06:43:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id ED94693393; Mon, 4 May 2015 06:43:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id D8B4E1C223B for ; Mon, 4 May 2015 06:43:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D41DFA12BE for ; Mon, 4 May 2015 06:43:46 +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 KcNQSrO6TEzs for ; Mon, 4 May 2015 06:43:45 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 84312A12BD for ; Mon, 4 May 2015 06:43:45 +0000 (UTC) Received: by pdbqa5 with SMTP id qa5so155079134pdb.1 for ; Sun, 03 May 2015 23:43:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=6Xy/68UrskHz7huqtp1VWr5HIScEC9IYeyu4CBrRyIg=; b=QeJpvBoL6efhP1q/PNckIJO8n+ZGrTb0/jMO+NA4B4lOopvz12Y6m6Zg/dJqyrHVbC JqRO6Y7diZ5SI1+uPuIU5PzCYMsA6HKCoIt9PtqVuanG6VBnBjht9nMuddickUXoL2AY MyN82iltWmf8C2BfYdKdYM0/ubbVQlbkGVw8w4CEsD46VsY0NbwJqMV643ab3Rgh8vdz dO7lnmAgjVqZoT74rdomKTtrS0Ctvj0Rf8uvy2U3ozsrTv9eosLXGArqxHg8XHLsTVyp h9Rh4OMIw+RD2/M7ipN9SoYhZMV/NzQObYLJx5F4/ptmhE90IrRFIJd2gk6TjbuPIUDJ qvvw== X-Received: by 10.68.247.166 with SMTP id yf6mr39460835pbc.3.1430721825151; Sun, 03 May 2015 23:43:45 -0700 (PDT) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id jp10sm11682730pbb.9.2015.05.03.23.43.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 May 2015 23:43:44 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Mon, 4 May 2015 08:43:38 +0200 Message-Id: <1430721818-8142-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.3.5 Subject: [Buildroot] [PATCH] barebox: bump to version 2015.04.0 and 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Fabio Porcedda --- boot/barebox/Config.in | 4 ++-- boot/barebox/barebox.hash | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 boot/barebox/barebox.hash diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 48431bd..a250f3b 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -12,7 +12,7 @@ choice Select the specific Barebox version you want to use config BR2_TARGET_BAREBOX_LATEST_VERSION - bool "2015.02.0" + bool "2015.04.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2015.02.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2015.04.0" if BR2_TARGET_BAREBOX_LATEST_VERSION default BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE if BR2_TARGET_BAREBOX_CUSTOM_VERSION default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT diff --git a/boot/barebox/barebox.hash b/boot/barebox/barebox.hash new file mode 100644 index 0000000..5782fb5 --- /dev/null +++ b/boot/barebox/barebox.hash @@ -0,0 +1,5 @@ + +# http://www.barebox.org/download/barebox-2015.04.0.tar.bz2.md5 +md5 749436075f39d4cd051c71ea52b24f67 barebox-2015.04.0.tar.bz2 +# Locally calculated +sha256 905757f84366d8934c718165af4bba8a7c7f3187c29f05ee532566681711a903 barebox-2015.04.0.tar.bz2