All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] Config.in: Add BR2_DEPRECATED_SINCE_2015_005
@ 2015-03-03 13:53 Gustavo Zacarias
  2015-03-03 13:53 ` [Buildroot] [PATCH 2/3] ts5x00_defconfig: switch to BR2_KERNEL_HEADERS_VERSION Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2015-03-03 13:53 UTC (permalink / raw)
  To: buildroot

In preparation for the deprecation of certain features in 2015.05, add
the BR2_DEPRECATED_SINCE_2015_05 symbol.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Config.in b/Config.in
index ce239d6..0598042 100644
--- a/Config.in
+++ b/Config.in
@@ -312,6 +312,10 @@ config BR2_DEPRECATED_SINCE_2015_02
 	bool
 	default y
 
+config BR2_DEPRECATED_SINCE_2015_05
+	bool
+	default y
+
 endif
 
 config BR2_ENABLE_DEBUG
-- 
2.0.5

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

* [Buildroot] [PATCH 2/3] ts5x00_defconfig: switch to BR2_KERNEL_HEADERS_VERSION
  2015-03-03 13:53 [Buildroot] [PATCH 1/3] Config.in: Add BR2_DEPRECATED_SINCE_2015_005 Gustavo Zacarias
@ 2015-03-03 13:53 ` Gustavo Zacarias
  2015-03-03 13:53 ` [Buildroot] [PATCH 3/3] linux-headers: mark EOL versions deprecated Gustavo Zacarias
  2015-03-03 14:23 ` [Buildroot] [PATCH 1/3] Config.in: Add BR2_DEPRECATED_SINCE_2015_005 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2015-03-03 13:53 UTC (permalink / raw)
  To: buildroot

In preparation for BR2_KERNEL_HEADERS_3_17 deprecation.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 configs/ts5x00_defconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/configs/ts5x00_defconfig b/configs/ts5x00_defconfig
index 336f6d9..befb655 100644
--- a/configs/ts5x00_defconfig
+++ b/configs/ts5x00_defconfig
@@ -1,6 +1,11 @@
 BR2_i386=y
 BR2_x86_i586=y
-BR2_KERNEL_HEADERS_3_17=y
+
+# Lock headers version to match and avoid breakage
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.17.8"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
+
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
 BR2_ROOTFS_OVERLAY="board/ts/ts5x00/fs-overlay"
 BR2_LINUX_KERNEL=y
-- 
2.0.5

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

* [Buildroot] [PATCH 3/3] linux-headers: mark EOL versions deprecated
  2015-03-03 13:53 [Buildroot] [PATCH 1/3] Config.in: Add BR2_DEPRECATED_SINCE_2015_005 Gustavo Zacarias
  2015-03-03 13:53 ` [Buildroot] [PATCH 2/3] ts5x00_defconfig: switch to BR2_KERNEL_HEADERS_VERSION Gustavo Zacarias
@ 2015-03-03 13:53 ` Gustavo Zacarias
  2015-03-03 14:23 ` [Buildroot] [PATCH 1/3] Config.in: Add BR2_DEPRECATED_SINCE_2015_005 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2015-03-03 13:53 UTC (permalink / raw)
  To: buildroot

Follow the upstream EOL cycle and mark 3.17 as deprecated for 2015.05.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 9ebf48a..e2bc05a 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -68,6 +68,7 @@ choice
 
 	config BR2_KERNEL_HEADERS_3_17
 		bool "Linux 3.17.x kernel headers"
+		depends on BR2_DEPRECATED_SINCE_2015_05
 		depends on !BR2_nios2
 		select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
 
-- 
2.0.5

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

* [Buildroot] [PATCH 1/3] Config.in: Add BR2_DEPRECATED_SINCE_2015_005
  2015-03-03 13:53 [Buildroot] [PATCH 1/3] Config.in: Add BR2_DEPRECATED_SINCE_2015_005 Gustavo Zacarias
  2015-03-03 13:53 ` [Buildroot] [PATCH 2/3] ts5x00_defconfig: switch to BR2_KERNEL_HEADERS_VERSION Gustavo Zacarias
  2015-03-03 13:53 ` [Buildroot] [PATCH 3/3] linux-headers: mark EOL versions deprecated Gustavo Zacarias
@ 2015-03-03 14:23 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-03-03 14:23 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Tue,  3 Mar 2015 10:53:36 -0300, Gustavo Zacarias wrote:
> In preparation for the deprecation of certain features in 2015.05, add
> the BR2_DEPRECATED_SINCE_2015_05 symbol.

Minor typo in commit title: 005 -> 05.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-03-03 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03 13:53 [Buildroot] [PATCH 1/3] Config.in: Add BR2_DEPRECATED_SINCE_2015_005 Gustavo Zacarias
2015-03-03 13:53 ` [Buildroot] [PATCH 2/3] ts5x00_defconfig: switch to BR2_KERNEL_HEADERS_VERSION Gustavo Zacarias
2015-03-03 13:53 ` [Buildroot] [PATCH 3/3] linux-headers: mark EOL versions deprecated Gustavo Zacarias
2015-03-03 14:23 ` [Buildroot] [PATCH 1/3] Config.in: Add BR2_DEPRECATED_SINCE_2015_005 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.