From patchwork Sun Nov 11 13:14:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 198279 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 D45CE2C0089 for ; Mon, 12 Nov 2012 00:17:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 714412564C; Sun, 11 Nov 2012 13:17:47 +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 fF6Ea-T7qXoU; Sun, 11 Nov 2012 13:17:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7DB0B24950; Sun, 11 Nov 2012 13:16:51 +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 7D46A8F753 for ; Sun, 11 Nov 2012 13:15:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 541F28C2D7 for ; Sun, 11 Nov 2012 13:15:46 +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 tSm-sm6NwRjb for ; Sun, 11 Nov 2012 13:15:45 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4CE968C2A6 for ; Sun, 11 Nov 2012 13:15:45 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id s43so3028443wey.16 for ; Sun, 11 Nov 2012 05:15:45 -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=sg73fUVJXRtinA3C6eM22Q/J1llw5T09uBNlrVkPTek=; b=muiLpDnREd81hupltTzTnBZIfU/0M8N7+PWOzhHBqxmi+s+uTxSpV97iqaPTu1hn6j JjmMGgjvztep+z8cSpHZaoa9uA/nTSpxkMbsYAYekYkZN6dq76FWf9FPKV9UTI3Ki+33 k4koIkW2ZfBixFF5W67BeuvQawbGPrk9z6q4PvQvW98KBzdOyz8YsLFltp870NWmIx1g z4BMezcocmpVPyPZTcCzUkiTJ8Mvjwr7pKI8ozyPc2RJ2UpcvUQR48H/UFEvjYOfs2jm VxGs0qEsc+MH4DjvG5hoFBLDATJXNulqFktgYcVM/BvrToi9k2RRMiBng4hlOZ3nq/Ux lLsA== Received: by 10.180.75.161 with SMTP id d1mr10835342wiw.1.1352639745012; Sun, 11 Nov 2012 05:15:45 -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.43 (version=SSLv3 cipher=OTHER); Sun, 11 Nov 2012 05:15:44 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 11 Nov 2012 14:14:55 +0100 Message-Id: <1352639701-27829-18-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 17/23] manual: add download-infra.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/download-infra.txt diff --git a/docs/manual/developer-guide.txt b/docs/manual/developer-guide.txt index b254b0f..f3fc1dd 100644 --- a/docs/manual/developer-guide.txt +++ b/docs/manual/developer-guide.txt @@ -7,4 +7,6 @@ include::writing-rules.txt[] include::adding-packages.txt[] +include::download-infra.txt[] + include::board-support.txt[] diff --git a/docs/manual/download-infra.txt b/docs/manual/download-infra.txt new file mode 100644 index 0000000..63908ad --- /dev/null +++ b/docs/manual/download-infra.txt @@ -0,0 +1,8 @@ +// -*- mode:doc -*- ; + +[[download-infra]] + +Download infrastructure +----------------------- + +TODO diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index b24731f..693347b 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -61,7 +61,7 @@ using +wget+, few are only available through their +git+, +mercurial+, or +svn+ repository. + All other source fetching methods are implemented and may be used in a -development context. +development context (further details: refer to xref:download-infra[]). + ** +bazaar+ ** +cvs+