summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index b92b0d33d9..8e2f2d423c 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -207,7 +207,7 @@ an entire Linux distribution, including the toolchain, from source.
207 https://docs.yoctoproject.org 207 https://docs.yoctoproject.org
208 208
209 For more information about OpenEmbedded see their website: 209 For more information about OpenEmbedded see their website:
210 http://www.openembedded.org/ 210 https://www.openembedded.org/
211 211
212 ### Shell environment set up for builds. ### 212 ### Shell environment set up for builds. ###
213 213
@@ -215,12 +215,19 @@ an entire Linux distribution, including the toolchain, from source.
215 215
216 Common targets are: 216 Common targets are:
217 core-image-minimal 217 core-image-minimal
218 core-image-full-cmdline
218 core-image-sato 219 core-image-sato
220 core-image-weston
219 meta-toolchain 221 meta-toolchain
220 meta-ide-support 222 meta-ide-support
221 223
222 You can also run generated QEMU images with a command like 'runqemu qemux86-64' 224 You can also run generated QEMU images with a command like 'runqemu qemux86-64'
223 225
226 Other commonly useful commands are:
227 - 'devtool' and 'recipetool' handle common recipe tasks
228 - 'bitbake-layers' handles common layer tasks
229 - 'oe-pkgdata-util' handles common target package tasks
230
224 Among other things, the script creates the :term:`Build Directory`, which is 231 Among other things, the script creates the :term:`Build Directory`, which is
225 ``build`` in this case and is located in the :term:`Source Directory`. After 232 ``build`` in this case and is located in the :term:`Source Directory`. After
226 the script runs, your current working directory is set to the Build 233 the script runs, your current working directory is set to the Build