* [bug#31426] Update u-boot to 2018.05
@ 2018-05-11 23:37 Vagrant Cascadian
2018-05-12 8:39 ` bug#31426: " Danny Milosavljevic
0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2018-05-11 23:37 UTC (permalink / raw)
To: 31426
[-- Attachment #1.1: Type: text/plain, Size: 147 bytes --]
The attached patch updates u-boot to 2018.05.
It has been build-tested all u-boot-* targets, and boot tested on
wandboard.
live well,
vagrant
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-u-boot-Update-to-2018.05.patch --]
[-- Type: text/x-diff, Size: 1321 bytes --]
From 51fcdd3f3d8461e43764ec73dd50cd4414713095 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Fri, 11 May 2018 22:59:44 +0000
Subject: [PATCH] gnu: u-boot: Update to 2018.05.
* gnu/packages/bootloaders.scm (u-boot): Update to 2018.05.
---
gnu/packages/bootloaders.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index c0a0101c5..b72858f7b 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -338,7 +338,7 @@ tree binary files. These are board description files used by Linux and BSD.")
(define u-boot
(package
(name "u-boot")
- (version "2018.01")
+ (version "2018.05")
(source (origin
(method url-fetch)
(uri (string-append
@@ -346,7 +346,7 @@ tree binary files. These are board description files used by Linux and BSD.")
"u-boot-" version ".tar.bz2"))
(sha256
(base32
- "1nidnnjprgxdhiiz7gmaj8cgcf52l5gbv64cmzjq4gmkjirmk3wk"))))
+ "0j60p4iskzb4hamxgykc6gd7xchxfka1zwh8hv08r9rrc4m3r8ad"))))
(native-inputs
`(("bc" ,bc)
;("dtc" ,dtc) ; they have their own incompatible copy.
--
2.17.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#31426: Update u-boot to 2018.05
2018-05-11 23:37 [bug#31426] Update u-boot to 2018.05 Vagrant Cascadian
@ 2018-05-12 8:39 ` Danny Milosavljevic
0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2018-05-12 8:39 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: 31426-done
[-- Attachment #1: Type: text/plain, Size: 219 bytes --]
Pushed to master as 3bdb24826ebb568580c93580e4b4a9567f8060cc (with minimal
changes to commit message).
I also re-enabled our (newer) dtc for u-boot. Earlier we used the bundled copy
because our copy was too new.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-12 8:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11 23:37 [bug#31426] Update u-boot to 2018.05 Vagrant Cascadian
2018-05-12 8:39 ` bug#31426: " Danny Milosavljevic
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
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.