summaryrefslogtreecommitdiffstats
path: root/documentation
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:36 +0100
commit5f7cb2bf212d89671ccf3f44001873859015adc7 (patch)
tree47eb914e82eeb1c1de6f1d5faa4bb6218ebde724 /documentation
parent9f8323530a752cdea098100ac1a5ecda887f147b (diff)
downloadpoky-5f7cb2bf212d89671ccf3f44001873859015adc7.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')
-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>