Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2014.01
@ 2014-01-21 13:26 Gustavo Zacarias
  2014-01-21 13:26 ` [Buildroot] [PATCH 2/2] uboot: " Gustavo Zacarias
  2014-01-21 14:39 ` [Buildroot] [PATCH 1/2] uboot-tools: " Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2014-01-21 13:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/uboot-tools/uboot-tools.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk
index 6c09110..398ce8b 100644
--- a/package/uboot-tools/uboot-tools.mk
+++ b/package/uboot-tools/uboot-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-UBOOT_TOOLS_VERSION = 2013.10
+UBOOT_TOOLS_VERSION = 2014.01
 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.8.3.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/2] uboot: bump to version 2014.01
  2014-01-21 13:26 [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2014.01 Gustavo Zacarias
@ 2014-01-21 13:26 ` Gustavo Zacarias
  2014-01-21 14:40   ` Peter Korsgaard
  2014-01-21 14:39 ` [Buildroot] [PATCH 1/2] uboot-tools: " Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2014-01-21 13:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 boot/uboot/Config.in | 4 ++--
 boot/uboot/uboot.mk  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index d693bcf..035e550 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -18,7 +18,7 @@ choice
 	  Select the specific U-Boot version you want to use
 
 config BR2_TARGET_UBOOT_LATEST_VERSION
-	bool "2013.10"
+	bool "2014.01"
 
 config BR2_TARGET_UBOOT_CUSTOM_VERSION
 	bool "Custom version"
@@ -63,7 +63,7 @@ endif
 
 config BR2_TARGET_UBOOT_VERSION
 	string
-	default "2013.10"	if BR2_TARGET_UBOOT_LATEST_VERSION
+	default "2014.01"	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.mk b/boot/uboot/uboot.mk
index ba7087e..2174584 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -8,7 +8,7 @@ UBOOT_VERSION    = $(call qstrip,$(BR2_TARGET_UBOOT_VERSION))
 UBOOT_BOARD_NAME = $(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))
 
 UBOOT_LICENSE = GPLv2+
-UBOOT_LICENSE_FILES = COPYING
+UBOOT_LICENSE_FILES = Licenses/gpl-2.0.txt
 
 UBOOT_INSTALL_IMAGES = YES
 
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2014.01
  2014-01-21 13:26 [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2014.01 Gustavo Zacarias
  2014-01-21 13:26 ` [Buildroot] [PATCH 2/2] uboot: " Gustavo Zacarias
@ 2014-01-21 14:39 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-01-21 14:39 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/2] uboot: bump to version 2014.01
  2014-01-21 13:26 ` [Buildroot] [PATCH 2/2] uboot: " Gustavo Zacarias
@ 2014-01-21 14:40   ` Peter Korsgaard
  2014-01-21 14:41     ` Gustavo Zacarias
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2014-01-21 14:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 > ---
 >  boot/uboot/Config.in | 4 ++--
 >  boot/uboot/uboot.mk  | 2 +-
 >  2 files changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
 > index d693bcf..035e550 100644
 > --- a/boot/uboot/Config.in
 > +++ b/boot/uboot/Config.in
 > @@ -18,7 +18,7 @@ choice
 >  	  Select the specific U-Boot version you want to use
 
 >  config BR2_TARGET_UBOOT_LATEST_VERSION
 > -	bool "2013.10"
 > +	bool "2014.01"
 
 >  config BR2_TARGET_UBOOT_CUSTOM_VERSION
 >  	bool "Custom version"
 > @@ -63,7 +63,7 @@ endif
 
 >  config BR2_TARGET_UBOOT_VERSION
 >  	string
 > -	default "2013.10"	if BR2_TARGET_UBOOT_LATEST_VERSION
 > +	default "2014.01"	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.mk b/boot/uboot/uboot.mk
 > index ba7087e..2174584 100644
 > --- a/boot/uboot/uboot.mk
 > +++ b/boot/uboot/uboot.mk
 > @@ -8,7 +8,7 @@ UBOOT_VERSION    = $(call qstrip,$(BR2_TARGET_UBOOT_VERSION))
 >  UBOOT_BOARD_NAME = $(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))
 
 >  UBOOT_LICENSE = GPLv2+
 > -UBOOT_LICENSE_FILES = COPYING
 > +UBOOT_LICENSE_FILES = Licenses/gpl-2.0.txt

Sigh, this is bound to cause problems with people using old/non-mainline
versions, but yeah - Not much we can do about it.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/2] uboot: bump to version 2014.01
  2014-01-21 14:40   ` Peter Korsgaard
@ 2014-01-21 14:41     ` Gustavo Zacarias
  0 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2014-01-21 14:41 UTC (permalink / raw)
  To: buildroot

On 01/21/2014 11:40 AM, Peter Korsgaard wrote:

>  > +UBOOT_LICENSE_FILES = Licenses/gpl-2.0.txt
> 
> Sigh, this is bound to cause problems with people using old/non-mainline
> versions, but yeah - Not much we can do about it.
> 
> Committed, thanks.

"Calculated tradeoff to avoid issues with the default" :)
But yeah, PITA.
Regards.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-21 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21 13:26 [Buildroot] [PATCH 1/2] uboot-tools: bump to version 2014.01 Gustavo Zacarias
2014-01-21 13:26 ` [Buildroot] [PATCH 2/2] uboot: " Gustavo Zacarias
2014-01-21 14:40   ` Peter Korsgaard
2014-01-21 14:41     ` Gustavo Zacarias
2014-01-21 14:39 ` [Buildroot] [PATCH 1/2] uboot-tools: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox