* [Buildroot] [PATCH] cmake: expose the host variant in menuconfig
@ 2017-09-19 10:43 Peter Korsgaard
2017-09-19 16:36 ` Thomas Petazzoni
2017-09-19 20:03 ` Arnout Vandecappelle
0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-09-19 10:43 UTC (permalink / raw)
To: buildroot
With the addition of the sdk support it may be interesting to build
host-cmake even though no packages need it, so expose it in menuconfig.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/Config.in.host | 1 +
package/cmake/Config.in.host | 11 +++++++++++
2 files changed, 12 insertions(+)
create mode 100644 package/cmake/Config.in.host
diff --git a/package/Config.in.host b/package/Config.in.host
index c5a852b858..9ae19ec4b3 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -4,6 +4,7 @@ menu "Host utilities"
source "package/android-tools/Config.in.host"
source "package/cbootimage/Config.in.host"
source "package/checkpolicy/Config.in.host"
+ source "package/cmake/Config.in.host"
source "package/cramfs/Config.in.host"
source "package/dfu-util/Config.in.host"
source "package/dos2unix/Config.in.host"
diff --git a/package/cmake/Config.in.host b/package/cmake/Config.in.host
new file mode 100644
index 0000000000..b2e210ee2c
--- /dev/null
+++ b/package/cmake/Config.in.host
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_HOST_CMAKE
+ bool "host cmake"
+ help
+ CMake is an open-source, cross-platform family of tools
+ designed to build, test and package software. CMake is used
+ to control the software compilation process using simple
+ platform and compiler independent configuration files, and
+ generate native makefiles and workspaces that can be used in
+ the compiler environment of your choice.
+
+ http://www.cmake.org/
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] cmake: expose the host variant in menuconfig
2017-09-19 10:43 [Buildroot] [PATCH] cmake: expose the host variant in menuconfig Peter Korsgaard
@ 2017-09-19 16:36 ` Thomas Petazzoni
2017-09-19 20:03 ` Arnout Vandecappelle
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-09-19 16:36 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 19 Sep 2017 12:43:49 +0200, Peter Korsgaard wrote:
> With the addition of the sdk support it may be interesting to build
> host-cmake even though no packages need it, so expose it in menuconfig.
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] cmake: expose the host variant in menuconfig
2017-09-19 10:43 [Buildroot] [PATCH] cmake: expose the host variant in menuconfig Peter Korsgaard
2017-09-19 16:36 ` Thomas Petazzoni
@ 2017-09-19 20:03 ` Arnout Vandecappelle
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2017-09-19 20:03 UTC (permalink / raw)
To: buildroot
On 19-09-17 12:43, Peter Korsgaard wrote:
> With the addition of the sdk support it may be interesting to build
> host-cmake even though no packages need it, so expose it in menuconfig.
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Applied to master, thanks.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-19 20:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19 10:43 [Buildroot] [PATCH] cmake: expose the host variant in menuconfig Peter Korsgaard
2017-09-19 16:36 ` Thomas Petazzoni
2017-09-19 20:03 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox