From patchwork Sun Jun 17 21:54:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Lynch X-Patchwork-Id: 165352 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 09406B72C3 for ; Mon, 18 Jun 2012 07:55:00 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2FFB68D03F; Sun, 17 Jun 2012 21:54:58 +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 Ci9Y1modiqVm; Sun, 17 Jun 2012 21:54:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id CFA928D290; Sun, 17 Jun 2012 21:54: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 036068F78E for ; Sun, 17 Jun 2012 21:54:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E42BD8A92B for ; Sun, 17 Jun 2012 21:54:13 +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 8Bu4j+-dXKxl for ; Sun, 17 Jun 2012 21:54:09 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sasl.smtp.pobox.com (a-pb-sasl-sd.pobox.com [74.115.168.62]) by whitealder.osuosl.org (Postfix) with ESMTP id BD8698CA6C for ; Sun, 17 Jun 2012 21:54:08 +0000 (UTC) Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by b-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 6412FB943 for ; Sun, 17 Jun 2012 17:54:08 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:in-reply-to:references; s=sasl; bh=sZAE s0VD3dX+qFUVni70NAQREX0=; b=WZWXDYzapue3SmQumTrIQzg2N6b7ZdXpM+Ax XRn/3KR7tW+H/ziXp0FiWekrI7UNmt/SOYGArb/ER5hJ9c6Hct79cWGgMdASm3qo vkE4K5FjYRND7srBF0QsN5o2DiimzsaP5+oI03gWd4IyI5tHh/mcSLWcQV1bx2iD +nb0Gnc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :date:message-id:in-reply-to:references; q=dns; s=sasl; b=sQlr7m ZCwt4htMSi5rKR+6Z3Sgi8TyPm0iy6iBA5LHv9ua70r0/rT2bV5wPeqRXZo24cZJ iaKQJadSNYPH1tmPRrN/AqzN7Umihg2D8vtfTyj3Uq8WPEZBIHcNFEh82FhycjWV aRGiuqB8g4vwbsh100VmMXubZJHAlD0XmCTI4= Received: from b-pb-sasl-sd. (unknown [127.0.0.1]) by b-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 5C83FB942 for ; Sun, 17 Jun 2012 17:54:08 -0400 (EDT) Received: from orca.stoopid.dyndns.org (unknown [99.12.192.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id C4DD5B941 for ; Sun, 17 Jun 2012 17:54:06 -0400 (EDT) From: Nathan Lynch To: buildroot@busybox.net Date: Sun, 17 Jun 2012 16:54:01 -0500 Message-Id: <1339970041-17398-4-git-send-email-ntl@pobox.com> X-Mailer: git-send-email 1.7.10.2 In-Reply-To: <1339970041-17398-1-git-send-email-ntl@pobox.com> References: <1339970041-17398-1-git-send-email-ntl@pobox.com> X-Pobox-Relay-ID: F6A53D78-B8C6-11E1-A410-FA6787E41631-04752483!b-pb-sasl-sd.pobox.com Subject: [Buildroot] [PATCH 3/3] docs: describe "file" and "local" methods in LIBFOO_SITE_METHOD 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 Based on description by Thomas Petazzoni at: http://free-electrons.com/blog/buildroot-2011-11/ Signed-off-by: Nathan Lynch --- docs/manual/adding-packages-gentargets.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/adding-packages-gentargets.txt b/docs/manual/adding-packages-gentargets.txt index b296ac4..84cf06b 100644 --- a/docs/manual/adding-packages-gentargets.txt +++ b/docs/manual/adding-packages-gentargets.txt @@ -209,6 +209,14 @@ The list of variables that can be set in a +.mk+ file to give metadata ** +bzr+ for retrieving source code from a Bazaar repository. Used by default when +LIBFOO_SITE+ begins with +bzr://+. The downloaded source code is cached as with the +svn+ method. + ** +file+ for a local tarball. One should use this when + +LIBFOO_SITE+ specifies a package tarball as a local filename. + Useful for software that isn't available publicly or in version + control. + ** +local+ for a local source code directory. One should use this + when +LIBFOO_SITE+ specifies a local directory path containing + the package source code. Buildroot copies the contents of the + source directory into the package's build directory. * +LIBFOO_DEPENDENCIES+ lists the dependencies (in terms of package name) that are required for the current target package to