[Buildroot] [git commit] cmake: expose the host variant in menuconfig

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Sep 19 19:44:28 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=d759d70accb375c8044354bdae38087776c887ed
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at korsgaard.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/Config.in.host       |  1 +
 package/cmake/Config.in.host | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/package/Config.in.host b/package/Config.in.host
index df3893a..9e05ec6 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 0000000..b2e210e
--- /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/


More information about the buildroot mailing list