From f1a29a83dc5654dcb05d4c01675d02a47938efeb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 15:45:51 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. + + You can also use the yocto-layer tool to create + a "generic" layer. + For information on this tool, see the + "Creating a General Layer Using the yocto-layer Script" + section in the Yocto Project Development Guide. + + + + 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.