summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 4d4bc0102b..fe216a0332 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -483,8 +483,8 @@
483 exact commit strings in the Yocto Project source repositories you need to change 483 exact commit strings in the Yocto Project source repositories you need to change
484 the <filename>SRCREV</filename> statements. 484 the <filename>SRCREV</filename> statements.
485 You can find all the <filename>machine</filename> and <filename>meta</filename> 485 You can find all the <filename>machine</filename> and <filename>meta</filename>
486 branch points (commits) for the <filename>linux-yocto-3.0</filename> kernel at 486 branch points (commits) for the <filename>linux-yocto-3.0-1.1.x</filename> kernel at
487 <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/linux-yocto-3.0'></ulink>. 487 <ulink url='&YOCTO_GIT_URL;/cgit.cgi/linux-yocto-3.0-1.1.x/'></ulink>.
488 </para> 488 </para>
489 489
490 <para> 490 <para>
@@ -599,12 +599,10 @@
599 both the <filename>BB_NUMBER_THREADS</filename> and <filename>PARALLEL_MAKE</filename> 599 both the <filename>BB_NUMBER_THREADS</filename> and <filename>PARALLEL_MAKE</filename>
600 variables to twice the number of cores your system supports.</para></listitem> 600 variables to twice the number of cores your system supports.</para></listitem>
601 <listitem><para>Update the <filename>bblayers.conf</filename> file so that it includes 601 <listitem><para>Update the <filename>bblayers.conf</filename> file so that it includes
602 both the path to your new BSP layer and the path to the 602 the path to your new BSP layer.
603 <filename>meta-intel</filename> layer. 603 In this example, you need to include this path as part of the
604 In this example, you need to include both these paths as part of the
605 <filename>BBLAYERS</filename> variable: 604 <filename>BBLAYERS</filename> variable:
606 <literallayout class='monospaced'> 605 <literallayout class='monospaced'>
607 $HOME/poky/meta-intel
608 $HOME/poky/meta-intel/meta-mymachine 606 $HOME/poky/meta-intel/meta-mymachine
609 </literallayout></para></listitem> 607 </literallayout></para></listitem>
610 </orderedlist> 608 </orderedlist>