summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-appendix-obtain.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-obtain.rst')
-rw-r--r--documentation/sdk-manual/sdk-appendix-obtain.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.rst b/documentation/sdk-manual/sdk-appendix-obtain.rst
index c6efdf674c..015506de01 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.rst
+++ b/documentation/sdk-manual/sdk-appendix-obtain.rst
@@ -70,8 +70,8 @@ build the SDK installer. Follow these steps:
70 machine that uses CROPS. 70 machine that uses CROPS.
71 71
722. *Clone the ``poky`` Repository:* You need to have a local copy of the 722. *Clone the ``poky`` Repository:* You need to have a local copy of the
73 Yocto Project `Source 73 Yocto Project :term:`Source Directory`
74 Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ (i.e. a local 74 (i.e. a local
75 ``poky`` repository). See the "`Cloning the ``poky`` 75 ``poky`` repository). See the "`Cloning the ``poky``
76 Repository <&YOCTO_DOCS_DEV_URL;#cloning-the-poky-repository>`__" and 76 Repository <&YOCTO_DOCS_DEV_URL;#cloning-the-poky-repository>`__" and
77 possibly the "`Checking Out by Branch in 77 possibly the "`Checking Out by Branch in
@@ -87,8 +87,8 @@ build the SDK installer. Follow these steps:
87 ````` <&YOCTO_DOCS_REF_URL;#structure-core-script>`__ environment 87 ````` <&YOCTO_DOCS_REF_URL;#structure-core-script>`__ environment
88 setup script to define the OpenEmbedded build environment on your 88 setup script to define the OpenEmbedded build environment on your
89 build host. $ source OE_INIT_FILE Among other things, the script 89 build host. $ source OE_INIT_FILE Among other things, the script
90 creates the `Build 90 creates the :term:`Build Directory`,
91 Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__, which is 91 which is
92 ``build`` in this case and is located in the Source Directory. After 92 ``build`` in this case and is located in the Source Directory. After
93 the script runs, your current working directory is set to the 93 the script runs, your current working directory is set to the
94 ``build`` directory. 94 ``build`` directory.