diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-10-26 09:04:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-30 15:55:08 +0000 |
commit | f29cdba71ac93494ea68fdea89dd5fa755694114 (patch) | |
tree | 203ca9f297ab84ee97639b8c3980735b52b5da2a /documentation/bsp-guide | |
parent | 4cbdb705ded70462e4107b3f577aa32958a16035 (diff) | |
download | poky-f29cdba71ac93494ea68fdea89dd5fa755694114.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
1593 | necessary to create a BSP and perform basic kernel maintenance on that BSP using | 1593 | necessary to create a BSP and perform basic kernel maintenance on that BSP using |
1594 | the tools. | 1594 | the tools. |
1595 | <note> | 1595 | <note> |
1596 | You can also use the <filename>yocto-layer</filename> tool to create | 1596 | You can also use the <filename>bitbake-layers</filename> script to create |
1597 | a "generic" layer. | 1597 | a "generic" layer. |
1598 | For information on this tool, see the | 1598 | For information on using this script to create a layer, see the |
1599 | "<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>" | 1599 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-bitbake-layers-script'>Creating a General Layer Using the <filename>bitbake-layers</filename> Script</ulink>" |
1600 | section in the Yocto Project Development Tasks Manual. | 1600 | section in the Yocto Project Development Tasks Manual. |
1601 | </note> | 1601 | </note> |
1602 | </para> | 1602 | </para> |