diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-cases.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-cases.xml b/documentation/dev-manual/dev-manual-cases.xml index c1ebaf9ff7..727995800d 100644 --- a/documentation/dev-manual/dev-manual-cases.xml +++ b/documentation/dev-manual/dev-manual-cases.xml | |||
| @@ -602,7 +602,7 @@ | |||
| 602 | </para> | 602 | </para> |
| 603 | 603 | ||
| 604 | <para> | 604 | <para> |
| 605 | To get ready to build your new layer you need to do the following: | 605 | To get ready to build your image that uses the new layer you need to do the following: |
| 606 | <orderedlist> | 606 | <orderedlist> |
| 607 | <listitem><para>Get the environment ready for the build by sourcing the environment | 607 | <listitem><para>Get the environment ready for the build by sourcing the environment |
| 608 | script. | 608 | script. |
| @@ -619,7 +619,8 @@ | |||
| 619 | Thus, entering the previous command created the <filename>yocto-build</filename> directory. | 619 | Thus, entering the previous command created the <filename>yocto-build</filename> directory. |
| 620 | If you do not provide a name for the build directory it defaults to | 620 | If you do not provide a name for the build directory it defaults to |
| 621 | <filename>build</filename>. | 621 | <filename>build</filename>. |
| 622 | The <filename>build</filename> directory contains a <filename>conf</filename> directory that has | 622 | The <filename>yocot-build</filename> directory contains a |
| 623 | <filename>conf</filename> directory that has | ||
| 623 | two configuration files you will need to check: <filename>bblayers.conf</filename> | 624 | two configuration files you will need to check: <filename>bblayers.conf</filename> |
| 624 | and <filename>local.conf</filename>.</para></listitem> | 625 | and <filename>local.conf</filename>.</para></listitem> |
| 625 | <listitem><para>Check and edit the resulting <filename>local.conf</filename> file. | 626 | <listitem><para>Check and edit the resulting <filename>local.conf</filename> file. |
| @@ -721,12 +722,12 @@ | |||
| 721 | For example, moving your working directory around could cause problems. | 722 | For example, moving your working directory around could cause problems. |
| 722 | Here is the command for this example: | 723 | Here is the command for this example: |
| 723 | <literallayout class='monospaced'> | 724 | <literallayout class='monospaced'> |
| 724 | $ bitbake –k poky-image-sato-live | 725 | $ bitbake –k core-image-sato-live |
| 725 | </literallayout> | 726 | </literallayout> |
| 726 | </para> | 727 | </para> |
| 727 | 728 | ||
| 728 | <para> | 729 | <para> |
| 729 | This command requests an image that has Sato support and can be run from a USB device or | 730 | This command specifies an image that has Sato support and that can be run from a USB device or |
| 730 | from a CD without having to first install anything. | 731 | from a CD without having to first install anything. |
| 731 | The build process takes significant time and includes thousands of tasks, which are reported | 732 | The build process takes significant time and includes thousands of tasks, which are reported |
| 732 | at the console. | 733 | at the console. |
