diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-11-27 09:24:54 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 13:52:59 +0000 |
commit | 5b41087b3ecc0091a987a2c15658f839fa66a16f (patch) | |
tree | cedc5429d124b7df0e17ecc958f2bdb44134a6cc /documentation | |
parent | 095bdd85ed4c0d97a79f191afe84797f7d868fb8 (diff) | |
download | poky-5b41087b3ecc0091a987a2c15658f839fa66a16f.tar.gz |
documenation: dev-manual - Updates to dev shell section
Fixes [YOCTO #2909]
Applied a few changes based on Paul Eggleton's review
of the section.
(From yocto-docs rev: 54c2b1577ba062e09a8df14767257147e33a939f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index e32be4ed9f..25ccae1c30 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1877,8 +1877,8 @@ directory.</para></listitem> | |||
1877 | </para> | 1877 | </para> |
1878 | 1878 | ||
1879 | <para> | 1879 | <para> |
1880 | Within this environment, you can run <filename>configure</filename> | 1880 | Within this environment, you can run configure or compile |
1881 | or <filename>compile</filename> commands as if they were being run by | 1881 | commands as if they were being run by |
1882 | the OpenEmbedded build system itself. | 1882 | the OpenEmbedded build system itself. |
1883 | As noted earlier, the working directory also automatically changes to the | 1883 | As noted earlier, the working directory also automatically changes to the |
1884 | Source Directory (<ulink url='&YOCTO_DOCS_REF_URL;#var-S'><filename>S</filename></ulink>). | 1884 | Source Directory (<ulink url='&YOCTO_DOCS_REF_URL;#var-S'><filename>S</filename></ulink>). |
@@ -1888,12 +1888,6 @@ directory.</para></listitem> | |||
1888 | When you are finished, you just exit the shell or close the terminal window. | 1888 | When you are finished, you just exit the shell or close the terminal window. |
1889 | </para> | 1889 | </para> |
1890 | 1890 | ||
1891 | <para> | ||
1892 | Because an external shell is launched rather than opening directly into the | ||
1893 | original terminal window, it allows easier interaction with BitBake's multiple | ||
1894 | threads as well as accomodates a future client/server split. | ||
1895 | </para> | ||
1896 | |||
1897 | <note> | 1891 | <note> |
1898 | <para> | 1892 | <para> |
1899 | It is worth remembering that when using <filename>devshell</filename> | 1893 | It is worth remembering that when using <filename>devshell</filename> |