summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-09-09 13:47:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-19 18:46:04 +0200
commitd492fcbcfd41bfe73163a4c9880e21811696af9f (patch)
treeb6b8ad65fd9562dd8253985c517fb7a5bf60920a /doc
parent33d5bf929425d880db462c34077e23f833abd733 (diff)
downloadptxdist-d492fcbcfd41bfe73163a4c9880e21811696af9f.tar.gz
ptxdist-d492fcbcfd41bfe73163a4c9880e21811696af9f.tar.xz
doc: contributing: mention configure_helper.py support for cmake
This was introduced in commit 41d0336d4aec17d671f2 ("configure_helper: add cmake support"). Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rst9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 0705ee813..31dadcb0b 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -42,13 +42,8 @@ autodetection if no option is available:
$(CROSS_ENV) \
ac_cv_broken_sem_getvalue=no
-:ref:`configure_helper` also supports **meson**. Note that the prepare
-stage for the package must be executed first.
-
-The options for **cmake** packages must be checked manually. The best way
-to do this is to read the cache file
-``<platform-dir>/build-target/<package>-build/CMakeCache.txt``. It contains
-all available options.
+:ref:`configure_helper` also supports **meson** and **cmake**.
+Note that the prepare stage for the package must be executed first.
Packages Suboptions
~~~~~~~~~~~~~~~~~~~