diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-09-06 10:26:32 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-09-13 06:21:26 -1000 |
commit | 1c54f85cf94919a56cb2a106d8931f2e3dea160c (patch) | |
tree | 13b1a6487d4018eb5777e0e5580134c7eea9896c /documentation/ref-manual | |
parent | ca4a09f897f71d9d4a414ad8549a583a25f87b6a (diff) | |
download | poky-1c54f85cf94919a56cb2a106d8931f2e3dea160c.tar.gz |
manuals: add new contributor guide
(From yocto-docs rev: 77f20d1594db42818aac9a7a92865def8fb7ec36)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/resources.rst | 7 | ||||
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst index d2344e39a0..8c3726e83b 100644 --- a/documentation/ref-manual/resources.rst +++ b/documentation/ref-manual/resources.rst | |||
@@ -23,8 +23,7 @@ The Yocto Project gladly accepts contributions. You can submit changes | |||
23 | to the project either by creating and sending pull requests, or by | 23 | to the project either by creating and sending pull requests, or by |
24 | submitting patches through email. For information on how to do both as | 24 | submitting patches through email. For information on how to do both as |
25 | well as information on how to identify the maintainer for each area of | 25 | well as information on how to identify the maintainer for each area of |
26 | code, see the ":ref:`dev-manual/changes:submitting a change to the yocto project`" section in the | 26 | code, see the :doc:`../contributor-guide/index`. |
27 | Yocto Project Development Tasks Manual. | ||
28 | 27 | ||
29 | .. _resources-bugtracker: | 28 | .. _resources-bugtracker: |
30 | 29 | ||
@@ -46,8 +45,8 @@ your expectations). | |||
46 | For a general procedure and guidelines on how to use Bugzilla to submit a bug | 45 | For a general procedure and guidelines on how to use Bugzilla to submit a bug |
47 | against the Yocto Project, see the following: | 46 | against the Yocto Project, see the following: |
48 | 47 | ||
49 | - The ":ref:`dev-manual/changes:submitting a defect against the yocto project`" | 48 | - The ":doc:`../contributor-guide/report-defect`" |
50 | section in the Yocto Project Development Tasks Manual. | 49 | section in the Yocto Project and OpenEmbedded Contributor Guide. |
51 | 50 | ||
52 | - The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` | 51 | - The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` |
53 | 52 | ||
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index fe6de4b3da..e1ff51c859 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -134,9 +134,8 @@ tested on former revisions of "&DISTRO_NAME;", but no longer are: | |||
134 | interested in hearing about your experience. For information on | 134 | interested in hearing about your experience. For information on |
135 | how to submit a bug, see the Yocto Project | 135 | how to submit a bug, see the Yocto Project |
136 | :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` | 136 | :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` |
137 | and the ":ref:`dev-manual/changes:submitting a defect against the yocto project`" | 137 | and the ":doc:`../contributor-guide/report-defect`" |
138 | section in the Yocto Project Development Tasks Manual. | 138 | section in the Yocto Project and OpenEmbedded Contributor Guide. |
139 | |||
140 | 139 | ||
141 | Required Packages for the Build Host | 140 | Required Packages for the Build Host |
142 | ==================================== | 141 | ==================================== |