summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 20:52:38 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:33 +0100
commit0774a1150586da6c5e6e56ccebc18d465103dfcc (patch)
tree418353654fd88d01a95e42a6588cd23f79827dc9 /documentation
parent4d2d5abd8b4405888586be3ed06aed4efccc4df7 (diff)
downloadpoky-0774a1150586da6c5e6e56ccebc18d465103dfcc.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: BBLAYER update
For 1.2 you evidently need to add $HOME/poky/meta-intel to your bblayers.conf file. (From yocto-docs rev: 05bb85dd133d8da0697cd4414b05dde2a636b737) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml9
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>