summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/brief-yoctoprojectqs/index.rst')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 5dc0bc7924..f077ee843d 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -52,7 +52,7 @@ following requirements:
52- Runs a supported Linux distribution (i.e. recent releases of Fedora, 52- Runs a supported Linux distribution (i.e. recent releases of Fedora,
53 openSUSE, CentOS, Debian, or Ubuntu). For a list of Linux 53 openSUSE, CentOS, Debian, or Ubuntu). For a list of Linux
54 distributions that support the Yocto Project, see the 54 distributions that support the Yocto Project, see the
55 :ref:`ref-manual/ref-system-requirements:supported linux distributions` 55 :ref:`ref-manual/system-requirements:supported linux distributions`
56 section in the Yocto Project Reference Manual. For detailed 56 section in the Yocto Project Reference Manual. For detailed
57 information on preparing your build host, see the 57 information on preparing your build host, see the
58 :ref:`dev-manual/start:preparing the build host` 58 :ref:`dev-manual/start:preparing the build host`
@@ -68,7 +68,7 @@ following requirements:
68If your build host does not meet any of these three listed version 68If your build host does not meet any of these three listed version
69requirements, you can take steps to prepare the system so that you 69requirements, you can take steps to prepare the system so that you
70can still use the Yocto Project. See the 70can still use the Yocto Project. See the
71:ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions` 71:ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`
72section in the Yocto Project Reference Manual for information. 72section in the Yocto Project Reference Manual for information.
73 73
74Build Host Packages 74Build Host Packages
@@ -85,7 +85,7 @@ distribution:
85.. note:: 85.. note::
86 86
87 For host package requirements on all supported Linux distributions, 87 For host package requirements on all supported Linux distributions,
88 see the :ref:`ref-manual/ref-system-requirements:required packages for the build host` 88 see the :ref:`ref-manual/system-requirements:required packages for the build host`
89 section in the Yocto Project Reference Manual. 89 section in the Yocto Project Reference Manual.
90 90
91Use Git to Clone Poky 91Use Git to Clone Poky
@@ -169,7 +169,7 @@ an entire Linux distribution, including the toolchain, from source.
169 page of the Yocto Project Wiki. 169 page of the Yocto Project Wiki.
170 170
171#. **Initialize the Build Environment:** From within the ``poky`` 171#. **Initialize the Build Environment:** From within the ``poky``
172 directory, run the :ref:`ref-manual/ref-structure:\`\`oe-init-build-env\`\`` 172 directory, run the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\``
173 environment 173 environment
174 setup script to define Yocto Project's build environment on your 174 setup script to define Yocto Project's build environment on your
175 build host. 175 build host.