All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch yem-misc-updates
@ 2013-06-29 22:38 Yann E. MORIN
  2013-06-29 22:38 ` [Buildroot] [PATCH 1/2] legacy: print removal date in menuconfig Yann E. MORIN
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yann E. MORIN @ 2013-06-29 22:38 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

This two-patch series adds some cosmetics to the legacy menu.

The first patch displays the removal date in the menuconfig, to show
the user how old the legacy options he's using are.

The second patch adds to the top-level comment, that legacy options
will be removed at some point in the future, and that non-updated
.config files may fail to build, or run, in unpredictable ways.

If we do not intend to remove legacy options, let's just drop patch #2,
of course.

Regards,
Yann E. MORIN.


The following changes since commit fc034397fc5c85115a7cc29b8dcc6738a1f8cdc3:

  openvpn: define license (2013-06-28 21:47:43 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem-misc-updates

for you to fetch changes up to 0e43364c4b19cbab8f8297f38ab009475beba3d6:

  legacy: make it clear legacy options will be removed at some point (2013-06-30 00:28:49 +0200)

----------------------------------------------------------------
Yann E. MORIN (2):
      legacy: print removal date in menuconfig
      legacy: make it clear legacy options will be removed at some point

 Config.in.legacy | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 7+ messages in thread

* [Buildroot] [PATCH 1/2] legacy: print removal date in menuconfig
  2013-06-29 22:38 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
@ 2013-06-29 22:38 ` Yann E. MORIN
  2013-07-01  7:09   ` Arnout Vandecappelle
  2013-06-29 22:38 ` [Buildroot] [PATCH 2/2] legacy: make it clear legacy options will be removed at some point Yann E. MORIN
  2013-07-01  9:42 ` [Buildroot] [pull request] Pull request for branch yem-misc-updates Peter Korsgaard
  2 siblings, 1 reply; 7+ messages in thread
From: Yann E. MORIN @ 2013-06-29 22:38 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Show the user how old the legacy options are, as a
subtle suggestion for him to update mopre often. ;-)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 Config.in.legacy | 27 +++++++++++----------------
 1 file changed, 11 insertions(+), 16 deletions(-)

diff --git a/Config.in.legacy b/Config.in.legacy
index cd23492..1252d16 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -40,9 +40,8 @@ comment "As long as these options stay selected, the build   "
 comment "will fail.                                          "
 endif
 
-#
-# Legacy options since 2013.08
-#
+###############################################################################
+comment "Legacy options removed in 2013.08"
 
 config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
 	bool "dosfstools dosfsck renamed to fsck.fat"
@@ -65,9 +64,8 @@ config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
 	help
 	  mkdosfs was renamed upstream to mkfs.fat for consistency.
 
-#
-# Legacy options since 2013.05
-#
+###############################################################################
+comment "Legacy options removed in 2013.05"
 
 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
 	bool "Realtek 8192 replaced by Realtek 81xx"
@@ -83,9 +81,8 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
 	help
 	  Now covers the whole Realtek 87xx familly: 8712/8723.
 
-#
-# Legacy options since 2013.02
-#
+###############################################################################
+comment "Legacy options removed in 2013.02"
 
 config BR2_sa110
 	bool "sa110 ARM target switched to strongarm"
@@ -151,9 +148,9 @@ config BR2_PACKAGE_DIRECTB_TESTS
 	  The option has been renamed
 	  BR2_PACKAGE_DIRECTFB_TESTS.
 
-#
-# Legacy options since 2012.11
-#
+###############################################################################
+comment "Legacy options removed in 2012.11"
+
 config BR2_PACKAGE_CUSTOMIZE
 	bool "customize package has been removed"
 	select BR2_LEGACY
@@ -188,10 +185,8 @@ config BR2_PACKAGE_PTHREAD_STUBS
 	  For consistency reason, the pthread-stubs package has been
 	  renamed to xlib_libpthread-stubs.
 
-
-#
-# Legacy options since 2012.08
-#
+###############################################################################
+comment "Legacy options removed in 2012.08"
 
 config BR2_PACKAGE_GETTEXT_STATIC
 	bool "libgettext.a is now selected by BR2_PREFER_STATIC_LIB"
-- 
1.8.1.2

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

* [Buildroot] [PATCH 2/2] legacy: make it clear legacy options will be removed at some point
  2013-06-29 22:38 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
  2013-06-29 22:38 ` [Buildroot] [PATCH 1/2] legacy: print removal date in menuconfig Yann E. MORIN
@ 2013-06-29 22:38 ` Yann E. MORIN
  2013-07-01  9:42 ` [Buildroot] [pull request] Pull request for branch yem-misc-updates Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2013-06-29 22:38 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 Config.in.legacy | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Config.in.legacy b/Config.in.legacy
index 1252d16..921a0eb 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -38,6 +38,10 @@ comment "Please look at the options which have been selected "
 comment "and read their help text.                           "
 comment "As long as these options stay selected, the build   "
 comment "will fail.                                          "
+comment "Note: at some point in the future, the oldest legacy"
+comment "options will be removed, and configuration files    "
+comment "that still have those options set, will fail to     "
+comment "build, or run, in unpredictable ways.               "
 endif
 
 ###############################################################################
-- 
1.8.1.2

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

* [Buildroot] [PATCH 1/2] legacy: print removal date in menuconfig
  2013-06-29 22:38 ` [Buildroot] [PATCH 1/2] legacy: print removal date in menuconfig Yann E. MORIN
@ 2013-07-01  7:09   ` Arnout Vandecappelle
  0 siblings, 0 replies; 7+ messages in thread
From: Arnout Vandecappelle @ 2013-07-01  7:09 UTC (permalink / raw)
  To: buildroot

On 06/30/13 00:38, Yann E. MORIN wrote:
> From: "Yann E. MORIN"<yann.morin.1998@free.fr>
>
> Show the user how old the legacy options are, as a
> subtle suggestion for him to update mopre often.;-)
>
> Signed-off-by: "Yann E. MORIN"<yann.morin.1998@free.fr>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>


  Regards,
  Arnout

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
  2013-06-29 22:38 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
  2013-06-29 22:38 ` [Buildroot] [PATCH 1/2] legacy: print removal date in menuconfig Yann E. MORIN
  2013-06-29 22:38 ` [Buildroot] [PATCH 2/2] legacy: make it clear legacy options will be removed at some point Yann E. MORIN
@ 2013-07-01  9:42 ` Peter Korsgaard
  2013-07-01 10:03   ` Arnout Vandecappelle
  2 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2013-07-01  9:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 Yann> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
 Yann> Hello All!

 Yann> This two-patch series adds some cosmetics to the legacy menu.

 Yann> The first patch displays the removal date in the menuconfig, to show
 Yann> the user how old the legacy options he's using are.

 Yann> The second patch adds to the top-level comment, that legacy options
 Yann> will be removed at some point in the future, and that non-updated
 Yann> .config files may fail to build, or run, in unpredictable ways.

 Yann> If we do not intend to remove legacy options, let's just drop patch #2,
 Yann> of course.

I think we do, question is how soon? 6 months, 1 year?

They are not very expensive, so I suggest we keep them for 1 year.

Committed series, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
  2013-07-01  9:42 ` [Buildroot] [pull request] Pull request for branch yem-misc-updates Peter Korsgaard
@ 2013-07-01 10:03   ` Arnout Vandecappelle
  2013-07-01 10:09     ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Arnout Vandecappelle @ 2013-07-01 10:03 UTC (permalink / raw)
  To: buildroot

On 07/01/13 11:42, Peter Korsgaard wrote:
>>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
>
>   Yann> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
>   Yann> Hello All!
>
>   Yann> This two-patch series adds some cosmetics to the legacy menu.
>
>   Yann> The first patch displays the removal date in the menuconfig, to show
>   Yann> the user how old the legacy options he's using are.
>
>   Yann> The second patch adds to the top-level comment, that legacy options
>   Yann> will be removed at some point in the future, and that non-updated
>   Yann> .config files may fail to build, or run, in unpredictable ways.
>
>   Yann> If we do not intend to remove legacy options, let's just drop patch #2,
>   Yann> of course.
>
> I think we do, question is how soon? 6 months, 1 year?
>
> They are not very expensive, so I suggest we keep them for 1 year.

  I would keep them much longer, at least three years. Most distros have 
a 3 year or more 'stable' branch, so anything inexpensive that we can do 
to approximate that is good I think.


  Regards,
  Arnout
-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
  2013-07-01 10:03   ` Arnout Vandecappelle
@ 2013-07-01 10:09     ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2013-07-01 10:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

Hi,

 Yann> If we do not intend to remove legacy options, let's just drop patch #2,
 Yann> of course.
 >> 
 >> I think we do, question is how soon? 6 months, 1 year?
 >> 
 >> They are not very expensive, so I suggest we keep them for 1 year.

 Arnout>  I would keep them much longer, at least three years. Most
 Arnout> distros have a 3 year or more 'stable' branch, so anything
 Arnout> inexpensive that we can do to approximate that is good I think.

Ok, 3 years it is.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-07-01 10:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-29 22:38 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
2013-06-29 22:38 ` [Buildroot] [PATCH 1/2] legacy: print removal date in menuconfig Yann E. MORIN
2013-07-01  7:09   ` Arnout Vandecappelle
2013-06-29 22:38 ` [Buildroot] [PATCH 2/2] legacy: make it clear legacy options will be removed at some point Yann E. MORIN
2013-07-01  9:42 ` [Buildroot] [pull request] Pull request for branch yem-misc-updates Peter Korsgaard
2013-07-01 10:03   ` Arnout Vandecappelle
2013-07-01 10:09     ` Peter Korsgaard

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.