* [Buildroot] [PATCH] trivial: remove odd references to 'buildroot2'
@ 2013-09-05 7:12 Thomas De Schampheleire
2013-09-05 7:34 ` Thomas Petazzoni
2013-09-05 9:54 ` Peter Korsgaard
0 siblings, 2 replies; 5+ messages in thread
From: Thomas De Schampheleire @ 2013-09-05 7:12 UTC (permalink / raw)
To: buildroot
In the past there may have been a very good reason to refer to 'buildroot2', but
these days it's just odd.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
---
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Makefile for buildroot2
+# Makefile for buildroot
#
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
# Copyright (C) 2006-2013 by the Buildroot developers <buildroot@uclibc.org>
diff --git a/support/kconfig/README.buildroot2 b/support/kconfig/README.buildroot
rename from support/kconfig/README.buildroot2
rename to support/kconfig/README.buildroot
--- a/support/kconfig/README.buildroot2
+++ b/support/kconfig/README.buildroot
@@ -4,7 +4,7 @@ to suit Buildroot.
To update:
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
cd support/config.new
- cp -a ../kconfig/patches ../kconfig/README.buildroot2 .
+ cp -a ../kconfig/patches ../kconfig/README.buildroot .
quilt push -a
# Fix any conflict
cd ..
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] trivial: remove odd references to 'buildroot2'
2013-09-05 7:12 [Buildroot] [PATCH] trivial: remove odd references to 'buildroot2' Thomas De Schampheleire
@ 2013-09-05 7:34 ` Thomas Petazzoni
2013-09-05 8:06 ` Thomas De Schampheleire
2013-09-05 9:55 ` Peter Korsgaard
2013-09-05 9:54 ` Peter Korsgaard
1 sibling, 2 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2013-09-05 7:34 UTC (permalink / raw)
To: buildroot
Dear Thomas De Schampheleire,
On Thu, 05 Sep 2013 09:12:15 +0200, Thomas De Schampheleire wrote:
> In the past there may have been a very good reason to refer to 'buildroot2', but
> these days it's just odd.
>
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Definitely-acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Next step is obviously to rename all config options from BR2_ to BR_ :-)
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] trivial: remove odd references to 'buildroot2'
2013-09-05 7:34 ` Thomas Petazzoni
@ 2013-09-05 8:06 ` Thomas De Schampheleire
2013-09-05 9:55 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Thomas De Schampheleire @ 2013-09-05 8:06 UTC (permalink / raw)
To: buildroot
On Thu, Sep 5, 2013 at 9:34 AM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Thomas De Schampheleire,
>
> On Thu, 05 Sep 2013 09:12:15 +0200, Thomas De Schampheleire wrote:
>> In the past there may have been a very good reason to refer to 'buildroot2', but
>> these days it's just odd.
>>
>> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>
> Definitely-acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
>
Thanks!
> Next step is obviously to rename all config options from BR2_ to BR_ :-)
>
Funny that you bring this up, I hadn't even made the connection!
So, does kconfig have any limit on the number of items allowed in the
legacy menu? :-D
Best regards,
Thomas
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] trivial: remove odd references to 'buildroot2'
2013-09-05 7:34 ` Thomas Petazzoni
2013-09-05 8:06 ` Thomas De Schampheleire
@ 2013-09-05 9:55 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2013-09-05 9:55 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Definitely-acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas> Next step is obviously to rename all config options from BR2_ to BR_ :-)
Argh! ;) If we ever were to do such a thing, then I would rather simply
drop the prefix like the kernel.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] trivial: remove odd references to 'buildroot2'
2013-09-05 7:12 [Buildroot] [PATCH] trivial: remove odd references to 'buildroot2' Thomas De Schampheleire
2013-09-05 7:34 ` Thomas Petazzoni
@ 2013-09-05 9:54 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2013-09-05 9:54 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> writes:
Thomas> In the past there may have been a very good reason to refer to 'buildroot2', but
Thomas> these days it's just odd.
Thomas> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-09-05 9:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 7:12 [Buildroot] [PATCH] trivial: remove odd references to 'buildroot2' Thomas De Schampheleire
2013-09-05 7:34 ` Thomas Petazzoni
2013-09-05 8:06 ` Thomas De Schampheleire
2013-09-05 9:55 ` Peter Korsgaard
2013-09-05 9:54 ` 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.