Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [patch 1/2] barebox: bump to 2012.07
@ 2012-07-03 12:38 Marek Belisko
  2012-07-03 12:38 ` [Buildroot] [patch 2/2] barebox: remove old version and add last 4 versions Marek Belisko
  2012-07-03 22:01 ` [Buildroot] [patch 1/2] barebox: bump to 2012.07 Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Belisko @ 2012-07-03 12:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 boot/barebox/Config.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index 09a82eb..13009d2 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -8,7 +8,7 @@ config BR2_TARGET_BAREBOX
 if BR2_TARGET_BAREBOX
 choice
 	prompt "version"
-	default BR2_TARGET_BAREBOX_2012_04
+	default BR2_TARGET_BAREBOX_2012_07
 	help
 	  Select the specific Barebox version you want to use
 
@@ -25,6 +25,9 @@ config BR2_TARGET_BAREBOX_2012_03
 config BR2_TARGET_BAREBOX_2012_04
 	bool "2012.04"
 
+config BR2_TARGET_BAREBOX_2012_07
+	bool "2012.07"
+
 config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
 	bool "Custom tarball"
 
@@ -46,6 +49,7 @@ config BR2_TARGET_BAREBOX_VERSION
 	default "2012.02.0"	if BR2_TARGET_BAREBOX_2012_02
 	default "2012.03.0"	if BR2_TARGET_BAREBOX_2012_03
 	default "2012.04.0"	if BR2_TARGET_BAREBOX_2012_04
+	default "2012.07.0"	if BR2_TARGET_BAREBOX_2012_07
 	default "custom"	if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
 	default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT
 
-- 
1.7.5.4

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

* [Buildroot] [patch 2/2] barebox: remove old version and add last 4 versions.
  2012-07-03 12:38 [Buildroot] [patch 1/2] barebox: bump to 2012.07 Marek Belisko
@ 2012-07-03 12:38 ` Marek Belisko
  2012-07-03 22:01 ` [Buildroot] [patch 1/2] barebox: bump to 2012.07 Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Marek Belisko @ 2012-07-03 12:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 boot/barebox/Config.in |   21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index 13009d2..574bfae 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -12,19 +12,15 @@ choice
 	help
 	  Select the specific Barebox version you want to use
 
-config BR2_TARGET_BAREBOX_2012_01
-	depends on BR2_DEPRECATED
-	bool "2012.01"
-
-config BR2_TARGET_BAREBOX_2012_02
-	bool "2012.02"
-
-config BR2_TARGET_BAREBOX_2012_03
-	bool "2012.03"
-
 config BR2_TARGET_BAREBOX_2012_04
 	bool "2012.04"
 
+config BR2_TARGET_BAREBOX_2012_05
+	bool "2012.05"
+
+config BR2_TARGET_BAREBOX_2012_06
+	bool "2012.06"
+
 config BR2_TARGET_BAREBOX_2012_07
 	bool "2012.07"
 
@@ -45,10 +41,9 @@ endif
 
 config BR2_TARGET_BAREBOX_VERSION
 	string
-	default "2012.01.0"	if BR2_TARGET_BAREBOX_2012_01
-	default "2012.02.0"	if BR2_TARGET_BAREBOX_2012_02
-	default "2012.03.0"	if BR2_TARGET_BAREBOX_2012_03
 	default "2012.04.0"	if BR2_TARGET_BAREBOX_2012_04
+	default "2012.05.0"	if BR2_TARGET_BAREBOX_2012_05
+	default "2012.06.0"	if BR2_TARGET_BAREBOX_2012_06
 	default "2012.07.0"	if BR2_TARGET_BAREBOX_2012_07
 	default "custom"	if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
 	default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT
-- 
1.7.5.4

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

* [Buildroot] [patch 1/2] barebox: bump to 2012.07
  2012-07-03 12:38 [Buildroot] [patch 1/2] barebox: bump to 2012.07 Marek Belisko
  2012-07-03 12:38 ` [Buildroot] [patch 2/2] barebox: remove old version and add last 4 versions Marek Belisko
@ 2012-07-03 22:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-07-03 22:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Marek" == Marek Belisko <marek.belisko@open-nandra.com> writes:

 Marek> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>

Committed both, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-07-03 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 12:38 [Buildroot] [patch 1/2] barebox: bump to 2012.07 Marek Belisko
2012-07-03 12:38 ` [Buildroot] [patch 2/2] barebox: remove old version and add last 4 versions Marek Belisko
2012-07-03 22:01 ` [Buildroot] [patch 1/2] barebox: bump to 2012.07 Peter Korsgaard

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