diff mbox

[1/1] manual: Fix BR2_GLOBAL_PATCH_DIR example

Message ID 1401376172-27514-1-git-send-email-sebastien.roy@savoirfairelinux.com
State Accepted
Commit 70c7fbf0ae345e26fbe8b9dbc59745ec63c6a5b7
Headers show

Commit Message

Sebastien Roy May 29, 2014, 3:09 p.m. UTC
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>
---
 docs/manual/customize-packages.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN May 29, 2014, 3:22 p.m. UTC | #1
Sebastien, All,

On 2014-05-29 11:09 -0400, Sebastien Roy spake thusly:
>     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>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/customize-packages.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt
> index 6f70bdb..b4ed0b5 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:
> -- 
> 1.9.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard May 29, 2014, 9:21 p.m. UTC | #2
>>>>> "Sebastien" == Sebastien Roy <sebastien.roy@savoirfairelinux.com> writes:

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

Committed, thanks.
diff mbox

Patch

diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt
index 6f70bdb..b4ed0b5 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: