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 1c69b3254d..c6efdf674c 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.rst
+++ b/documentation/sdk-manual/sdk-appendix-obtain.rst
@@ -95,14 +95,14 @@ build the SDK installer. Follow these steps:
95 95
964. *Make Sure You Are Building an Installer for the Correct Machine:* 964. *Make Sure You Are Building an Installer for the Correct Machine:*
97 Check to be sure that your 97 Check to be sure that your
98 ```MACHINE`` <&YOCTO_DOCS_REF_URL;#var-MACHINE>`__ variable in the 98 :term:`MACHINE` variable in the
99 ``local.conf`` file in your Build Directory matches the architecture 99 ``local.conf`` file in your Build Directory matches the architecture
100 for which you are building. 100 for which you are building.
101 101
1025. *Make Sure Your SDK Machine is Correctly Set:* If you are building a 1025. *Make Sure Your SDK Machine is Correctly Set:* If you are building a
103 toolchain designed to run on an architecture that differs from your 103 toolchain designed to run on an architecture that differs from your
104 current development host machine (i.e. the build host), be sure that 104 current development host machine (i.e. the build host), be sure that
105 the ```SDKMACHINE`` <&YOCTO_DOCS_REF_URL;#var-SDKMACHINE>`__ variable 105 the :term:`SDKMACHINE` variable
106 in the ``local.conf`` file in your Build Directory is correctly set. 106 in the ``local.conf`` file in your Build Directory is correctly set.
107 107
108 .. note:: 108 .. note::
@@ -138,7 +138,7 @@ build the SDK installer. Follow these steps:
138 binaries. If you want to use the toolchain to build these types 138 binaries. If you want to use the toolchain to build these types
139 of libraries, you need to be sure your SDK has the appropriate 139 of libraries, you need to be sure your SDK has the appropriate
140 static development libraries. Use the 140 static development libraries. Use the
141 ```TOOLCHAIN_TARGET_TASK`` <&YOCTO_DOCS_REF_URL;#var-TOOLCHAIN_TARGET_TASK>`__ 141 :term:`TOOLCHAIN_TARGET_TASK`
142 variable inside your ``local.conf`` file before building the 142 variable inside your ``local.conf`` file before building the
143 SDK installer. Doing so ensures that the eventual SDK 143 SDK installer. Doing so ensures that the eventual SDK
144 installation process installs the appropriate library packages 144 installation process installs the appropriate library packages
@@ -189,7 +189,7 @@ Follow these steps to extract the root filesystem:
189 filesystem image's profile: lsb, lsb-dev, lsb-sdk, minimal, 189 filesystem image's profile: lsb, lsb-dev, lsb-sdk, minimal,
190 minimal-dev, minimal-initramfs, sato, sato-dev, sato-sdk, 190 minimal-dev, minimal-initramfs, sato, sato-dev, sato-sdk,
191 sato-sdk-ptest. For information on these types of image profiles, see 191 sato-sdk-ptest. For information on these types of image profiles, see
192 the "`Images <&YOCTO_DOCS_REF_URL;#ref-images>`__" chapter in the 192 the ":ref:`ref-manual/ref-images:Images`" chapter in the
193 Yocto Project Reference Manual. arch is a string representing the 193 Yocto Project Reference Manual. arch is a string representing the
194 target architecture: beaglebone-yocto, beaglebone-yocto-lsb, 194 target architecture: beaglebone-yocto, beaglebone-yocto-lsb,
195 edgerouter, edgerouter-lsb, genericx86, genericx86-64, 195 edgerouter, edgerouter-lsb, genericx86, genericx86-64,