diff options
-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> |