summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-06-19 14:00:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 14:59:27 +0100
commit35d25f853cbc3db1eb5c6b28663d933e907be8be (patch)
tree6e20ce9d0ca0001ea17939ea6860b3a106eed7d1
parentccc2918ef7c9cf901be88ea4731473281507f192 (diff)
downloadpoky-35d25f853cbc3db1eb5c6b28663d933e907be8be.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: Example fixes
Two items were wrong in the BSP example. The first was the reference to the kernel being used in the source repositories. It was 3.0 when it should have been 3.0-1.1.x. The second was the inclusion of the $HOME/poky/meta-intel path in the bblayers.conf file. This change is post edison. I removed it. (From yocto-docs rev: d6a16fb4052207b809c19c3393f5e0bac3175a70) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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>