diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-02-21 22:35:36 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-03-01 05:19:55 -1000 |
| commit | f59e2c869cd8918447d9fce7d1db69c1bdddc4dd (patch) | |
| tree | 91a7598f98ddc5dac0175fc2e9fb591dd317e033 /documentation | |
| parent | 70440282affc1a18ef245d6e6bd97583cbc2f295 (diff) | |
| download | poky-f59e2c869cd8918447d9fce7d1db69c1bdddc4dd.tar.gz | |
dev-manual: packages: need enough free space
Enough free storage space is needed to apply package upgrades.
(From yocto-docs rev: d020b170917a47487ffda3beb0a2ca223c3d37ed)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/packages.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst index d90ff7110e..a6e6af0de7 100644 --- a/documentation/dev-manual/packages.rst +++ b/documentation/dev-manual/packages.rst | |||
| @@ -612,6 +612,13 @@ subsequent sections are necessary to configure the target. You should | |||
| 612 | set these variables before building the image in order to produce a | 612 | set these variables before building the image in order to produce a |
| 613 | correctly configured image. | 613 | correctly configured image. |
| 614 | 614 | ||
| 615 | .. note:: | ||
| 616 | |||
| 617 | Your image will need enough free storage space to run package upgrades, | ||
| 618 | especially if many of them need to be downloaded at the same time. | ||
| 619 | You should make sure images are created with enough free space | ||
| 620 | by setting the :term:`IMAGE_ROOTFS_EXTRA_SPACE` variable. | ||
| 621 | |||
| 615 | When your build is complete, your packages reside in the | 622 | When your build is complete, your packages reside in the |
| 616 | ``${TMPDIR}/deploy/packageformat`` directory. For example, if | 623 | ``${TMPDIR}/deploy/packageformat`` directory. For example, if |
| 617 | ``${``\ :term:`TMPDIR`\ ``}`` is | 624 | ``${``\ :term:`TMPDIR`\ ``}`` is |
