summaryrefslogtreecommitdiffstats
path: root/documentation/contributor-guide
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-17 19:21:48 +0200
committerSteve Sakoman <steve@sakoman.com>2023-09-23 05:26:16 -1000
commitb099a1c252a8bd03bb882f6351f423b96648e921 (patch)
tree041ae98767f14087aa50be612d0eeb94b240ea14 /documentation/contributor-guide
parent337a21080bdb50fa8726d8ed74a290190463dd5f (diff)
downloadpoky-b099a1c252a8bd03bb882f6351f423b96648e921.tar.gz
manuals: update former references to dev-manual/common-tasks
(From yocto-docs rev: f8bb4c392912f15bb78f6f25910f85897abb4e3d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/contributor-guide')
-rw-r--r--documentation/contributor-guide/recipe-style-guide.rst4
-rw-r--r--documentation/contributor-guide/submit-changes.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/contributor-guide/recipe-style-guide.rst b/documentation/contributor-guide/recipe-style-guide.rst
index c1a12f03ac..a0d513e8e9 100644
--- a/documentation/contributor-guide/recipe-style-guide.rst
+++ b/documentation/contributor-guide/recipe-style-guide.rst
@@ -231,13 +231,13 @@ Recipes need to define both the :term:`LICENSE` and
231 differences result in an error with the message containing the 231 differences result in an error with the message containing the
232 current checksum. For more explanation and examples of how to set the 232 current checksum. For more explanation and examples of how to set the
233 :term:`LIC_FILES_CHKSUM` variable, see the 233 :term:`LIC_FILES_CHKSUM` variable, see the
234 ":ref:`dev-manual/common-tasks:tracking license changes`" section. 234 ":ref:`dev-manual/licenses:tracking license changes`" section.
235 235
236 To determine the correct checksum string, you can list the 236 To determine the correct checksum string, you can list the
237 appropriate files in the :term:`LIC_FILES_CHKSUM` variable with incorrect 237 appropriate files in the :term:`LIC_FILES_CHKSUM` variable with incorrect
238 md5 strings, attempt to build the software, and then note the 238 md5 strings, attempt to build the software, and then note the
239 resulting error messages that will report the correct md5 strings. 239 resulting error messages that will report the correct md5 strings.
240 See the ":ref:`dev-manual/common-tasks:fetching code`" section for 240 See the ":ref:`dev-manual/new-recipe:fetching code`" section for
241 additional information. 241 additional information.
242 242
243 Here is an example that assumes the software has a ``COPYING`` file:: 243 Here is an example that assumes the software has a ``COPYING`` file::
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 65d8ea5343..cda2d12d25 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -377,7 +377,7 @@ mailing list, unless specified otherwise in the layer's ``README`` file.
377If you intend to submit a new recipe that neither fits into the core Metadata, 377If you intend to submit a new recipe that neither fits into the core Metadata,
378nor into :oe_git:`meta-openembedded </meta-openembedded/>`, you should 378nor into :oe_git:`meta-openembedded </meta-openembedded/>`, you should
379look for a suitable layer in https://layers.openembedded.org. If similar 379look for a suitable layer in https://layers.openembedded.org. If similar
380recipes can be expected, you may consider :ref:`dev-manual/common-tasks:creating your own layer`. 380recipes can be expected, you may consider :ref:`dev-manual/layers:creating your own layer`.
381 381
382If in doubt, please ask on the :yocto_lists:`yocto </g/yocto/>` general mailing list 382If in doubt, please ask on the :yocto_lists:`yocto </g/yocto/>` general mailing list
383or on the :oe_lists:`openembedded-devel </g/openembedded-devel>` mailing list. 383or on the :oe_lists:`openembedded-devel </g/openembedded-devel>` mailing list.
@@ -625,7 +625,7 @@ follows:
625#. *Identify the bug or CVE to be fixed:* This information should be 625#. *Identify the bug or CVE to be fixed:* This information should be
626 collected so that it can be included in your submission. 626 collected so that it can be included in your submission.
627 627
628 See :ref:`dev-manual/common-tasks:checking for vulnerabilities` 628 See :ref:`dev-manual/vulnerabilities:checking for vulnerabilities`
629 for details about CVE tracking. 629 for details about CVE tracking.
630 630
631#. *Check if the fix is already present in the master branch:* This will 631#. *Check if the fix is already present in the master branch:* This will