From patchwork Wed Apr 10 09:47:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joao Marcos Costa X-Patchwork-Id: 42168 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 CE15ACD1296 for ; Wed, 10 Apr 2024 09:48:17 +0000 (UTC) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by mx.groups.io with SMTP id smtpd.web10.161745.1712742490635475696 for ; Wed, 10 Apr 2024 02:48:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=l+/yTFvj; spf=pass (domain: bootlin.com, ip: 217.70.183.201, mailfrom: joaomarcos.costa@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 29AE01BF207; Wed, 10 Apr 2024 09:48:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1712742489; 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=t75iTv5mSBirX5olFp4UdZ1ZHt3Uz3UnwFKhLJrumHs=; b=l+/yTFvj2tkN68OGHIXO/5hpYKb11SKMnZApTyEEOZHSvZeeulxOkYUTDeeWSFnW3Dvgzi kHqcmCRSHGl+3xvcO1hmzG2kEs5azNUPQMBF+P+MXSqrDRKhYTCdzGk/C0+wGCg/WIohGA tWcI3rRReBPP3gdRzbot+JCj83I0u3nLKkRAULbf9z3bUQ7ePx/mEGSP+dXUPUvQc7f8su mXTh8+ez0BLrWNyoMVacasXqH3c29gvfnGdV5QnolNagj+rDJrEyRNyzlAhcPTHWiYFpID moZ5y8oIv/86PT8/fiVWOVll6QEWN7WeBWFt1/pm/7uEbn312x+3NlvwDwEKkQ== From: joaomarcos.costa@bootlin.com To: docs@lists.yoctoproject.org Cc: thomas.petazzoni@bootlin.com, michael.opdenacker@bootlin.com, Joao Marcos Costa Subject: [PATCH v2 2/2] ref-manual/variables: add new variables for v5.0 Date: Wed, 10 Apr 2024 11:47:46 +0200 Message-ID: <20240410094746.2978238-3-joaomarcos.costa@bootlin.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240410094746.2978238-1-joaomarcos.costa@bootlin.com> References: <20240410094746.2978238-1-joaomarcos.costa@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: joaomarcos.costa@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 ; Wed, 10 Apr 2024 09:48:17 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5105 From: Joao Marcos Costa Add variables newly referenced in release-notes-5.0. Signed-off-by: Joao Marcos Costa --- documentation/ref-manual/variables.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 97abb398c..d4cb0e6e3 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -561,6 +561,10 @@ system and gives an overview of their function and contents. :term:`BB_INVALIDCONF` See :term:`bitbake:BB_INVALIDCONF` in the BitBake manual. + :term:`BB_LOADFACTOR_MAX` + The system load threshold above which BitBake will stop runnig extra + tasks. + :term:`BB_LOGCONFIG` See :term:`bitbake:BB_LOGCONFIG` in the BitBake manual. @@ -2335,6 +2339,12 @@ system and gives an overview of their function and contents. See the :ref:`ref-classes-systemd-boot` and :ref:`ref-classes-image-live` classes for more information. + :term:`EFI_UKI_DIR` + The primary place for the UKI image inside the EFI System Partition. + + :term:`EFI_UKI_PATH` + The path for the UKI image inside the rootfs. + :term:`ENABLE_BINARY_LOCALE_GENERATION` Variable that controls which locales for ``glibc`` are generated during the build (useful if the target device has 64Mbytes of RAM or @@ -5671,6 +5681,9 @@ system and gives an overview of their function and contents. default by setting the variable in a custom distribution configuration file. + :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS` + Specifies extra parameters for opkg-make-index command. + :term:`OVERLAYFS_ETC_DEVICE` When the :ref:`ref-classes-overlayfs-etc` class is inherited, specifies the device to be mounted for the read/write @@ -7152,6 +7165,9 @@ system and gives an overview of their function and contents. :term:`IMAGE_ROOTFS` variable for more information. + :term:`RPMBUILD_EXTRA_PARAMS` + Specifies extra user-defined parameters for rpmbuild command. + :term:`RPROVIDES` A list of package name aliases that a package also provides. These aliases are useful for satisfying runtime dependencies of other