diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-24 15:02:23 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:14 +0000 |
commit | cd041b7546f3b22a0d503c8cabc9f3d5fdbdee1a (patch) | |
tree | 3ea453d18700a0d68b594c8a09c3e1466c5096be | |
parent | f54fe56feda8d4c3c3f1320e6ec598df09bf63f5 (diff) | |
download | poky-cd041b7546f3b22a0d503c8cabc9f3d5fdbdee1a.tar.gz |
dev-manual: Applied review comments to the devshell section.
Applied better wording to a couple areas in this section as
pointed out by the review.
Fixes [YOCTO #9114]
(From yocto-docs rev: f5a402aa08b102c767e112d8df05041650733d54)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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>: |