summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-09 16:22:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:55 +0200
commit5ff361618ebc1ea5c5d8dbe5b6711ee2ca968fb8 (patch)
tree197f1c6a4999bd67363b2f903359e0d9627e8f7c
parentceed6b0cf7523a68baca8c67429047d6c8fd8c2b (diff)
downloadptxdist-5ff361618ebc1ea5c5d8dbe5b6711ee2ca968fb8.tar.gz
ptxdist-5ff361618ebc1ea5c5d8dbe5b6711ee2ca968fb8.tar.xz
Remove a seldom used feature for now
Collections are seldomly used, so remove it from the main content, because its mechanism and setup isn't explained elsewhere in the docs. Keep this stuff for a separate file to be re-added later on. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-rw-r--r--doc/user_manual.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/user_manual.rst b/doc/user_manual.rst
index be9130d1d..c38df6afd 100644
--- a/doc/user_manual.rst
+++ b/doc/user_manual.rst
@@ -356,21 +356,6 @@ If it fails you can continue to select the toolchain manually as
mentioned in the next section. If this autodetection was successful, we
can omit the steps of the section and continue to build the BSP.
-In the unified, one included platform can use more userland features
-than another. For example platforms with graphic features will also
-build graphic support, but platforms sans display do not need it. To
-speed up compilation for specific platforms PTXdist provides
-collections, to reduce the amount of programs to be compiled for
-specific cases.
-
-To reduce the package count for the run:
-
-::
-
- $ ptxdist collection configs/|ptxdistPlatformCollection|
- info: selected collectionconfig:
- 'configs/|ptxdistPlatformCollection|'
-
Selecting a Toolchain
~~~~~~~~~~~~~~~~~~~~~