diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-11-06 09:27:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-12 06:51:20 +0000 |
commit | 1b55ec668eda909d896cdfcd03054a56b0d7aba2 (patch) | |
tree | 4ddc149b2765bc9895efee4711e3675fa97ecf6c /documentation | |
parent | 2d363c1955b98b0f84eaa9cc5c84802b38b97fa3 (diff) | |
download | poky-1b55ec668eda909d896cdfcd03054a56b0d7aba2.tar.gz |
dev-manual: Removed note about yocto-layer being deprecated.
Deprecation of yocto-layer occurred in 2.4. For 2.5, we do not
need to mention this fact in the note.
(From yocto-docs rev: 619b74422baf3b531e2fc3db50a95019178a1c09)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 2d6bdf5cd9..0fd21d4d23 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -975,24 +975,11 @@ | |||
975 | The <filename>bitbake-layers</filename> script with the | 975 | The <filename>bitbake-layers</filename> script with the |
976 | <filename>create-layer</filename> subcommand simplifies | 976 | <filename>create-layer</filename> subcommand simplifies |
977 | creating a new general layer. | 977 | creating a new general layer. |
978 | <note><title>Notes</title> | 978 | <note> |
979 | <itemizedlist> | 979 | For information on BSP layers, see the |
980 | <listitem><para> | 980 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" |
981 | For information on BSP layers, see the | 981 | section in the Yocto Project Board Specific (BSP) |
982 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" | 982 | Developer's Guide. |
983 | section in the Yocto Project Board Specific (BSP) | ||
984 | Developer's Guide. | ||
985 | </para></listitem> | ||
986 | <listitem><para> | ||
987 | The <filename>bitbake-layers</filename> script | ||
988 | replaces the <filename>yocto-layer</filename> | ||
989 | script, which is deprecated in the Yocto Project | ||
990 | 2.4 release. | ||
991 | The <filename>yocto-layer</filename> script | ||
992 | continues to function as part of the 2.4 release | ||
993 | but will be removed post 2.4. | ||
994 | </para></listitem> | ||
995 | </itemizedlist> | ||
996 | </note> | 983 | </note> |
997 | The default mode of the script's operation with this | 984 | The default mode of the script's operation with this |
998 | subcommand is to create a layer with the following: | 985 | subcommand is to create a layer with the following: |