From 5b41087b3ecc0091a987a2c15658f839fa66a16f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 27 Nov 2012 09:24:54 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 10 ++-------- 1 file 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. - Within this environment, you can run configure - or compile commands as if they were being run by + Within this environment, you can run configure or compile + commands as if they were being run by the OpenEmbedded build system itself. As noted earlier, the working directory also automatically changes to the Source Directory (S). @@ -1888,12 +1888,6 @@ directory. When you are finished, you just exit the shell or close the terminal window. - - Because an external shell is launched rather than opening directly into the - original terminal window, it allows easier interaction with BitBake's multiple - threads as well as accomodates a future client/server split. - - It is worth remembering that when using devshell