diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-21 14:52:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:06:41 +0100 |
commit | 307b04d98b303a2fd3b4d85a487137dda02ee0c7 (patch) | |
tree | ea8da56f1314fc04698a6315a6a86e7e0d30e25e /documentation | |
parent | 026f1463292990672e88ca7623d42f7c63d33feb (diff) | |
download | poky-307b04d98b303a2fd3b4d85a487137dda02ee0c7.tar.gz |
documentation/dev-manual/dev-manual-cases.xml: partial - finished edits to BSP section.
(From yocto-docs rev: 3f7f97f869edab6a8ad7678ac05c7a681624e5c8)
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-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. |