manual: fix uboot subdirectory in example layout
authorSimon Dawson <spdawson@gmail.com>
Wed, 1 Jan 2014 11:03:11 +0000 (11:03 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Jan 2014 20:05:13 +0000 (21:05 +0100)
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>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/manual/customize-packages.txt

index 918ab03d7a717d4557ad533d8020f1712606e380..5e622f1010452b1e1bb74b6d8b8e9f59d5e4c290 100644 (file)
@@ -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
 -----