From patchwork Wed May 4 14:55:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 7557 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 027D7C433F5 for ; Wed, 4 May 2022 14:56:09 +0000 (UTC) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by mx.groups.io with SMTP id smtpd.web09.487.1651676161253977847 for ; Wed, 04 May 2022 07:56:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=mG2e3HIE; spf=pass (domain: bootlin.com, ip: 217.70.183.200, mailfrom: michael.opdenacker@bootlin.com) Received: (Authenticated sender: michael.opdenacker@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 804482000D; Wed, 4 May 2022 14:55:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1651676159; 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; bh=xdBDzxPUfyBLZYke27L1aAcMRGiPnc7IVn0pP9VG/WI=; b=mG2e3HIEQ6JL5BXeSq7n/xPRIWqfyHiYUxh2BLsrTr+txr4g/IkRovsKz9/+WtQN8AA6kV zjOAdF7m28yTET3NLlOYfeDDpgzIrYWh1MiJlrM+CXhjuAP/L1OfgVrH+0t6Q8sjbnG3ao Hbx1s4F9WLHDTO1P10pX3BeG2lW5g95XB1mEkGjM4RSm2W1u9hy6R39UM1Ip6ckvGBHVIA VZrRdERU6dWUf1Qa2Ikn6pHxnhAOQp0dH5G8MvnAJ+GmBBbVq35EwpP3amq2ShOFjjFIHo uMptTHRFaSkjYVs4lmrXR2HJO1yW9MFc/wptMDvYz1nCy82kyDQSkAQ7s+mtaQ== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker Subject: [PATCH] manuals: add quoting to references to bitbake.conf Date: Wed, 4 May 2022 16:55:57 +0200 Message-Id: <20220504145557.685665-1-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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, 04 May 2022 14:56:09 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/2911 From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- documentation/migration-guides/migration-3.2.rst | 2 +- documentation/overview-manual/concepts.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/migration-guides/migration-3.2.rst b/documentation/migration-guides/migration-3.2.rst index d593effe97..80e0707273 100644 --- a/documentation/migration-guides/migration-3.2.rst +++ b/documentation/migration-guides/migration-3.2.rst @@ -283,7 +283,7 @@ Image artifact name variables now centralised in image-artifact-names class --------------------------------------------------------------------------- The defaults for the following image artifact name variables have been moved -from bitbake.conf to a new ``image-artifact-names`` class: +from ``bitbake.conf`` to a new ``image-artifact-names`` class: - :term:`IMAGE_BASENAME` - :term:`IMAGE_LINK_NAME` diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 6c341976f9..94f35a1869 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst @@ -2146,7 +2146,7 @@ dependencies, you must manually declare the dependencies. By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on ``foo``, because the default value of ``RDEPENDS:${PN}-dev`` (set in - bitbake.conf) includes "${PN}". + ``bitbake.conf``) includes "${PN}". To ensure that the dependency chain is never broken, ``-dev`` and ``-dbg`` packages are always generated by default, even if the