diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-31 11:30:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:26:46 +0100 |
commit | 130038674a950265d30031aa64f53885ee4fae2a (patch) | |
tree | a6c674d4cf145462670de10ca066cf3fd2f5e27a /documentation/sdk-manual/sdk-extensible.xml | |
parent | 815d8296005edb1e15e5b4ac2cfa3a9370340f74 (diff) | |
download | poky-130038674a950265d30031aa64f53885ee4fae2a.tar.gz |
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: c7624244e40c807d1c3cea80d2eced3cd9948019)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-extensible.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.xml | 81 |
1 files changed, 46 insertions, 35 deletions
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 @@ | |||
1450 | <title>Finding Logs and Work Files</title> | 1450 | <title>Finding Logs and Work Files</title> |
1451 | 1451 | ||
1452 | <para> | 1452 | <para> |
1453 | When you are debugging a recipe that you previously created using | 1453 | After the first run of the <filename>devtool build</filename> |
1454 | <filename>devtool add</filename> or whose source you are modifying | 1454 | command, recipes that were previously created using the |
1455 | by using the <filename>devtool modify</filename> command, after | 1455 | <filename>devtool add</filename> command or whose sources were |
1456 | the first run of <filename>devtool build</filename>, you will | 1456 | modified using the <filename>devtool modify</filename> |
1457 | find some symbolic links created within the source tree: | 1457 | command contain symbolic links created within the source tree: |
1458 | <filename>oe-logs</filename>, which points to the directory in | ||
1459 | which log files and run scripts for each build step are created | ||
1460 | and <filename>oe-workdir</filename>, which points to the temporary | ||
1461 | work area for the recipe. | ||
1462 | You can use these links to get more information on what is | ||
1463 | happening at each build step. | ||
1464 | </para> | ||
1465 | |||
1466 | <para> | ||
1467 | These locations under <filename>oe-workdir</filename> are | ||
1468 | particularly useful: | ||
1469 | <itemizedlist> | 1458 | <itemizedlist> |
1470 | <listitem><para><filename>image/</filename>: | 1459 | <listitem><para> |
1471 | Contains all of the files installed at the | 1460 | <filename>oe-logs</filename>: |
1472 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-install'><filename>do_install</filename></ulink> | 1461 | This link points to the directory in which log files |
1473 | stage. | 1462 | and run scripts for each build step are created. |
1474 | Within a recipe, this directory is referred to by the | ||
1475 | expression | ||
1476 | <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-D'><filename>D</filename></ulink><filename>}</filename>. | ||
1477 | </para></listitem> | ||
1478 | <listitem><para><filename>sysroot-destdir/</filename>: | ||
1479 | Contains a subset of files installed within | ||
1480 | <filename>do_install</filename> that have been put into the | ||
1481 | shared sysroot. | ||
1482 | For more information, see the | ||
1483 | "<link linkend='sdk-sharing-files-between-recipes'>Sharing Files Between Recipes</link>" | ||
1484 | section. | ||
1485 | </para></listitem> | 1463 | </para></listitem> |
1486 | <listitem><para><filename>packages-split/</filename>: | 1464 | <listitem><para> |
1487 | Contains subdirectories for each package produced by the | 1465 | <filename>oe-workdir</filename>: |
1466 | This link points to the temporary work area for the | ||
1488 | recipe. | 1467 | recipe. |
1489 | For more information, see the | 1468 | The following locations under |
1490 | "<link linkend='sdk-packaging'>Packaging</link>" section. | 1469 | <filename>oe-workdir</filename> are particularly |
1470 | useful: | ||
1471 | <itemizedlist> | ||
1472 | <listitem><para> | ||
1473 | <filename>image/</filename>: | ||
1474 | Contains all of the files installed during | ||
1475 | the | ||
1476 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-install'><filename>do_install</filename></ulink> | ||
1477 | stage. | ||
1478 | Within a recipe, this directory is referred | ||
1479 | to by the expression | ||
1480 | <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-D'><filename>D</filename></ulink><filename>}</filename>. | ||
1481 | </para></listitem> | ||
1482 | <listitem><para> | ||
1483 | <filename>sysroot-destdir/</filename>: | ||
1484 | Contains a subset of files installed within | ||
1485 | <filename>do_install</filename> that have | ||
1486 | been put into the shared sysroot. | ||
1487 | For more information, see the | ||
1488 | "<link linkend='sdk-sharing-files-between-recipes'>Sharing Files Between Recipes</link>" | ||
1489 | section. | ||
1490 | </para></listitem> | ||
1491 | <listitem><para> | ||
1492 | <filename>packages-split/</filename>: | ||
1493 | Contains subdirectories for each package | ||
1494 | produced by the recipe. | ||
1495 | For more information, see the | ||
1496 | "<link linkend='sdk-packaging'>Packaging</link>" | ||
1497 | section. | ||
1498 | </para></listitem> | ||
1499 | </itemizedlist> | ||
1491 | </para></listitem> | 1500 | </para></listitem> |
1492 | </itemizedlist> | 1501 | </itemizedlist> |
1502 | You can use these links to get more information on what is | ||
1503 | happening at each build step. | ||
1493 | </para> | 1504 | </para> |
1494 | </section> | 1505 | </section> |
1495 | 1506 | ||