summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.rst')
-rw-r--r--documentation/dev-manual/dev-manual-start.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst
index 2dd426b29f..fadc0bff3e 100644
--- a/documentation/dev-manual/dev-manual-start.rst
+++ b/documentation/dev-manual/dev-manual-start.rst
@@ -75,7 +75,7 @@ particular working environment and set of practices.
75 development environment. 75 development environment.
76 76
774. *Use Git as Your Source Control Manager (SCM):* Keeping your 774. *Use Git as Your Source Control Manager (SCM):* Keeping your
78 `Metadata <&YOCTO_DOCS_REF_URL;#metadata>`__ (i.e. recipes, 78 :term:`Metadata` (i.e. recipes,
79 configuration files, classes, and so forth) and any software you are 79 configuration files, classes, and so forth) and any software you are
80 developing under the control of an SCM system that is compatible 80 developing under the control of an SCM system that is compatible
81 with the OpenEmbedded build system is advisable. Of all of the SCMs 81 with the OpenEmbedded build system is advisable. Of all of the SCMs
@@ -248,7 +248,7 @@ particular working environment and set of practices.
248 for related upstream Yocto Project Git repositories. 248 for related upstream Yocto Project Git repositories.
249 249
250 - Set up the directory for the shared state cache 250 - Set up the directory for the shared state cache
251 (```SSTATE_DIR`` <&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR>`__) where 251 (:term:`SSTATE_DIR`) where
252 it makes sense. For example, set up the sstate cache on a system 252 it makes sense. For example, set up the sstate cache on a system
253 used by developers in the same organization and share the same 253 used by developers in the same organization and share the same
254 source directories on their machines. 254 source directories on their machines.