summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 13:37:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:13 +0100
commit1c597ac036d3a548f41a0f788ec225722d702d0a (patch)
tree4761dcac85813a60f7eda7f1ddd084c1b9b7d17f /documentation/bsp-guide
parentb1ee347c26441ffae0a119901e6876920e17e07d (diff)
downloadpoky-1c597ac036d3a548f41a0f788ec225722d702d0a.tar.gz
dev-manual, bsp-guide: Scrubbed the yocto-layer usage section.
Added a note in the bsp-guide to point back to the main new section, which is in the dev-manual. Made some small edits to the main section in the dev-manual. (From yocto-docs rev: 4105c8edbdc531b2a941d7f7282325fae763f059) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 76b533e9b4..e61ea019e4 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -1161,6 +1161,15 @@
1161 by the Yocto Project, as well as QEMU versions of the same. 1161 by the Yocto Project, as well as QEMU versions of the same.
1162 The default mode of the script's operation is to prompt you for information needed 1162 The default mode of the script's operation is to prompt you for information needed
1163 to generate the BSP layer. 1163 to generate the BSP layer.
1164 <note>
1165 For information on creating a general layer that is not BSP-specific,
1166 see the
1167 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>"
1168 in the Yocto Project Development Manual.
1169 </note>
1170 </para>
1171
1172 <para>
1164 For the current set of BSPs, the script prompts you for various important 1173 For the current set of BSPs, the script prompts you for various important
1165 parameters such as: 1174 parameters such as:
1166 <itemizedlist> 1175 <itemizedlist>