summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 15:45:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:21 +0100
commitf1a29a83dc5654dcb05d4c01675d02a47938efeb (patch)
tree686c8d7ebc9a4c8b0ff5af1bb66032094591d252 /documentation/bsp-guide
parent8232e1c00ac09cb13e6fa7149a442651b7e89717 (diff)
downloadpoky-f1a29a83dc5654dcb05d4c01675d02a47938efeb.tar.gz
bsp-guide: Added a note to reference the yocto-layer tool.
This note is at end of the section on the yocto-bsp and yocto-kernel tools. (From yocto-docs rev: 91f33e356412b3d305393483770a4257a872e056) 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.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 19699fc859..1f1b2859ac 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -1154,6 +1154,16 @@
1154 on them, you should find it relatively straightforward to discover the commands 1154 on them, you should find it relatively straightforward to discover the commands
1155 necessary to create a BSP and perform basic kernel maintenance on that BSP using 1155 necessary to create a BSP and perform basic kernel maintenance on that BSP using
1156 the tools. 1156 the tools.
1157 <note>
1158 You can also use the <filename>yocto-layer</filename> tool to create
1159 a "generic" layer.
1160 For information on this tool, see the
1161 "<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>"
1162 section in the Yocto Project Development Guide.
1163 </note>
1164 </para>
1165
1166 <para>
1157 The next sections provide a concrete starting point to expand on a few points that 1167 The next sections provide a concrete starting point to expand on a few points that
1158 might not be immediately obvious or that could use further explanation. 1168 might not be immediately obvious or that could use further explanation.
1159 </para> 1169 </para>