diff mbox

legacy: marked BR2_PACKAGE_GCC_TARGET and BR2_HAVE_DEVFILES as removed

Message ID 1377835739-2249-1-git-send-email-s.martin49@gmail.com
State Accepted
Commit ba8f82b0cc25413aa1df93b5f2ba7ddb6bb07b03
Headers show

Commit Message

Samuel Martin Aug. 30, 2013, 4:08 a.m. UTC
These 2 symbols were removed when the gcc has been converted to the
Buildroot package infrastructures.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 Config.in.legacy | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

Comments

Thomas Petazzoni Aug. 30, 2013, 7:33 a.m. UTC | #1
Dear Samuel Martin,

On Fri, 30 Aug 2013 06:08:59 +0200, Samuel Martin wrote:
> These 2 symbols were removed when the gcc has been converted to the
> Buildroot package infrastructures.
> 
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

This should certainly be merged for 2013.08.

Thanks!

Thomas
Peter Korsgaard Sept. 2, 2013, 8:38 p.m. UTC | #2
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:

 Samuel> These 2 symbols were removed when the gcc has been converted to the
 Samuel> Buildroot package infrastructures.

Committed, thanks.
Peter Korsgaard Sept. 2, 2013, 8:39 p.m. UTC | #3
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Dear Samuel Martin,
 Thomas> On Fri, 30 Aug 2013 06:08:59 +0200, Samuel Martin wrote:
 >> These 2 symbols were removed when the gcc has been converted to the
 >> Buildroot package infrastructures.
 >> 
 >> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
 >> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

 Thomas> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

 Thomas> This should certainly be merged for 2013.08.

Ups, I somehow missed this :/

It seems like we're having enough fixes for a bugfix release (neon,
ti-gfx and this), so I will most likely release a .1 by next weekend.
Thomas Petazzoni Sept. 2, 2013, 8:46 p.m. UTC | #4
Dear Peter Korsgaard,

On Mon, 02 Sep 2013 22:39:56 +0200, Peter Korsgaard wrote:

> It seems like we're having enough fixes for a bugfix release (neon,
> ti-gfx and this), so I will most likely release a .1 by next weekend.

Neon? The recent Neon fix I posted was fixing a patch that has been
merged into master after 2013.08 was tagged.

Other than that, I agree that there is enough fixes to do a 2013.08.1.

Thanks!

Thomas
diff mbox

Patch

diff --git a/Config.in.legacy b/Config.in.legacy
index 763f16c..30a44c6 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -96,6 +96,23 @@  config BR2_VFP_FLOAT
 	  been replaced with a choice of options that allows to select
 	  between various VFP versions/capabilities.
 
+config BR2_PACKAGE_GCC_TARGET
+	bool "gcc on the target filesystem has been removed"
+	select BR2_LEGACY
+	help
+	  The support for gcc in the target filesystem was deprecated
+	  since a while, and has been removed completely from Buildroot.
+	  See Buildroot's documentation for more explanations.
+
+config BR2_HAVE_DEVFILES
+	bool "development files in target filesystem has been removed"
+	select BR2_LEGACY
+	help
+	  The installation of the development files in the target
+	  filesystem was deprecated since a while, and has been removed
+	  completely from Buildroot.
+	  See Buildroot's documentation for more explanations.
+
 ###############################################################################
 comment "Legacy options removed in 2013.05"