[Buildroot] [PATCH] manual: fix uboot subdirectory in example layout

spdawson at gmail.com spdawson at gmail.com
Wed Jan 1 11:03:11 UTC 2014


From: Simon Dawson <spdawson at 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 at 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



More information about the buildroot mailing list