All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] docs/manual: add missing external toolchain *.mk inclusion in sample
@ 2019-09-16 16:50 Vadim Kochan
  2019-09-16 16:59 ` Yann E. MORIN
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vadim Kochan @ 2019-09-16 16:50 UTC (permalink / raw)
  To: buildroot

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(+)

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] docs/manual: add missing external toolchain *.mk inclusion in sample
  2019-09-16 16:50 [Buildroot] [PATCH 1/1] docs/manual: add missing external toolchain *.mk inclusion in sample Vadim Kochan
@ 2019-09-16 16:59 ` Yann E. MORIN
  2019-09-19 21:26 ` Thomas Petazzoni
  2019-09-30 12:10 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2019-09-16 16:59 UTC (permalink / raw)
  To: buildroot

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
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] docs/manual: add missing external toolchain *.mk inclusion in sample
  2019-09-16 16:50 [Buildroot] [PATCH 1/1] docs/manual: add missing external toolchain *.mk inclusion in sample Vadim Kochan
  2019-09-16 16:59 ` Yann E. MORIN
@ 2019-09-19 21:26 ` Thomas Petazzoni
  2019-09-30 12:10 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-09-19 21:26 UTC (permalink / raw)
  To: buildroot

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
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] docs/manual: add missing external toolchain *.mk inclusion in sample
  2019-09-16 16:50 [Buildroot] [PATCH 1/1] docs/manual: add missing external toolchain *.mk inclusion in sample Vadim Kochan
  2019-09-16 16:59 ` Yann E. MORIN
  2019-09-19 21:26 ` Thomas Petazzoni
@ 2019-09-30 12:10 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-09-30 12:10 UTC (permalink / raw)
  To: buildroot

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

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-30 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 16:50 [Buildroot] [PATCH 1/1] docs/manual: add missing external toolchain *.mk inclusion in sample Vadim Kochan
2019-09-16 16:59 ` Yann E. MORIN
2019-09-19 21:26 ` Thomas Petazzoni
2019-09-30 12:10 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.