From e64946e8c76ebe14d9b20c9a4a701c25bcdcf49e Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 2 Nov 2011 14:06:36 -0700 Subject: 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 --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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 @@ 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. -- cgit v1.2.3-54-g00ecf