diff options
Diffstat (limited to 'documentation/sdk-manual/extensible.rst')
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 3e3fa6c05a..ed38ac3f3f 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -64,7 +64,7 @@ binary artefact cache over the network for developers with underpowered laptops. | |||
64 | Setting up the Extensible SDK environment directly in a Yocto build | 64 | Setting up the Extensible SDK environment directly in a Yocto build |
65 | ------------------------------------------------------------------- | 65 | ------------------------------------------------------------------- |
66 | 66 | ||
67 | 1. Set up all the needed layers and a Yocto build directory, e.g. a regular Yocto | 67 | 1. Set up all the needed layers and a Yocto :term:`Build Directory`, e.g. a regular Yocto |
68 | build where ``bitbake`` can be executed. | 68 | build where ``bitbake`` can be executed. |
69 | 69 | ||
70 | 2. Run: | 70 | 2. Run: |
@@ -175,7 +175,7 @@ Once you have the SDK installed, you must run the SDK environment setup | |||
175 | script before you can actually use the SDK. | 175 | script before you can actually use the SDK. |
176 | 176 | ||
177 | When using a SDK directly in a Yocto build, you will find the script in | 177 | When using a SDK directly in a Yocto build, you will find the script in |
178 | ``tmp/deploy/images/qemux86-64/`` in your build directory. | 178 | ``tmp/deploy/images/qemux86-64/`` in your :term:`Build Directory`. |
179 | 179 | ||
180 | When using a standalone SDK installer, this setup script resides in | 180 | When using a standalone SDK installer, this setup script resides in |
181 | the directory you chose when you installed the SDK, which is either the | 181 | the directory you chose when you installed the SDK, which is either the |