* [Buildroot] [git commit] u-boot: remove 2010.x versions, deprecate 2011.03 / 2011.06
@ 2012-01-02 16:00 Peter Korsgaard
2012-01-02 16:09 ` Alexandre Belloni
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2012-01-02 16:00 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=0c5f68a4d31c1c437fbc920c2ecdad03301fb5da
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
boot/uboot/Config.in | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 281a909..c8db9fb 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -24,18 +24,11 @@ config BR2_TARGET_UBOOT_2011_09
config BR2_TARGET_UBOOT_2011_06
bool "2011.06"
+ depends on BR2_DEPRECATED
config BR2_TARGET_UBOOT_2011_03
bool "2011.03"
-
-config BR2_TARGET_UBOOT_2010_12
- bool "2010.12"
-
-config BR2_TARGET_UBOOT_2010_09
- bool "2010.09"
-
-config BR2_TARGET_UBOOT_2010_06
- bool "2010.06"
+ depends on BR2_DEPRECATED
config BR2_TARGET_UBOOT_CUSTOM_TARBALL
bool "Custom tarball"
@@ -58,9 +51,6 @@ config BR2_TARGET_UBOOT_VERSION
default "2011.09" if BR2_TARGET_UBOOT_2011_09
default "2011.06" if BR2_TARGET_UBOOT_2011_06
default "2011.03" if BR2_TARGET_UBOOT_2011_03
- default "2010.12" if BR2_TARGET_UBOOT_2010_12
- default "2010.09" if BR2_TARGET_UBOOT_2010_09
- default "2010.06" if BR2_TARGET_UBOOT_2010_06
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
default $BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION if BR2_TARGET_UBOOT_CUSTOM_GIT
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [git commit] u-boot: remove 2010.x versions, deprecate 2011.03 / 2011.06
2012-01-02 16:00 [Buildroot] [git commit] u-boot: remove 2010.x versions, deprecate 2011.03 / 2011.06 Peter Korsgaard
@ 2012-01-02 16:09 ` Alexandre Belloni
2012-01-02 18:54 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Belloni @ 2012-01-02 16:09 UTC (permalink / raw)
To: buildroot
Hi,
Isn't that breaking all the at91sam def_configs ?
I'm in the process of updating those configs to use uboot 2011.12 and
linux 3.1. But until then, I guess those won't build anymore.
On Mon, 2012-01-02 at 17:00 +0100, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=0c5f68a4d31c1c437fbc920c2ecdad03301fb5da
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
> boot/uboot/Config.in | 14 ++------------
> 1 files changed, 2 insertions(+), 12 deletions(-)
>
> diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
> index 281a909..c8db9fb 100644
> --- a/boot/uboot/Config.in
> +++ b/boot/uboot/Config.in
> @@ -24,18 +24,11 @@ config BR2_TARGET_UBOOT_2011_09
>
> config BR2_TARGET_UBOOT_2011_06
> bool "2011.06"
> + depends on BR2_DEPRECATED
>
> config BR2_TARGET_UBOOT_2011_03
> bool "2011.03"
> -
> -config BR2_TARGET_UBOOT_2010_12
> - bool "2010.12"
> -
> -config BR2_TARGET_UBOOT_2010_09
> - bool "2010.09"
> -
> -config BR2_TARGET_UBOOT_2010_06
> - bool "2010.06"
> + depends on BR2_DEPRECATED
>
> config BR2_TARGET_UBOOT_CUSTOM_TARBALL
> bool "Custom tarball"
> @@ -58,9 +51,6 @@ config BR2_TARGET_UBOOT_VERSION
> default "2011.09" if BR2_TARGET_UBOOT_2011_09
> default "2011.06" if BR2_TARGET_UBOOT_2011_06
> default "2011.03" if BR2_TARGET_UBOOT_2011_03
> - default "2010.12" if BR2_TARGET_UBOOT_2010_12
> - default "2010.09" if BR2_TARGET_UBOOT_2010_09
> - default "2010.06" if BR2_TARGET_UBOOT_2010_06
> default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
> default $BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION if BR2_TARGET_UBOOT_CUSTOM_GIT
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
Alexandre Belloni
Adeneo Embedded
Adetel Group
2, ch. du Ruisseau - 69134 Ecully, France
www.adeneo-embedded.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120102/830a0a06/attachment.html>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [git commit] u-boot: remove 2010.x versions, deprecate 2011.03 / 2011.06
2012-01-02 16:09 ` Alexandre Belloni
@ 2012-01-02 18:54 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-01-02 18:54 UTC (permalink / raw)
To: buildroot
>>>>> "Alexandre" == Alexandre Belloni <abelloni@adeneo-embedded.com> writes:
Alexandre> Hi,
Alexandre> Isn't that breaking all the at91sam def_configs ?
Ahh, yes - I've forgotten about those.
Alexandre> I'm in the process of updating those configs to use uboot
Alexandre> 2011.12 and linux 3.1. But until then, I guess those won't
Alexandre> build anymore.
True. I've just updated the 9g20 defconfig, but please send your patches
for the others.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-02 18:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 16:00 [Buildroot] [git commit] u-boot: remove 2010.x versions, deprecate 2011.03 / 2011.06 Peter Korsgaard
2012-01-02 16:09 ` Alexandre Belloni
2012-01-02 18:54 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox