From patchwork Tue Feb 27 13:58:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 40131 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10B3AC54E4A for ; Tue, 27 Feb 2024 13:58:51 +0000 (UTC) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by mx.groups.io with SMTP id smtpd.web11.12588.1709042329849786189 for ; Tue, 27 Feb 2024 05:58:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=NgHHjQgd; spf=pass (domain: bootlin.com, ip: 217.70.183.196, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 672AAE0002; Tue, 27 Feb 2024 13:58:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1709042328; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Wb25ItySJ1SkRqVqTb64ZujnJcv4sud70bfUc7VLkhg=; b=NgHHjQgdm1/zI3GGb0qE6qQ+9BTZGfkEI1ZlqP41HvnLOEfERjYCoHKrBATipCO0CfEcUY sWFfyhQkVWPztZ+WayLh0qKfoPrBzZC0EVUgndz+6DjOOee/ul6/mk/sZm6fMU6ZavtEmO uZW6yms0sDgVqpCU2Jc8sfArNoG7vvmBDfS9P76YXhMGP/JuzLccjg1QBq+PWR27/jc7Q8 TBbKGi01lZTMbD0SKwcM4GDip0Jx24kKzJbogFH2dPNxpoSQ6aWT99neNp8/IplCbsp9kt dKmVNXk4bUt2wS4+AUZazdVNPAqCgbJQjN2sxnfroKMhJsGGF51Dg5bnu5pDQA== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker Subject: [nanbield][PATCH 6/6] dev-manual: packages: need enough free space Date: Tue, 27 Feb 2024 14:58:30 +0100 Message-Id: <20240227135830.481147-7-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240227135830.481147-1-michael.opdenacker@bootlin.com> References: <20240227135830.481147-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 27 Feb 2024 13:58:51 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4890 From: Michael Opdenacker Enough free storage space is needed to apply package upgrades. Signed-off-by: Michael Opdenacker --- documentation/dev-manual/packages.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 set these variables before building the image in order to produce a correctly configured image. +.. note:: + + Your image will need enough free storage space to run package upgrades, + especially if many of them need to be downloaded at the same time. + You should make sure images are created with enough free space + by setting the :term:`IMAGE_ROOTFS_EXTRA_SPACE` variable. + When your build is complete, your packages reside in the ``${TMPDIR}/deploy/packageformat`` directory. For example, if ``${``\ :term:`TMPDIR`\ ``}`` is