* [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2018.07
@ 2018-07-26 17:03 Marcin Niestroj
2018-07-26 17:03 ` [Buildroot] [PATCH 2/2] uboot: " Marcin Niestroj
2018-07-27 7:19 ` [Buildroot] [PATCH 1/2] uboot-tools: " Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Marcin Niestroj @ 2018-07-26 17:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
package/uboot-tools/uboot-tools.hash | 2 +-
package/uboot-tools/uboot-tools.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/uboot-tools/uboot-tools.hash b/package/uboot-tools/uboot-tools.hash
index 17840d8d9b..97d0bd0b5f 100644
--- a/package/uboot-tools/uboot-tools.hash
+++ b/package/uboot-tools/uboot-tools.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 4da13c2a6139a78cc08608f21fd4741db27eda336cfad7ab8264fda923b9c048 u-boot-2018.05.tar.bz2
+sha256 9f10df88bc91b35642e461217f73256bbaeeca9ae2db8db56197ba5e89e1f6d4 u-boot-2018.07.tar.bz2
diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk
index b247c2173d..f5027d2da3 100644
--- a/package/uboot-tools/uboot-tools.mk
+++ b/package/uboot-tools/uboot-tools.mk
@@ -4,7 +4,7 @@
#
################################################################################
-UBOOT_TOOLS_VERSION = 2018.05
+UBOOT_TOOLS_VERSION = 2018.07
UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2
UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot
UBOOT_TOOLS_LICENSE = GPL-2.0+
--
2.18.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] uboot: bump to version 2018.07
2018-07-26 17:03 [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2018.07 Marcin Niestroj
@ 2018-07-26 17:03 ` Marcin Niestroj
2018-07-27 7:19 ` [Buildroot] [PATCH 1/2] uboot-tools: " Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Marcin Niestroj @ 2018-07-26 17:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
boot/uboot/Config.in | 4 ++--
boot/uboot/uboot.hash | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 7f8291abe8..f0166e382b 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -39,7 +39,7 @@ choice
Select the specific U-Boot version you want to use
config BR2_TARGET_UBOOT_LATEST_VERSION
- bool "2018.05"
+ bool "2018.07"
config BR2_TARGET_UBOOT_CUSTOM_VERSION
bool "Custom version"
@@ -87,7 +87,7 @@ endif
config BR2_TARGET_UBOOT_VERSION
string
- default "2018.05" if BR2_TARGET_UBOOT_LATEST_VERSION
+ default "2018.07" if BR2_TARGET_UBOOT_LATEST_VERSION
default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \
if BR2_TARGET_UBOOT_CUSTOM_VERSION
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
diff --git a/boot/uboot/uboot.hash b/boot/uboot/uboot.hash
index 17840d8d9b..97d0bd0b5f 100644
--- a/boot/uboot/uboot.hash
+++ b/boot/uboot/uboot.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 4da13c2a6139a78cc08608f21fd4741db27eda336cfad7ab8264fda923b9c048 u-boot-2018.05.tar.bz2
+sha256 9f10df88bc91b35642e461217f73256bbaeeca9ae2db8db56197ba5e89e1f6d4 u-boot-2018.07.tar.bz2
--
2.18.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2018.07
2018-07-26 17:03 [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2018.07 Marcin Niestroj
2018-07-26 17:03 ` [Buildroot] [PATCH 2/2] uboot: " Marcin Niestroj
@ 2018-07-27 7:19 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-07-27 7:19 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 26 Jul 2018 19:03:39 +0200, Marcin Niestroj wrote:
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
> ---
> package/uboot-tools/uboot-tools.hash | 2 +-
> package/uboot-tools/uboot-tools.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Both applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-27 7:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 17:03 [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2018.07 Marcin Niestroj
2018-07-26 17:03 ` [Buildroot] [PATCH 2/2] uboot: " Marcin Niestroj
2018-07-27 7:19 ` [Buildroot] [PATCH 1/2] uboot-tools: " Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox