diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-20 16:15:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-25 09:41:13 +0100 |
commit | fcbe72179c01fdb93a58a2016eef5e89ab0c63ba (patch) | |
tree | aebff259c223d657a0ef8a71dd7f8a50d946d975 /documentation/yocto-project-qs/qs.xml | |
parent | 955e49c134e6093be47bb7035a0222bd00651135 (diff) | |
download | poky-fcbe72179c01fdb93a58a2016eef5e89ab0c63ba.tar.gz |
documentation: Updated the section on creating a general script
Split this section into two sections: one for creating the layer
using bitbake-layers create-layer and one for adding the layer
to bblayers.conf using bitbake-layers add-layer.
Needed to update some references in the yocto-project-qs and
kernel-dev manuals.
(From yocto-docs rev: 741a29b0cbeaaeaa0ac9155036ace2623938aee3)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/qs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/qs.xml b/documentation/yocto-project-qs/qs.xml index 23553f3516..2e5defe6a0 100644 --- a/documentation/yocto-project-qs/qs.xml +++ b/documentation/yocto-project-qs/qs.xml | |||
@@ -971,8 +971,8 @@ | |||
971 | section in the same manual. | 971 | section in the same manual. |
972 | </para></listitem> | 972 | </para></listitem> |
973 | <listitem><para> | 973 | <listitem><para> |
974 | <emphasis>Add a Layer for Software:</emphasis> | 974 | <emphasis>Create a Layer for Software:</emphasis> |
975 | For steps on how to add a general layer for software, | 975 | For steps on how to create a general layer for software, |
976 | see the | 976 | see the |
977 | "<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>" | 977 | "<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>" |
978 | section in the Yocto Project Development Tasks Manual. | 978 | section in the Yocto Project Development Tasks Manual. |