From patchwork Wed Feb 13 22:59:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 220290 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 9ECD72C0084 for ; Thu, 14 Feb 2013 10:02:45 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2361331320; Wed, 13 Feb 2013 23:02:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iga9tFkgT+x2; Wed, 13 Feb 2013 23:02:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0D20126660; Wed, 13 Feb 2013 23:02: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 959C78F7A3 for ; Wed, 13 Feb 2013 23:02:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3556280BF2 for ; Wed, 13 Feb 2013 23:02:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a8hcXkPH0Vmr for ; Wed, 13 Feb 2013 23:02:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7E5868BDC6 for ; Wed, 13 Feb 2013 23:00:44 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hm6so2047553wib.2 for ; Wed, 13 Feb 2013 15:00:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=Uv2350tXhSMVbzQR+tyrbzq8pTDl4Cu6wes+jjmLSm4=; b=lYpe7nxMdyk41usR106iCeIyOIOdWgYvU7gjpAKCtGggyNbWYvoxMKDh8TqWA+yczl nxd7vaXW0Ivd8w2c+MXBHrzdA3QYEM9jwUpfaxTwiwxL1nbBziB2vz5Ux4TtoU4Z/J4r KEgmXFgm67GJEB2yvR69lrVg9gsgZZp5dHa7V3MhPWY1mZAI/lewQsGe3jXZjYSuv5g8 AYfEitkJHwxyUbui6aqLGCFnJUZv5Yu01XBgnl/awzaJXhbfbkHNM8Thu2jDJbuZMtc3 SA0y7+EYj+fp02flWf4NVxJhnYm+K8eY13H0/lJPMc9NWsxrme1peD6jwFg0zFlpbGmv NhMg== X-Received: by 10.180.79.65 with SMTP id h1mr13260832wix.15.1360796442741; Wed, 13 Feb 2013 15:00:42 -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 o13sm40168274wie.10.2013.02.13.15.00.41 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Feb 2013 15:00:42 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Wed, 13 Feb 2013 23:59:03 +0100 Message-Id: X-Mailer: git-send-email 1.8.1.3 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 2/9] manual: fix cross-refs 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 --- docs/manual/configure.txt | 3 +++ docs/manual/customize-store.txt | 7 ++++++- docs/manual/customize-toolchain.txt | 2 +- docs/manual/working-with.txt | 3 ++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/manual/configure.txt b/docs/manual/configure.txt index 86cb173..4f9a6bb 100644 --- a/docs/manual/configure.txt +++ b/docs/manual/configure.txt @@ -64,6 +64,7 @@ Type+ option in the +Toolchain+ menu. Once one solution has been chosen, a number of configuration options appear, they are detailed in the following sections. +[[internal-toolchain-backend]] Internal toolchain backend ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -138,6 +139,7 @@ Drawbacks of this backend: using the _External toolchain backend_. * Limited to the _uClibc_ C library. +[[external-toolchain-backend]] External toolchain backend ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -240,6 +242,7 @@ Drawbacks of this backend: fix from the toolchain vendor, unless you build your external toolchain by yourself using Crosstool-NG. +[[crosstool-ng-toolchain-backend]] Crosstool-NG toolchain backend ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/manual/customize-store.txt b/docs/manual/customize-store.txt index d770f0e..5083339 100644 --- a/docs/manual/customize-store.txt +++ b/docs/manual/customize-store.txt @@ -13,10 +13,13 @@ consists of the buildroot configuration, the configuration files for packages that you use (kernel, busybox, uClibc, ...), and your rootfs modifications. + +[[customize-store-basics]] Basics for storing the configuration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -[[customize-store-basics]] + +[[customize-store-buildroot-config]] Buildroot configuration ^^^^^^^^^^^^^^^^^^^^^^^ @@ -35,6 +38,7 @@ Alternatively, you can copy the file to any other place and rebuild with +make defconfig BR2_DEFCONFIG=+. +[[customize-store-package-config]] Other package configuration ^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -71,6 +75,7 @@ configuration files easier. resp. +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE+. +[[customize-store-board-support]] Creating your own board support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/manual/customize-toolchain.txt b/docs/manual/customize-toolchain.txt index 4397979..811a6dc 100644 --- a/docs/manual/customize-toolchain.txt +++ b/docs/manual/customize-toolchain.txt @@ -15,7 +15,7 @@ There is no way of tuning an external toolchain since Buildroot does not generate it. It also requires to set the Buildroot settings according to the toolchain ones -(see xref:external-toolchain[]). +(see xref:external-toolchain-backend[]). Using the internal Buildroot toolchain backend ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/manual/working-with.txt b/docs/manual/working-with.txt index b69d1e2..a57169c 100644 --- a/docs/manual/working-with.txt +++ b/docs/manual/working-with.txt @@ -25,4 +25,5 @@ interested in hacking it to add: * new packages: refer to the xref:adding-packages[Developer guide] -* new board support: refer to the xref:board-support[Developer guide] +* new board support: refer to the xref:customize-store[], more specifically + xref:customize-store-board-support[].