From 2186084192b6ee3585ad01898bd2f427fd0d7bb8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 31 May 2018 11:30:20 -0700 Subject: sdk-manual: Edits to "Finding Logs and Work Files" This section was poorly organized with a mile long sentence as the opener. Fixed it. (From yocto-docs rev: c2496c7aebc056395b7a796501cf6cd5f6519fff) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 81 ++++++++++++++++------------- 1 file changed, 46 insertions(+), 35 deletions(-) (limited to 'documentation') diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index d758872b8a..60f52f6bb0 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml @@ -1450,46 +1450,57 @@ Finding Logs and Work Files - When you are debugging a recipe that you previously created using - devtool add or whose source you are modifying - by using the devtool modify command, after - the first run of devtool build, you will - find some symbolic links created within the source tree: - oe-logs, which points to the directory in - which log files and run scripts for each build step are created - and oe-workdir, which points to the temporary - work area for the recipe. - You can use these links to get more information on what is - happening at each build step. - - - - These locations under oe-workdir are - particularly useful: + After the first run of the devtool build + command, recipes that were previously created using the + devtool add command or whose sources were + modified using the devtool modify + command contain symbolic links created within the source tree: - image/: - Contains all of the files installed at the - do_install - stage. - Within a recipe, this directory is referred to by the - expression - ${D}. - - sysroot-destdir/: - Contains a subset of files installed within - do_install that have been put into the - shared sysroot. - For more information, see the - "Sharing Files Between Recipes" - section. + + oe-logs: + This link points to the directory in which log files + and run scripts for each build step are created. - packages-split/: - Contains subdirectories for each package produced by the + + oe-workdir: + This link points to the temporary work area for the recipe. - For more information, see the - "Packaging" section. + The following locations under + oe-workdir are particularly + useful: + + + image/: + Contains all of the files installed during + the + do_install + stage. + Within a recipe, this directory is referred + to by the expression + ${D}. + + + sysroot-destdir/: + Contains a subset of files installed within + do_install that have + been put into the shared sysroot. + For more information, see the + "Sharing Files Between Recipes" + section. + + + packages-split/: + Contains subdirectories for each package + produced by the recipe. + For more information, see the + "Packaging" + section. + + + You can use these links to get more information on what is + happening at each build step. -- cgit v1.2.3-54-g00ecf