From: Sebastien Roy Date: Thu, 29 May 2014 15:09:32 +0000 (-0400) Subject: manual: Fix BR2_GLOBAL_PATCH_DIR example X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70c7fbf0ae345e26fbe8b9dbc59745ec63c6a5b7;p=buildroot.git 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: Sebastien Roy Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt index 6f70bdb43f..b4ed0b5a42 100644 --- a/docs/manual/customize-packages.txt +++ b/docs/manual/customize-packages.txt @@ -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: