summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2011-11-02 14:06:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-08 16:26:31 +0000
commite64946e8c76ebe14d9b20c9a4a701c25bcdcf49e (patch)
treecd21751b9e60bc1933d782519d138cb2256fb10a /documentation
parenta8a25047c79ac7914a3496464ec5f0484fc26952 (diff)
downloadast2050-yocto-poky-e64946e8c76ebe14d9b20c9a4a701c25bcdcf49e.zip
ast2050-yocto-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')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml4
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 485064d..aaf0fbd 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -420,7 +420,7 @@
statements that do not support your targeted hardware in addition to the inclusion
of any new recipes you might need.
In this example, it was simply a matter of ridding the new layer
- <filename>meta-machine</filename> of any code that supported the EMGD features
+ <filename>meta-mymachine</filename> of any code that supported the EMGD features
and making sure we were identifying the kernel that supports our example, which
is the <filename>atom-pc-standard</filename> kernel.
We did not introduce any new recipes to the layer.
@@ -455,7 +455,7 @@
Thus, entering the previous command created the <filename>yocto-build</filename> directory.
If you do not provide a name for the build directory it defaults to
<filename>build</filename>.
- The <filename>yocot-build</filename> directory contains a
+ The <filename>yocto-build</filename> directory contains a
<filename>conf</filename> directory that has
two configuration files you will need to check: <filename>bblayers.conf</filename>
and <filename>local.conf</filename>.</para></listitem>
OpenPOWER on IntegriCloud