Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] manual: fix uboot subdirectory in example layout
@ 2014-01-01 11:03 spdawson at gmail.com
  2014-01-02  9:02 ` Thomas Petazzoni
  2014-01-03 20:06 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: spdawson at gmail.com @ 2014-01-01 11:03 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

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 <spdawson@gmail.com>
---
 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
 -----
 
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-03 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-01 11:03 [Buildroot] [PATCH] manual: fix uboot subdirectory in example layout spdawson at gmail.com
2014-01-02  9:02 ` Thomas Petazzoni
2014-01-03 20:06 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox