summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-07-23 19:14:41 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 22:49:15 +0100
commit1b52175f6b7dd064cd227d22db8766836c83d841 (patch)
tree9a06b0994c43a3ec53994b24d76e11e5248532a5 /documentation/brief-yoctoprojectqs
parent708aacbb0b47f1014ebf8aa63569c90fbbd88c07 (diff)
downloadpoky-1b52175f6b7dd064cd227d22db8766836c83d841.tar.gz
quick start manual: update "source oe-init-build-env" output
(From yocto-docs rev: 0c8be05b393ea318d033af6b596da5349c75653a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-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