diff mbox series

[1/1] docs/manual: add missing external toolchain *.mk inclusion in sample

Message ID 20190916165051.23838-1-vadim4j@gmail.com
State Accepted
Headers show
Series [1/1] docs/manual: add missing external toolchain *.mk inclusion in sample | expand

Commit Message

Vadym Kochan Sept. 16, 2019, 4:50 p.m. UTC
If follow through the customize-outside-br.txt with how to add external
toolchain in br-ext tree then one thing is missing - inclusion of
*.mk file with external toolchain package description.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
 docs/manual/customize-outside-br.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Yann E. MORIN Sept. 16, 2019, 4:59 p.m. UTC | #1
Vadim, All,

On 2019-09-16 19:50 +0300, Vadim Kochan spake thusly:
> If follow through the customize-outside-br.txt with how to add external
> toolchain in br-ext tree then one thing is missing - inclusion of
> *.mk file with external toolchain package description.
> 
> Signed-off-by: Vadim Kochan <vadim4j@gmail.com>

Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/customize-outside-br.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/docs/manual/customize-outside-br.txt b/docs/manual/customize-outside-br.txt
> index 6ab01bcb1f..7d3e2b1714 100644
> --- a/docs/manual/customize-outside-br.txt
> +++ b/docs/manual/customize-outside-br.txt
> @@ -246,6 +246,7 @@ illustration, of course):
>    |
>    |- external.mk
>    |     |include $(sort $(wildcard $(BR2_EXTERNAL_BAR_42_PATH)/package/*/*.mk))
> +  |     |include $(sort $(wildcard $(BR2_EXTERNAL_BAR_42_PATH)/toolchain/*/*.mk))
>    |     |
>    |     |flash-my-board:
>    |     |    $(BR2_EXTERNAL_BAR_42_PATH)/board/my-board/flash-image \
> -- 
> 2.22.0
>
Thomas Petazzoni Sept. 19, 2019, 9:26 p.m. UTC | #2
On Mon, 16 Sep 2019 19:50:51 +0300
Vadim Kochan <vadim4j@gmail.com> wrote:

> If follow through the customize-outside-br.txt with how to add external
> toolchain in br-ext tree then one thing is missing - inclusion of
> *.mk file with external toolchain package description.
> 
> Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
> ---
>  docs/manual/customize-outside-br.txt | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
Peter Korsgaard Sept. 30, 2019, 12:10 p.m. UTC | #3
>>>>> "Vadim" == Vadim Kochan <vadim4j@gmail.com> writes:

 > If follow through the customize-outside-br.txt with how to add external
 > toolchain in br-ext tree then one thing is missing - inclusion of
 > *.mk file with external toolchain package description.

 > Signed-off-by: Vadim Kochan <vadim4j@gmail.com>

Committed to 2019.08.x, thanks.
diff mbox series

Patch

diff --git a/docs/manual/customize-outside-br.txt b/docs/manual/customize-outside-br.txt
index 6ab01bcb1f..7d3e2b1714 100644
--- a/docs/manual/customize-outside-br.txt
+++ b/docs/manual/customize-outside-br.txt
@@ -246,6 +246,7 @@  illustration, of course):
   |
   |- external.mk
   |     |include $(sort $(wildcard $(BR2_EXTERNAL_BAR_42_PATH)/package/*/*.mk))
+  |     |include $(sort $(wildcard $(BR2_EXTERNAL_BAR_42_PATH)/toolchain/*/*.mk))
   |     |
   |     |flash-my-board:
   |     |    $(BR2_EXTERNAL_BAR_42_PATH)/board/my-board/flash-image \