* [Buildroot] [PATCH] kernel headers: remove deprecated version 3.8
@ 2014-06-13 19:21 Thomas De Schampheleire
2014-06-13 20:13 ` Yann E. MORIN
2014-06-13 20:30 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Thomas De Schampheleire @ 2014-06-13 19:21 UTC (permalink / raw)
To: buildroot
Kernel headers version 3.8.x has been deprecated since 2013.08 and thus can
be removed in 2014.08.
An automatic selection of 3.9.x headers is performed in the legacy menu.
Existing automatic selections of 3.8.x headers are modified to select
3.9.x.
As this patch removes the last occurrence of BR2_DEPRECATED_SINCE_2013_08,
the symbol is removed too.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
---
Config.in | 4 ----
Config.in.legacy | 16 +++++++++++++---
package/linux-headers/Config.in.host | 6 ------
3 files changed, 13 insertions(+), 13 deletions(-)
diff -r 3ccc293b055d -r bf13a7c05006 Config.in
--- a/Config.in Wed Jun 11 17:24:02 2014 +0200
+++ b/Config.in Fri Jun 13 21:19:33 2014 +0200
@@ -280,10 +280,6 @@
if BR2_DEPRECATED
-config BR2_DEPRECATED_SINCE_2013_08
- bool
- default y
-
config BR2_DEPRECATED_SINCE_2013_11
bool
default y
diff -r 3ccc293b055d -r bf13a7c05006 Config.in.legacy
--- a/Config.in.legacy Wed Jun 11 17:24:02 2014 +0200
+++ b/Config.in.legacy Fri Jun 13 21:19:33 2014 +0200
@@ -101,6 +101,16 @@
###############################################################################
comment "Legacy options removed in 2014.08"
+config BR2_KERNEL_HEADERS_3_8
+ bool "kernel headers version 3.8.x are no longer supported"
+ select BR2_KERNEL_HEADERS_3_9
+ select BR2_LEGACY
+ help
+ Version 3.8.x of the Linux kernel headers have been deprecated
+ for more than four buildroot releases and are now removed.
+ As an alternative, version 3.9.x of the headers have been
+ automatically selected in your configuration.
+
config BR2_PACKAGE_GETTEXT_TOOLS
bool "support for gettext-tools on target has been removed"
select BR2_LEGACY
@@ -131,7 +141,7 @@
config BR2_KERNEL_HEADERS_3_6
bool "kernel headers version 3.6.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_8
+ select BR2_KERNEL_HEADERS_3_9
select BR2_LEGACY
help
Version 3.6.x of the Linux kernel headers have been deprecated
@@ -141,7 +151,7 @@
config BR2_KERNEL_HEADERS_3_7
bool "kernel headers version 3.7.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_8
+ select BR2_KERNEL_HEADERS_3_9
select BR2_LEGACY
help
Version 3.7.x of the Linux kernel headers have been deprecated
@@ -326,7 +336,7 @@
config BR2_KERNEL_HEADERS_3_5
bool "kernel headers version 3.5.x are no longer supported"
- select BR2_KERNEL_HEADERS_3_8
+ select BR2_KERNEL_HEADERS_3_9
select BR2_LEGACY
help
Version 3.5.x of the Linux kernel headers have been deprecated
diff -r 3ccc293b055d -r bf13a7c05006 package/linux-headers/Config.in.host
--- a/package/linux-headers/Config.in.host Wed Jun 11 17:24:02 2014 +0200
+++ b/package/linux-headers/Config.in.host Fri Jun 13 21:19:33 2014 +0200
@@ -26,11 +26,6 @@
depends on !BR2_arc
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
- config BR2_KERNEL_HEADERS_3_8
- bool "Linux 3.8.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2013_08 && !BR2_arc
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
-
config BR2_KERNEL_HEADERS_3_9
bool "Linux 3.9.x kernel headers"
depends on BR2_DEPRECATED_SINCE_2013_11
@@ -155,7 +150,6 @@
default "3.0.101" if BR2_KERNEL_HEADERS_3_0
default "3.2.60" if BR2_KERNEL_HEADERS_3_2
default "3.4.92" if BR2_KERNEL_HEADERS_3_4
- default "3.8.13" if BR2_KERNEL_HEADERS_3_8
default "3.9.11" if BR2_KERNEL_HEADERS_3_9
default "3.10.42" if BR2_KERNEL_HEADERS_3_10
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] kernel headers: remove deprecated version 3.8
2014-06-13 19:21 [Buildroot] [PATCH] kernel headers: remove deprecated version 3.8 Thomas De Schampheleire
@ 2014-06-13 20:13 ` Yann E. MORIN
2014-06-13 20:30 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2014-06-13 20:13 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2014-06-13 21:21 +0200, Thomas De Schampheleire spake thusly:
> Kernel headers version 3.8.x has been deprecated since 2013.08 and thus can
> be removed in 2014.08.
> An automatic selection of 3.9.x headers is performed in the legacy menu.
> Existing automatic selections of 3.8.x headers are modified to select
> 3.9.x.
>
> As this patch removes the last occurrence of BR2_DEPRECATED_SINCE_2013_08,
> the symbol is removed too.
>
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> Config.in | 4 ----
> Config.in.legacy | 16 +++++++++++++---
> package/linux-headers/Config.in.host | 6 ------
> 3 files changed, 13 insertions(+), 13 deletions(-)
>
> diff -r 3ccc293b055d -r bf13a7c05006 Config.in
> --- a/Config.in Wed Jun 11 17:24:02 2014 +0200
> +++ b/Config.in Fri Jun 13 21:19:33 2014 +0200
> @@ -280,10 +280,6 @@
>
> if BR2_DEPRECATED
>
> -config BR2_DEPRECATED_SINCE_2013_08
> - bool
> - default y
> -
> config BR2_DEPRECATED_SINCE_2013_11
> bool
> default y
> diff -r 3ccc293b055d -r bf13a7c05006 Config.in.legacy
> --- a/Config.in.legacy Wed Jun 11 17:24:02 2014 +0200
> +++ b/Config.in.legacy Fri Jun 13 21:19:33 2014 +0200
> @@ -101,6 +101,16 @@
> ###############################################################################
> comment "Legacy options removed in 2014.08"
>
> +config BR2_KERNEL_HEADERS_3_8
> + bool "kernel headers version 3.8.x are no longer supported"
> + select BR2_KERNEL_HEADERS_3_9
> + select BR2_LEGACY
> + help
> + Version 3.8.x of the Linux kernel headers have been deprecated
> + for more than four buildroot releases and are now removed.
> + As an alternative, version 3.9.x of the headers have been
> + automatically selected in your configuration.
> +
> config BR2_PACKAGE_GETTEXT_TOOLS
> bool "support for gettext-tools on target has been removed"
> select BR2_LEGACY
> @@ -131,7 +141,7 @@
>
> config BR2_KERNEL_HEADERS_3_6
> bool "kernel headers version 3.6.x are no longer supported"
> - select BR2_KERNEL_HEADERS_3_8
> + select BR2_KERNEL_HEADERS_3_9
> select BR2_LEGACY
> help
> Version 3.6.x of the Linux kernel headers have been deprecated
> @@ -141,7 +151,7 @@
>
> config BR2_KERNEL_HEADERS_3_7
> bool "kernel headers version 3.7.x are no longer supported"
> - select BR2_KERNEL_HEADERS_3_8
> + select BR2_KERNEL_HEADERS_3_9
> select BR2_LEGACY
> help
> Version 3.7.x of the Linux kernel headers have been deprecated
> @@ -326,7 +336,7 @@
>
> config BR2_KERNEL_HEADERS_3_5
> bool "kernel headers version 3.5.x are no longer supported"
> - select BR2_KERNEL_HEADERS_3_8
> + select BR2_KERNEL_HEADERS_3_9
> select BR2_LEGACY
> help
> Version 3.5.x of the Linux kernel headers have been deprecated
> diff -r 3ccc293b055d -r bf13a7c05006 package/linux-headers/Config.in.host
> --- a/package/linux-headers/Config.in.host Wed Jun 11 17:24:02 2014 +0200
> +++ b/package/linux-headers/Config.in.host Fri Jun 13 21:19:33 2014 +0200
> @@ -26,11 +26,6 @@
> depends on !BR2_arc
> select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
>
> - config BR2_KERNEL_HEADERS_3_8
> - bool "Linux 3.8.x kernel headers"
> - depends on BR2_DEPRECATED_SINCE_2013_08 && !BR2_arc
> - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
> -
> config BR2_KERNEL_HEADERS_3_9
> bool "Linux 3.9.x kernel headers"
> depends on BR2_DEPRECATED_SINCE_2013_11
> @@ -155,7 +150,6 @@
> default "3.0.101" if BR2_KERNEL_HEADERS_3_0
> default "3.2.60" if BR2_KERNEL_HEADERS_3_2
> default "3.4.92" if BR2_KERNEL_HEADERS_3_4
> - default "3.8.13" if BR2_KERNEL_HEADERS_3_8
> default "3.9.11" if BR2_KERNEL_HEADERS_3_9
> default "3.10.42" if BR2_KERNEL_HEADERS_3_10
> default "3.11.10" if BR2_KERNEL_HEADERS_3_11
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] kernel headers: remove deprecated version 3.8
2014-06-13 19:21 [Buildroot] [PATCH] kernel headers: remove deprecated version 3.8 Thomas De Schampheleire
2014-06-13 20:13 ` Yann E. MORIN
@ 2014-06-13 20:30 ` Peter Korsgaard
2014-06-14 4:49 ` Thomas De Schampheleire
1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2014-06-13 20:30 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:
> Kernel headers version 3.8.x has been deprecated since 2013.08 and thus can
> be removed in 2014.08.
> An automatic selection of 3.9.x headers is performed in the legacy menu.
> Existing automatic selections of 3.8.x headers are modified to select
> 3.9.x.
> As this patch removes the last occurrence of BR2_DEPRECATED_SINCE_2013_08,
> the symbol is removed too.
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Committed, thanks.
It didn't apply to HEAD (because of the version bumps of last
wednesday), so I had to fix up the patch manually.
Please consider rebasing your patches before submitting.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] kernel headers: remove deprecated version 3.8
2014-06-13 20:30 ` Peter Korsgaard
@ 2014-06-14 4:49 ` Thomas De Schampheleire
0 siblings, 0 replies; 4+ messages in thread
From: Thomas De Schampheleire @ 2014-06-14 4:49 UTC (permalink / raw)
To: buildroot
Peter Korsgaard <jacmet@uclibc.org> schreef:
>>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:
>
> > Kernel headers version 3.8.x has been deprecated since 2013.08 and thus can
> > be removed in 2014.08.
> > An automatic selection of 3.9.x headers is performed in the legacy menu.
> > Existing automatic selections of 3.8.x headers are modified to select
> > 3.9.x.
>
> > As this patch removes the last occurrence of BR2_DEPRECATED_SINCE_2013_08,
> > the symbol is removed too.
>
> > Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>
>Committed, thanks.
>
>It didn't apply to HEAD (because of the version bumps of last
>wednesday), so I had to fix up the patch manually.
>
>Please consider rebasing your patches before submitting.
Sorry, I usually do but seems I forgot it this time...
Thanks,
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-14 4:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13 19:21 [Buildroot] [PATCH] kernel headers: remove deprecated version 3.8 Thomas De Schampheleire
2014-06-13 20:13 ` Yann E. MORIN
2014-06-13 20:30 ` Peter Korsgaard
2014-06-14 4:49 ` Thomas De Schampheleire
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox