* [Buildroot] [PATCH] uboot-tools: bump to version 2016.05
@ 2016-05-16 19:21 Fabio Estevam
2016-05-16 19:35 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2016-05-16 19:21 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabio Estevam <festevam@gmail.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 747d133..2076b3b 100644
--- a/package/uboot-tools/uboot-tools.hash
+++ b/package/uboot-tools/uboot-tools.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 e49337262ecac44dbdeac140f2c6ebd1eba345e0162b0464172e7f05583ed7bb u-boot-2016.03.tar.bz2
+sha256 87d02275615aaf0cd007b54cbe9fbadceef2bee7c79e6c323ea1ae8956dcb171 u-boot-2016.05.tar.bz2
diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk
index d1ebd6f..987e89b 100644
--- a/package/uboot-tools/uboot-tools.mk
+++ b/package/uboot-tools/uboot-tools.mk
@@ -4,7 +4,7 @@
#
################################################################################
-UBOOT_TOOLS_VERSION = 2016.03
+UBOOT_TOOLS_VERSION = 2016.05
UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2
UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot
UBOOT_TOOLS_LICENSE = GPLv2+
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] uboot-tools: bump to version 2016.05
2016-05-16 19:21 [Buildroot] [PATCH] uboot-tools: bump to version 2016.05 Fabio Estevam
@ 2016-05-16 19:35 ` Peter Korsgaard
2016-05-16 20:03 ` Fabio Estevam
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2016-05-16 19:35 UTC (permalink / raw)
To: buildroot
>>>>> "Fabio" == Fabio Estevam <festevam@gmail.com> writes:
> Signed-off-by: Fabio Estevam <festevam@gmail.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 747d133..2076b3b 100644
> --- a/package/uboot-tools/uboot-tools.hash
> +++ b/package/uboot-tools/uboot-tools.hash
> @@ -1,2 +1,2 @@
> # Locally computed:
> -sha256 e49337262ecac44dbdeac140f2c6ebd1eba345e0162b0464172e7f05583ed7bb u-boot-2016.03.tar.bz2
> +sha256 87d02275615aaf0cd007b54cbe9fbadceef2bee7c79e6c323ea1ae8956dcb171 u-boot-2016.05.tar.bz2
> diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk
> index d1ebd6f..987e89b 100644
> --- a/package/uboot-tools/uboot-tools.mk
> +++ b/package/uboot-tools/uboot-tools.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
> -UBOOT_TOOLS_VERSION = 2016.03
> +UBOOT_TOOLS_VERSION = 2016.05
> UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2
> UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot
> UBOOT_TOOLS_LICENSE = GPLv2+
What about the patches?
make uboot-tools-patch
u-boot-2016.05.tar.bz2: OK (sha256: 87d02275615aaf0cd007b54cbe9fbadceef2bee7c79e6c323ea1ae8956dcb171)
>>> uboot-tools 2016.05 Extracting
bzcat /var/lib/downloads/u-boot-2016.05.tar.bz2 | tar --strip-components=1 -C /home/peko/source/buildroot/output/build/uboot-tools-2016.05 -xf -
>>> uboot-tools 2016.05 Patching
Applying 0001-drop-configh-from-tools.patch using patch:
patching file tools/env/fw_env.h
Hunk #1 succeeded at 8 with fuzz 2 (offset 3 lines).
Applying 0002-tools-only-in-no-dot-config-targets.patch using patch:
patching file Makefile
Hunk #1 succeeded at 424 (offset 7 lines).
Applying 0003-tools-env-bug-config-structs-must-be-defined-in-tool.patch using patch:
patching file tools/env/fw_env.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file tools/env/fw_env.c.rej
patching file tools/env/fw_env_main.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file tools/env/fw_env_main.c.rej
Patch failed! Please fix 0003-tools-env-bug-config-structs-must-be-defined-in-tool.patch!
package/pkg-generic.mk:159: recipe for target '/home/peko/source/buildroot/output/build/uboot-tools-2016.05/.stamp_patched' failed
make: *** [/home/peko/source/buildroot/output/build/uboot-tools-2016.05/.stamp_patched] Error 1
--
Venlig hilsen,
Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] uboot-tools: bump to version 2016.05
2016-05-16 19:35 ` Peter Korsgaard
@ 2016-05-16 20:03 ` Fabio Estevam
0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-05-16 20:03 UTC (permalink / raw)
To: buildroot
On Mon, May 16, 2016 at 4:35 PM, Peter Korsgaard <peter@korsgaard.com> wrote:
> What about the patches?
>
> make uboot-tools-patch
> Applying 0003-tools-env-bug-config-structs-must-be-defined-in-tool.patch using patch:
> patching file tools/env/fw_env.c
> Reversed (or previously applied) patch detected! Skipping patch.
Ops, this patch is already applied in 2016.05.
Sent a v2 with this one removed.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-16 20:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-16 19:21 [Buildroot] [PATCH] uboot-tools: bump to version 2016.05 Fabio Estevam
2016-05-16 19:35 ` Peter Korsgaard
2016-05-16 20:03 ` Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox