diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2011-11-02 14:06:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 16:26:31 +0000 |
commit | e64946e8c76ebe14d9b20c9a4a701c25bcdcf49e (patch) | |
tree | cd21751b9e60bc1933d782519d138cb2256fb10a /documentation/dev-manual/dev-manual-bsp-appendix.xml | |
parent | a8a25047c79ac7914a3496464ec5f0484fc26952 (diff) | |
download | poky-e64946e8c76ebe14d9b20c9a4a701c25bcdcf49e.tar.gz |
documentation/dev-manual/dev-manual-bsp-appendix.xml: Robert P. J. Day edits.
Two typos fixed.
(From yocto-docs rev: 6d99eb7f728b812be37a3865cbebd3c4cb4b67be)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-bsp-appendix.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 485064daf9..aaf0fbda95 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -420,7 +420,7 @@ | |||
420 | statements that do not support your targeted hardware in addition to the inclusion | 420 | statements that do not support your targeted hardware in addition to the inclusion |
421 | of any new recipes you might need. | 421 | of any new recipes you might need. |
422 | In this example, it was simply a matter of ridding the new layer | 422 | In this example, it was simply a matter of ridding the new layer |
423 | <filename>meta-machine</filename> of any code that supported the EMGD features | 423 | <filename>meta-mymachine</filename> of any code that supported the EMGD features |
424 | and making sure we were identifying the kernel that supports our example, which | 424 | and making sure we were identifying the kernel that supports our example, which |
425 | is the <filename>atom-pc-standard</filename> kernel. | 425 | is the <filename>atom-pc-standard</filename> kernel. |
426 | We did not introduce any new recipes to the layer. | 426 | We did not introduce any new recipes to the layer. |
@@ -455,7 +455,7 @@ | |||
455 | Thus, entering the previous command created the <filename>yocto-build</filename> directory. | 455 | Thus, entering the previous command created the <filename>yocto-build</filename> directory. |
456 | If you do not provide a name for the build directory it defaults to | 456 | If you do not provide a name for the build directory it defaults to |
457 | <filename>build</filename>. | 457 | <filename>build</filename>. |
458 | The <filename>yocot-build</filename> directory contains a | 458 | The <filename>yocto-build</filename> directory contains a |
459 | <filename>conf</filename> directory that has | 459 | <filename>conf</filename> directory that has |
460 | two configuration files you will need to check: <filename>bblayers.conf</filename> | 460 | two configuration files you will need to check: <filename>bblayers.conf</filename> |
461 | and <filename>local.conf</filename>.</para></listitem> | 461 | and <filename>local.conf</filename>.</para></listitem> |