Commit 70c7fbf0 authored by Sebastien Roy's avatar Sebastien Roy Committed by Peter Korsgaard
Browse files

manual: Fix BR2_GLOBAL_PATCH_DIR example



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: default avatarSebastien Roy <sebastien.roy@savoirfairelinux.com>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 05fb9bd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: