From patchwork Sat Apr 11 12:17:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 460367 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id BC28B14012C for ; Sat, 11 Apr 2015 22:19:43 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=ly5MZHEQ; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 630F2317E6; Sat, 11 Apr 2015 12:19:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GZbyrGZGsLCg; Sat, 11 Apr 2015 12:19:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8130430950; Sat, 11 Apr 2015 12:19:38 +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 A72771C1F01 for ; Sat, 11 Apr 2015 12:19:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A40C889EE8 for ; Sat, 11 Apr 2015 12:19:36 +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 GzFftwbMEJUq for ; Sat, 11 Apr 2015 12:19:34 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id B1BDB89F73 for ; Sat, 11 Apr 2015 12:19:34 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t3BCJR61005836 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 11 Apr 2015 12:19:30 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1428754772; bh=ce3R8Q6N9kPx9FHcZeZTq5UBk+LdclR3UaI5747RPD0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ly5MZHEQBUaQXcmGrnbkF8uKhuaRdqzeCI+ZJ8lqGKO2aqNRgqesaHV663gHyF6BQ dlnS3XaDqOzWc7C5bXJ0LLucyN9IAhEH5b6V12D66eaQ4uKFN1mjNA5B0iBA00U33A VGy7cxMHJq/bAvwiRaDw4KPZcrQusWK8F8GGY7CM= Received: by asgard (sSMTP sendmail emulation); Sat, 11 Apr 2015 09:19:22 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 11 Apr 2015 09:17:38 -0300 Message-Id: <1428754662-27829-10-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 In-Reply-To: <1428754662-27829-1-git-send-email-gustavo@zacarias.com.ar> References: <1428754662-27829-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 10/14] docs/manual: remove references to IPv6 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" It's no longer an option so remove all references to it. Signed-off-by: Gustavo Zacarias Reviewed-by: "Yann E. MORIN" --- docs/manual/adding-packages-directory.txt | 11 +++-------- docs/manual/configure.txt | 10 +++++----- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index f536a0c..639003f 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -207,10 +207,9 @@ coding style]. ==== Dependencies on target and toolchain options Many packages depend on certain options of the toolchain: the choice of -C library, C++ support, thread support, RPC support, IPv6 support, -wchar support, or dynamic library support. Some packages can only be -built on certain target architectures, or if an MMU is available in the -processor. +C library, C++ support, thread support, RPC support, wchar support, +or dynamic library support. Some packages can only be built on certain +target architectures, or if an MMU is available in the processor. These dependencies have to be expressed with the appropriate 'depends on' statements in the Config.in file. Additionally, for dependencies on @@ -301,10 +300,6 @@ use in the comment. ** Dependency symbol: +BR2_TOOLCHAIN_HAS_NATIVE_RPC+ ** Comment string: +RPC+ -* IPv6 support -** Dependency symbol: +BR2_INET_IPV6+ -** Comment string: +IPv6+ (lowercase v) - * wchar support ** Dependency symbol: +BR2_USE_WCHAR+ ** Comment string: +wchar+ diff --git a/docs/manual/configure.txt b/docs/manual/configure.txt index c06182b..dd34eef 100644 --- a/docs/manual/configure.txt +++ b/docs/manual/configure.txt @@ -109,8 +109,8 @@ most important ones allow to: * Change the version of the GCC compiler, binutils and the C library. * Select a number of toolchain options (uClibc only): whether the - toolchain should have IPv6 support, RPC support (used mainly for - NFS), wide-char support, locale support (for internationalization), + toolchain should have RPC support (used mainly for NFS), + wide-char support, locale support (for internationalization), C++ support or thread support. Depending on which options you choose, the number of userspace applications and libraries visible in Buildroot menus will change: many applications and libraries require @@ -177,9 +177,9 @@ Then, you have three solutions to use an external toolchain: external toolchain uses the 'glibc' library, you only have to tell whether your toolchain supports C\++ or not and whether it has built-in RPC support. If your external toolchain uses the 'uClibc' - library, then you have to tell Buildroot if it supports IPv6, - RPC, wide-char, locale, program invocation, threads and - C++. At the beginning of the execution, Buildroot will tell you if + library, then you have to tell Buildroot if it supports RPC, + wide-char, locale, program invocation, threads and C++. + At the beginning of the execution, Buildroot will tell you if the selected options do not match the toolchain configuration. Our external toolchain support has been tested with toolchains from