From patchwork Sun Nov 11 13:15:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 198280 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 7EEA02C0089 for ; Mon, 12 Nov 2012 00:17:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A54B2A0262; Sun, 11 Nov 2012 13:17:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7l8SzZ1+itNa; Sun, 11 Nov 2012 13:17:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E7262A01DD; Sun, 11 Nov 2012 13:17:00 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9F9008F753 for ; Sun, 11 Nov 2012 13:15:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6C6A28C2E3 for ; Sun, 11 Nov 2012 13:15:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dXvGMJJ8Uxh7 for ; Sun, 11 Nov 2012 13:15:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 555618C2D7 for ; Sun, 11 Nov 2012 13:15:54 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id ds1so1046534wgb.4 for ; Sun, 11 Nov 2012 05:15:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=ks/YeKmPcet+c6lEJohvTT//ntrIHBVOocbXvyX1nx8=; b=oxyhzqlT5qiTF4c+l3uQWEY1YjSTbu8XpTb0j8z132b7MaIqRXx1FCJC7VRmZtWIxu HL22Jon1EIBb1gMHK4dQKc1QG8swG441VB/cO1Mw3+sKwRrFAXlkyqS2FShHzWZjBv75 u0aGOjZwa/C0WrRYIIk88AOj95kXE0vkQG3q+3PNOCn/+DYySuuzF2EvdJdUbInl6Ny3 oc/y6oFzLnuT6gSJKonQbnEv84g25EkvV+F9eNpHZM51yMvDCaMcy+la0YHKjaQsPhtt PjtOCMwJNISk/GiDaF5RDi0FFoWQurIyYVqcwIiKE2cmOQ6Iyi9Hg+upMV5VkBKjYMTe 1hNQ== Received: by 10.180.74.108 with SMTP id s12mr3092746wiv.12.1352639752508; Sun, 11 Nov 2012 05:15:52 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id hv4sm10262550wib.0.2012.11.11.05.15.51 (version=SSLv3 cipher=OTHER); Sun, 11 Nov 2012 05:15:51 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 11 Nov 2012 14:15:00 +0100 Message-Id: <1352639701-27829-23-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1352639701-27829-1-git-send-email-s.martin49@gmail.com> References: <1352639701-27829-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 22/23] manual: add deprecated-list.txt X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Samuel Martin create mode 100644 docs/manual/deprecated-list.txt diff --git a/docs/manual/deprecated-list.txt b/docs/manual/deprecated-list.txt new file mode 100644 index 0000000..6dc87a4 --- /dev/null +++ b/docs/manual/deprecated-list.txt @@ -0,0 +1,46 @@ +// -*- mode:doc -*- ; + +[[deprecated]] +Deprecated list +--------------- + +The following stuff are marked as _deprecated_ in Buildroot due to +their status either too old or unmaintained. + +// list generated using the followings command: +// $ git grep -EB4 'depends on BR2_DEPRECATED' +// and +// $ git grep -EB4 'depends on BR2_DEPRECATED' | \ +// grep -Eo '(:|-).*?(config|comment) BR2_.*' +// +// Need manual checks and sorting. + +* Packages: + +** +busybox+ 1.18.x +** +customize+ +** +lzma+ +** +microperl+ +** +netkitbase+ +** +netkittelnet+ +** +pkg-config+ +** +squashfs3+ +** +ttcp+ + +* Toolchain: + +** +gdb+ 6.8 +** +gdb+ 7.0.1 +** +gdb+ 7.1 +** +kernel headers+ 2.6.37 +** +kernel headers+ 2.6.38 +** +kernel headers+ 2.6.39 + +* Bootloaders: + +** +u-boot+ 2011-06 +** +u-boot+ 2011-09 + +* Output images: + +** squashfs3 image