diff mbox

manual: fix uboot subdirectory in example layout

Message ID 1388574191-6280-1-git-send-email-spdawson@gmail.com
State Accepted
Headers show

Commit Message

Simon Dawson Jan. 1, 2014, 11:03 a.m. UTC
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(-)

Comments

Thomas Petazzoni Jan. 2, 2014, 9:02 a.m. UTC | #1
Dear spdawson@gmail.com,

On Wed,  1 Jan 2014 11:03:11 +0000, spdawson@gmail.com wrote:
> 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(-)

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni Jan. 3, 2014, 8:06 p.m. UTC | #2
Dear spdawson@gmail.com,

On Wed,  1 Jan 2014 11:03:11 +0000, spdawson@gmail.com wrote:
> 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(-)

Applied, thanks.

Thomas
diff mbox

Patch

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
 -----