All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC 1/1] toolchain-external/Config.in: Allow to select custom external-toolchain package
@ 2019-04-14 21:26 Vadim Kochan
  2019-04-14 21:39 ` Arnout Vandecappelle
  0 siblings, 1 reply; 7+ messages in thread
From: Vadim Kochan @ 2019-04-14 21:26 UTC (permalink / raw)
  To: buildroot

Add dummy 'Other' external toolchain option which allows to select
custom external-toolchain project, e.g. from external project tree.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
 toolchain/toolchain-external/Config.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 1f14f0350a..fd61c70766 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -47,6 +47,12 @@ source "toolchain/toolchain-external/toolchain-external-codesourcery-amd64/Confi
 # architecture.
 source "toolchain/toolchain-external/toolchain-external-custom/Config.in"
 
+config BR2_TOOLCHAIN_EXTERNAL_OTHER
+	bool "Other"
+	help
+	  Use this option to use a external toolchain from custom package
+	  (e.g. in external project).
+
 endchoice
 
 choice
-- 
2.14.1

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

end of thread, other threads:[~2019-04-16 20:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-14 21:26 [Buildroot] [RFC 1/1] toolchain-external/Config.in: Allow to select custom external-toolchain package Vadim Kochan
2019-04-14 21:39 ` Arnout Vandecappelle
2019-04-15  6:57   ` Thomas Petazzoni
2019-04-15  8:54     ` Arnout Vandecappelle
2019-04-15 17:15       ` Yann E. MORIN
2019-04-16  6:01         ` Vadim Kochan
2019-04-16 20:11           ` Arnout Vandecappelle

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.