From: Robert P. J. Day <rpjday@crashcourse.ca>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] u-boot: Add sha256 hash value for earlier 2013.10 version.
Date: Sun, 19 Apr 2015 12:49:26 -0400 (EDT) [thread overview]
Message-ID: <alpine.LFD.2.11.1504191245070.8977@localhost> (raw)
Add a hash value for u-boot-2013.10.tar.bz2.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
if i understand this correctly, if a package has no hash file, then
downloading generates a warning. but with the newly-added uboot.hash
file, the missing sha256sum for the earlier 2013.10 version generates
an "ERROR" when running "make source", even though the tarball is in
fact downloaded correctly. so just add a hash value to quiet the
download.
diff --git a/boot/uboot/uboot.hash b/boot/uboot/uboot.hash
index 9cc96f6..b98c2ff 100644
--- a/boot/uboot/uboot.hash
+++ b/boot/uboot/uboot.hash
@@ -1,2 +1,3 @@
# Locally computed:
sha256 0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60 u-boot-2015.04.tar.bz2
+sha256 0d71e62beb952b41ebafb20a7ee4df2f960db64c31b054721ceb79ff14014c55 u-boot-2013.10.tar.bz2
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
next reply other threads:[~2015-04-19 16:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-19 16:49 Robert P. J. Day [this message]
2015-04-21 11:35 ` [Buildroot] [PATCH] u-boot: Add sha256 hash value for earlier 2013.10 version Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.2.11.1504191245070.8977@localhost \
--to=rpjday@crashcourse.ca \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.