From patchwork Thu May 29 15:09:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastien Roy X-Patchwork-Id: 353769 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 79EC5140084 for ; Fri, 30 May 2014 01:09:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BB63F8AF7F; Thu, 29 May 2014 15:09:42 +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 rU2fB0Ct6NaO; Thu, 29 May 2014 15:09:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A00BF8AF87; Thu, 29 May 2014 15:09:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 2E55D1BFA9F for ; Thu, 29 May 2014 15:09:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 29EA331BE7 for ; Thu, 29 May 2014 15:09:41 +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 y4758ka0lClA for ; Thu, 29 May 2014 15:09:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [209.172.62.77]) by silver.osuosl.org (Postfix) with ESMTP id 33C3D2E952 for ; Thu, 29 May 2014 15:09:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 571A2C9600E for ; Thu, 29 May 2014 11:09:39 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Ddgv4TuZ-Vc; Thu, 29 May 2014 11:09:39 -0400 (EDT) Received: from lt-sroy.mtl.sfl (mtl.savoirfairelinux.net [208.88.110.46]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id 30585C96006; Thu, 29 May 2014 11:09:39 -0400 (EDT) From: Sebastien Roy To: buildroot@buildroot.org Date: Thu, 29 May 2014 11:09:32 -0400 Message-Id: <1401376172-27514-1-git-send-email-sebastien.roy@savoirfairelinux.com> X-Mailer: git-send-email 1.9.3 Cc: Sebastien Roy Subject: [Buildroot] [PATCH 1/1] manual: Fix BR2_GLOBAL_PATCH_DIR example 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 As discussed on irc, there is a missing part in the BR2_GLOBAL_PATCH_DIR example compared to the ASCII figure under customize-packages section. Signed-off-by: Sebastien Roy Acked-by: "Yann E. MORIN" --- docs/manual/customize-packages.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt index 6f70bdb..b4ed0b5 100644 --- a/docs/manual/customize-packages.txt +++ b/docs/manual/customize-packages.txt @@ -86,7 +86,7 @@ If the user has the +BR2_GLOBAL_PATCH_DIR+ configuration option set as follows: ----- -BR2_GLOBAL_PATCH_DIR="board/common-fooarch board/fooarch-board" +BR2_GLOBAL_PATCH_DIR="board/common-fooarch/patches board/fooarch-board/patches" ----- Then the patches would applied as follows for the Linux kernel: