manual: Fix BR2_GLOBAL_PATCH_DIR example
authorSebastien Roy <sebastien.roy@savoirfairelinux.com>
Thu, 29 May 2014 15:09:32 +0000 (11:09 -0400)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 29 May 2014 21:21:15 +0000 (23:21 +0200)
As discussed on irc, there is a missing part in the BR2_GLOBAL_PATCH_DIR
    example compared to the ASCII figure under customize-packages section.

Signed-off-by: Sebastien Roy <sebastien.roy@savoirfairelinux.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/manual/customize-packages.txt

index 6f70bdb43f6d4f0deb763f978ad9764fc8abc333..b4ed0b5a42249103165fc7bb6ad64227a283a4a7 100644 (file)
@@ -86,7 +86,7 @@ If the user has the +BR2_GLOBAL_PATCH_DIR+ configuration option set as
 follows:
 
 -----
-BR2_GLOBAL_PATCH_DIR="board/common-fooarch board/fooarch-board"
+BR2_GLOBAL_PATCH_DIR="board/common-fooarch/patches board/fooarch-board/patches"
 -----
 
 Then the patches would applied as follows for the Linux kernel: