aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.xml
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/bsp.xml
parent8232e1c00ac09cb13e6fa7149a442651b7e89717 (diff)
downloadopenembedded-core-contrib-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/bsp.xml')
-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 @@
on them, you should find it relatively straightforward to discover the commands
necessary to create a BSP and perform basic kernel maintenance on that BSP using
the tools.
+ <note>
+ You can also use the <filename>yocto-layer</filename> tool to create
+ a "generic" layer.
+ For information on this tool, see the
+ "<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>"
+ section in the Yocto Project Development Guide.
+ </note>
+ </para>
+
+ <para>
The next sections provide a concrete starting point to expand on a few points that
might not be immediately obvious or that could use further explanation.
</para>