From f29cdba71ac93494ea68fdea89dd5fa755694114 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 26 Oct 2017 09:04:12 -0700 Subject: dev-manual, kernel-dev: Replaced yocto-layers with bitbake-layers command The yocto-layers script is being deprecated in the 2.4 YP release and the preferred script is now bitbake-layers. In particular, the section that talks about creating a general layer was using yocto-layers create. I have replaced it with bitbake-layers create-layer command. The bsp-guide and kernel-dev manual had links that used (in the case of kernel-dev) and referenced yocto-layers. I had to change these to reflect using bitbake-layers create-layers. (From yocto-docs rev: 73ec4d0c8c2c093b7c9df86038d132f0da975273) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/bsp-guide/bsp.xml') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index e80c37970a..d7b6f15b26 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -1593,10 +1593,10 @@ 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 + You can also use the bitbake-layers script to create a "generic" layer. - For information on this tool, see the - "Creating a General Layer Using the yocto-layer Script" + For information on using this script to create a layer, see the + "Creating a General Layer Using the bitbake-layers Script" section in the Yocto Project Development Tasks Manual. -- cgit v1.2.3-54-g00ecf