diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index d10f85f6a1..984d08df81 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -3236,9 +3236,13 @@ | |||
3236 | <para> | 3236 | <para> |
3237 | When debugging certain commands or even when just editing packages, | 3237 | When debugging certain commands or even when just editing packages, |
3238 | <filename>devshell</filename> can be a useful tool. | 3238 | <filename>devshell</filename> can be a useful tool. |
3239 | When you invoke <filename>devshell</filename>, source files are | 3239 | When you invoke <filename>devshell</filename>, all tasks up to and |
3240 | extracted into your working directory and patches are applied. | 3240 | including |
3241 | Then, a new terminal is opened and you are placed in the working directory. | 3241 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-patch'><filename>do_patch</filename></ulink> |
3242 | are run for the specified target. | ||
3243 | Then, a new terminal is opened and you are placed in | ||
3244 | <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-S'><filename>S</filename></ulink><filename>}</filename>, | ||
3245 | the source directory. | ||
3242 | In the new terminal, all the OpenEmbedded build-related environment variables are | 3246 | In the new terminal, all the OpenEmbedded build-related environment variables are |
3243 | still defined so you can use commands such as <filename>configure</filename> and | 3247 | still defined so you can use commands such as <filename>configure</filename> and |
3244 | <filename>make</filename>. | 3248 | <filename>make</filename>. |
@@ -3286,7 +3290,8 @@ | |||
3286 | run the corresponding <filename>run.*</filename> script in | 3290 | run the corresponding <filename>run.*</filename> script in |
3287 | the | 3291 | the |
3288 | <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink><filename>}/temp</filename> | 3292 | <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink><filename>}/temp</filename> |
3289 | (e.g., <filename>run.do_configure.</filename><replaceable>pid</replaceable>). | 3293 | directory (e.g., |
3294 | <filename>run.do_configure.</filename><replaceable>pid</replaceable>). | ||
3290 | If a task's script does not exist, which would be the case if the task was | 3295 | If a task's script does not exist, which would be the case if the task was |
3291 | skipped by way of the sstate cache, you can create the task by first running | 3296 | skipped by way of the sstate cache, you can create the task by first running |
3292 | it outside of the <filename>devshell</filename>: | 3297 | it outside of the <filename>devshell</filename>: |