diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-26 20:52:38 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:52 +0100 |
commit | 9770d73779c63eeca465ee0918bfc3bb5ca6cad6 (patch) | |
tree | 43040d9641f95314115aa046fb615c1db34d93cb /documentation/dev-manual | |
parent | 8596fb008488e0105965e67bcafae4cccce51753 (diff) | |
download | poky-9770d73779c63eeca465ee0918bfc3bb5ca6cad6.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: d5565d9aa14590622373996a037cc16d34e9107f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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> |