From patchwork Wed Jan 1 11:03:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 305952 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 ECE152C00CB for ; Wed, 1 Jan 2014 22:03:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5759F8C136; Wed, 1 Jan 2014 11:03:20 +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 iYx0flNBe8lm; Wed, 1 Jan 2014 11:03:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id DBD1D8BFC1; Wed, 1 Jan 2014 11:03:18 +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 2C88F1BF991 for ; Wed, 1 Jan 2014 11:03:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1D0118BFC1 for ; Wed, 1 Jan 2014 11:03:18 +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 4xmLliwNCFgu for ; Wed, 1 Jan 2014 11:03:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6EB438BFB7 for ; Wed, 1 Jan 2014 11:03:17 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id a1so11687970wgh.29 for ; Wed, 01 Jan 2014 03:03:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=PLs3VGcMcYZP34Pm3oEHdwUVmX8kLK91AWfgDA6LnHY=; b=tobkQtcv8MhgVhmgheebzyVYXpToLMmYAxsVsvKa0RVce9BIHfbR4ob+WDnWanjkOc EFijILrXmNMdlM9BQbGAIECz0KJLvzJfi5GeiUC8i4TPaUUTmKMvoJkVhX6rzlZofFO/ zttKvlomIOfxftqBLbFd/jxeZ7IJhTf2FxsK8F3iMyToNBt2qIqhcFMYLH+mrScKsP9f CCdzAkX7uyOFfQHZdqXMW5IoW+cDC+GmDDxxbE4ACQ5cQf1zqminQWC3G1YjovORscNb H/tLXg3mlUUtAsOQjFKFjC8mWLqMLpBxBsYzD5+cNbBQdaEXMVeOspTW5dBAGMUhYL1b XcPA== X-Received: by 10.180.74.45 with SMTP id q13mr50602424wiv.47.1388574195568; Wed, 01 Jan 2014 03:03:15 -0800 (PST) Received: from percy.lan (host-92-24-119-175.ppp.as43234.net. [92.24.119.175]) by mx.google.com with ESMTPSA id bc5sm77054500wib.4.2014.01.01.03.03.13 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 01 Jan 2014 03:03:14 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Wed, 1 Jan 2014 11:03:11 +0000 Message-Id: <1388574191-6280-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] manual: fix uboot subdirectory in example layout 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: Simon Dawson If U-Boot patches are nested under BR2_GLOBAL_PATCH_DIR, then the subdirectory should be called "uboot", and not "u-boot". Signed-off-by: Simon Dawson Acked-by: Thomas Petazzoni --- docs/manual/customize-packages.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt index 918ab03..5e622f1 100644 --- a/docs/manual/customize-packages.txt +++ b/docs/manual/customize-packages.txt @@ -73,13 +73,13 @@ board/ | +-- linux | | +-- linux-patch1.patch | | +-- linux-patch2.patch -| +-- u-boot +| +-- uboot | +-- foopkg +-- fooarch-board +-- patches +-- linux | +-- linux-patch3.patch - +-- u-boot + +-- uboot +-- foopkg -----