summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-06 21:43:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-06 21:47:35 +0200
commit9c47a751759a3d39fca01e6b97f0a47799b396e8 (patch)
tree40302807a764b8152f87c0e05eb07d5785dd0bcc /doc
parent6323439bf66f8a26e9c9ecd8cd2c12dc9f794279 (diff)
downloadptxdist-9c47a751759a3d39fca01e6b97f0a47799b396e8.tar.gz
ptxdist-9c47a751759a3d39fca01e6b97f0a47799b396e8.tar.xz
rules: introduce EXTRA_PACKAGES
Packages that are added to this list will be built normally during 'ptxdist go'. However, they are not installed into a root filesystem by default. This is useful for specialized packages that are only needed for specific images. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/multi_image_platforms.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/multi_image_platforms.inc b/doc/multi_image_platforms.inc
index 951c10779..2010f1262 100644
--- a/doc/multi_image_platforms.inc
+++ b/doc/multi_image_platforms.inc
@@ -44,13 +44,13 @@ There are two ways to mange the package list for the image:
Manually create the package list by listing package names or using **make**
macros to manipulate the default package list ``$(PTX_PACKAGES_INSTALL)``.
- To add a single custom package, lazy packages can be uses. A lazy package
+ To add a single custom package, extra packages can be uses. An extra package
is not added to ``$(PTX_PACKAGES_INSTALL)``. It is created by modifying the
package rule like this:
.. code-block:: make
- LAZY_PACKAGES-$(PTXCONF_BOARD_A_EXTRA) += board-a-extra
+ EXTRA_PACKAGES-$(PTXCONF_BOARD_A_EXTRA) += board-a-extra
The resulting package is then added explicitly to on image: