From: Robert P. J. Day Date: Wed, 2 Nov 2011 21:06:36 +0000 (-0700) Subject: documentation/dev-manual/dev-manual-bsp-appendix.xml: Robert P. J. Day edits. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e64946e8c76ebe14d9b20c9a4a701c25bcdcf49e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 485064daf97..aaf0fbda955 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 - meta-machine of any code that supported the EMGD features + meta-mymachine of any code that supported the EMGD features and making sure we were identifying the kernel that supports our example, which is the atom-pc-standard kernel. We did not introduce any new recipes to the layer. @@ -455,7 +455,7 @@ Thus, entering the previous command created the yocto-build directory. If you do not provide a name for the build directory it defaults to build. - The yocot-build directory contains a + The yocto-build directory contains a conf directory that has two configuration files you will need to check: bblayers.conf and local.conf.