From patchwork Sun May 13 10:38:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 158819 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id CDB52B7002 for ; Sun, 13 May 2012 20:41:15 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BB575101427; Sun, 13 May 2012 10:41:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9RgoAuPxbhN2; Sun, 13 May 2012 10:41:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 07A9110148D; Sun, 13 May 2012 10:40:34 +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 E78738F75B for ; Sun, 13 May 2012 10:39:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A5A6D81C2D for ; Sun, 13 May 2012 10:39:48 +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 9wrnbiSuEBr5 for ; Sun, 13 May 2012 10:39:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3322881BAB for ; Sun, 13 May 2012 10:39:32 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id fm10so3721346wgb.10 for ; Sun, 13 May 2012 03:39:31 -0700 (PDT) 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=wBK0M8WCNq0qk77Xv5mGzaOEDTEA3yZuj0FSSrIzDMc=; b=Gtn4Sje4uEDuM0scTvvhqGx8LToIOM9ws3G9OUxMJMwKTFdhfSIRhzbR9ug7h5rfuc rcrm7moVpxFlKl8/cXcZiaGUdmG7fFPH9/gNBqy0cu2Yr7IJG0WGfIObxRPOVVexBixq ONHdqkvpnuDjobJv5nXwARZivd5MEC7+l/UCiZFfoWbvW4AzfKPg8XONlR/kw7S/sLJU YVchIHTVpCoyJ/HEsn0RY2VcICORYhgVXcq4R0lEPecOVpiPJlFN6RNETPNeS0qGLUGH fuMXcdb5k11i+RWW3egAkokMe0hbkSzeVFE60lCjkOqdD1XIw3qGU0HEAPhf5sAVNY+j 6L4w== Received: by 10.216.141.139 with SMTP id g11mr2703808wej.86.1336905571802; Sun, 13 May 2012 03:39:31 -0700 (PDT) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id r2sm41271946wif.7.2012.05.13.03.39.30 (version=SSLv3 cipher=OTHER); Sun, 13 May 2012 03:39:30 -0700 (PDT) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 13 May 2012 12:38:16 +0200 Message-Id: <1336905501-9757-7-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.7.10.2 In-Reply-To: <1336905501-9757-1-git-send-email-s.martin49@gmail.com> References: <4FAEEFA8.2070005@mind.be> <1336905501-9757-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH v2 06/11] manual: update working-with.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 From: Samuel MARTIN Signed-off-by: Samuel Martin diff --git a/docs/manual/rebuilding-packages.txt b/docs/manual/rebuilding-packages.txt index 717121a..6b486cf 100644 --- a/docs/manual/rebuilding-packages.txt +++ b/docs/manual/rebuilding-packages.txt @@ -29,8 +29,8 @@ by the different packages, so some understanding of the particular package is needed. For packages relying on Buildroot packages infrastructures (see -xref:add-packages[this section] for details), the following stamp -files are relevant: +xref:adding-packages[] for details), the following stamp files are +relevant: * +output/build/packagename-version/.stamp_configured+. If removed, Buildroot will trigger the recompilation of the package from the diff --git a/docs/manual/working-with.txt b/docs/manual/working-with.txt index 01f1041..b9d915c 100644 --- a/docs/manual/working-with.txt +++ b/docs/manual/working-with.txt @@ -1,6 +1,9 @@ Working with Buildroot ====================== -[[working-with-br]] + +This section aims to explain how Buildroot allows you to tune, +customize almost everthing... making your configuration fitting your +needs. include::make-tips.txt[] @@ -10,3 +13,10 @@ include::common-usage.txt[] Tweaking Buildroot ------------------ + +Because Buildroot does not yet fit all your requirements, you may be +intrested in tweaking it to add: + +* new packages: refer to the xref:adding-packages[Developer guide] + +* new board support: refer to the xref:board-support[Developer guide]