diff options
Diffstat (limited to 'documentation/sdk-manual/intro.rst')
-rw-r--r-- | documentation/sdk-manual/intro.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/sdk-manual/intro.rst b/documentation/sdk-manual/intro.rst index ce00538b2a..49aa921e70 100644 --- a/documentation/sdk-manual/intro.rst +++ b/documentation/sdk-manual/intro.rst | |||
@@ -164,11 +164,11 @@ image. | |||
164 | 164 | ||
165 | You just need to follow these general steps: | 165 | You just need to follow these general steps: |
166 | 166 | ||
167 | 1. *Install the SDK for your target hardware:* For information on how to | 167 | #. *Install the SDK for your target hardware:* For information on how to |
168 | install the SDK, see the ":ref:`sdk-manual/using:installing the sdk`" | 168 | install the SDK, see the ":ref:`sdk-manual/using:installing the sdk`" |
169 | section. | 169 | section. |
170 | 170 | ||
171 | 2. *Download or Build the Target Image:* The Yocto Project supports | 171 | #. *Download or Build the Target Image:* The Yocto Project supports |
172 | several target architectures and has many pre-built kernel images and | 172 | several target architectures and has many pre-built kernel images and |
173 | root filesystem images. | 173 | root filesystem images. |
174 | 174 | ||
@@ -195,7 +195,7 @@ You just need to follow these general steps: | |||
195 | ":ref:`sdk-manual/appendix-obtain:extracting the root filesystem`" | 195 | ":ref:`sdk-manual/appendix-obtain:extracting the root filesystem`" |
196 | section for information on how to do this extraction. | 196 | section for information on how to do this extraction. |
197 | 197 | ||
198 | 3. *Develop and Test your Application:* At this point, you have the | 198 | #. *Develop and Test your Application:* At this point, you have the |
199 | tools to develop your application. If you need to separately install | 199 | tools to develop your application. If you need to separately install |
200 | and use the QEMU emulator, you can go to `QEMU Home | 200 | and use the QEMU emulator, you can go to `QEMU Home |
201 | Page <https://wiki.qemu.org/Main_Page>`__ to download and learn about | 201 | Page <https://wiki.qemu.org/Main_Page>`__ to download and learn about |