summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-02-26 16:32:23 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-01 12:30:49 +0100
commit0109b639ac4f67083a535e3181c8c7100a37e3b4 (patch)
treec96ef2dc89d6e9b3af29560c8b6619243ad3ae04
parent630f2c9866e11a676aa8a0cdca77145ef38ab9ca (diff)
downloadptxdist-0109b639ac4f67083a535e3181c8c7100a37e3b4.tar.gz
ptxdist-0109b639ac4f67083a535e3181c8c7100a37e3b4.tar.xz
doc: daily work: multi images: fix typos and apply more markup
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--doc/multi_image_platforms.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/multi_image_platforms.inc b/doc/multi_image_platforms.inc
index a90393839..2a8444391 100644
--- a/doc/multi_image_platforms.inc
+++ b/doc/multi_image_platforms.inc
@@ -60,20 +60,20 @@ There are two ways to mange the package list for the image:
IMAGE_ROOT_BOARD_A_PKGS := $(PTX_PACKAGES_INSTALL) board-a-extra
- This is not recommended for larger changes to the packages list. Is is easy
+ This is not recommended for larger changes to the packages list, as it is easy
to break dependencies this way.
2. Use a collection config to create the package list
To prepare for this, all packages that are not part of _all_ variants
- must be set 'M' in menuconfig.
+ must be set ``M`` in menuconfig.
Then a new collection for the variant is created:
.. code-block:: text
$ touch configs/collectionconfig-board-a
- $ ptxdist ----collectionconfig=configs/collectionconfig-board-a menuconfig collection
+ $ ptxdist --collectionconfig=configs/collectionconfig-board-a menuconfig collection
All extra packages for this variant are selected here. Then the
collection config is configured for the image: