diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 38ea3c47ea..49e42889ea 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -607,11 +607,12 @@ | |||
607 | both the <filename>BB_NUMBER_THREADS</filename> and <filename>PARALLEL_MAKE</filename> | 607 | both the <filename>BB_NUMBER_THREADS</filename> and <filename>PARALLEL_MAKE</filename> |
608 | variables to twice the number of cores your system supports.</para></listitem> | 608 | variables to twice the number of cores your system supports.</para></listitem> |
609 | <listitem><para>Update the <filename>bblayers.conf</filename> file so that it includes | 609 | <listitem><para>Update the <filename>bblayers.conf</filename> file so that it includes |
610 | the path to your new BSP layer. | 610 | both the path to your new BSP layer and the path to the |
611 | In this example you need to include the pathname to <filename>meta-mymachine</filename>. | 611 | <filename>meta-intel</filename> layer. |
612 | For this example the | 612 | In this example, you need to include both these paths as part of the |
613 | <filename>BBLAYERS</filename> variable in the file would need to include the following path: | 613 | <filename>BBLAYERS</filename> variable: |
614 | <literallayout class='monospaced'> | 614 | <literallayout class='monospaced'> |
615 | $HOME/poky/meta-intel | ||
615 | $HOME/poky/meta-intel/meta-mymachine | 616 | $HOME/poky/meta-intel/meta-mymachine |
616 | </literallayout></para></listitem> | 617 | </literallayout></para></listitem> |
617 | </orderedlist> | 618 | </orderedlist> |