1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

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>
This commit is contained in:
Scott Rifenbark
2016-02-24 15:02:23 -08:00
committed by Richard Purdie
parent f54fe56fed
commit cd041b7546
@@ -3236,9 +3236,13 @@
<para> <para>
When debugging certain commands or even when just editing packages, When debugging certain commands or even when just editing packages,
<filename>devshell</filename> can be a useful tool. <filename>devshell</filename> can be a useful tool.
When you invoke <filename>devshell</filename>, source files are When you invoke <filename>devshell</filename>, all tasks up to and
extracted into your working directory and patches are applied. including
Then, a new terminal is opened and you are placed in the working directory. <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-patch'><filename>do_patch</filename></ulink>
are run for the specified target.
Then, a new terminal is opened and you are placed in
<filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-S'><filename>S</filename></ulink><filename>}</filename>,
the source directory.
In the new terminal, all the OpenEmbedded build-related environment variables are In the new terminal, all the OpenEmbedded build-related environment variables are
still defined so you can use commands such as <filename>configure</filename> and still defined so you can use commands such as <filename>configure</filename> and
<filename>make</filename>. <filename>make</filename>.
@@ -3286,7 +3290,8 @@
run the corresponding <filename>run.*</filename> script in run the corresponding <filename>run.*</filename> script in
the the
<filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink><filename>}/temp</filename> <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink><filename>}/temp</filename>
(e.g., <filename>run.do_configure.</filename><replaceable>pid</replaceable>). directory (e.g.,
<filename>run.do_configure.</filename><replaceable>pid</replaceable>).
If a task's script does not exist, which would be the case if the task was If a task's script does not exist, which would be the case if the task was
skipped by way of the sstate cache, you can create the task by first running skipped by way of the sstate cache, you can create the task by first running
it outside of the <filename>devshell</filename>: it outside of the <filename>devshell</filename>: