From patchwork Sat Oct 5 19:49:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 280789 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 CF9932C0098 for ; Sun, 6 Oct 2013 06:51:14 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6E68D93A83; Sat, 5 Oct 2013 19:51:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GsnUBD+OBrFW; Sat, 5 Oct 2013 19:51:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D51FE93AD2; Sat, 5 Oct 2013 19:51:09 +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 8A1861C28AF for ; Sat, 5 Oct 2013 19:51:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 858D58C6E8 for ; Sat, 5 Oct 2013 19:51:06 +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 LqcUlqxbMTT9 for ; Sat, 5 Oct 2013 19:51:04 +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 672F98B8A6 for ; Sat, 5 Oct 2013 19:51:04 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id p61so6319125wes.30 for ; Sat, 05 Oct 2013 12:51:03 -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:in-reply-to:references :in-reply-to:references; bh=6AxTPkWdvYLzIYq3fCxm/aSGLPfzfSljqbXQqPME0qg=; b=UZ/iCLCmJ9Rs7uuwVtxd2ogjaETDKsYJKwU+pRubg/ofLNehphEOYb7Qrr+aNHqyvk lKFdVE88YUBsvvTrqEq0thdVtkRnFwoecqMkQNJwGXpAXpeNvZhLc6nG8ywVJakcnt0F AXJtN01zUj8Bb58MxeKCU2w+43RrgMwB5ytxXJBco2IUfZxq8ypV3GJ10z2nUGut+rsN LUWM0GuNo5MxbqktsScdUojgCHzZKbwtyIfvc2HR+cJCgv2wmbe7Q/lOs79AGFAjOo1f MnGNP0mW52o8apG/mnT4fIkGGTjJ2hXgzBh+ev9X55z5g9xNbP3O256RTR3kS6FfDCxp M00A== X-Received: by 10.194.63.228 with SMTP id j4mr17589262wjs.34.1381002663003; Sat, 05 Oct 2013 12:51:03 -0700 (PDT) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id gp9sm20175961wib.8.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Oct 2013 12:51:02 -0700 (PDT) From: Samuel Martin To: buildroot@busybox.net Date: Sat, 5 Oct 2013 21:49:07 +0200 Message-Id: <8cf99b63b2722a42a5a31788a71b1f26aec761dd.1381002281.git.s.martin49@gmail.com> X-Mailer: git-send-email 1.8.4 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 2/9] manual: developer-guide.txt: cleanup non-existing source 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 Acked-by: Thomas Petazzoni Acked-by: Thomas De Schampheleire --- docs/manual/developer-guide.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/manual/developer-guide.txt b/docs/manual/developer-guide.txt index 43272f5..8125ad5 100644 --- a/docs/manual/developer-guide.txt +++ b/docs/manual/developer-guide.txt @@ -11,5 +11,3 @@ include::adding-packages.txt[] include::patch-policy.txt[] include::download-infra.txt[] - -include::board-support.txt[]